Performance Impact: High (CPU)
r_nocull
Disables backface culling, forcing the engine to render hidden polygon sides—causes severe FPS drops and visual artifacts with no gameplay benefit. Always keep Off (0) for optimal performance and clean rendering, as universal in pro configs.
💡
Pro Tip
Never enable this — it tanks your FPS for zero benefit and every single pro config in existence keeps it at 0.
Friendly Name
Disable Backface Culling
Default Value
0
Data Type
bool
Quick Copy
seta r_nocull "0"
Available Settings
| Value | Description |
|---|---|
| 0 | Off - Cull Hidden Faces (Recommended) |
| 1 | On - Render Everything |
Want to use r_nocull in your config?
Our visual editor lets you tweak this setting and 300+ others without touching a text file.
Open in Editor