Performance Impact: None

r_ext_texture_env_add

Enables additive blending in OpenGL instead of restrictive multiplicative blending. Required for proper lighting effects.

💡

Pro Tip

Leave ON — this is what makes rail beams and quad glows look correct; turning it off breaks half the visual feedback in the game.

Friendly Name Additive Texture Blending
Default Value 1
Data Type bool
Quick Copy seta r_ext_texture_env_add "1"

Available Settings

ValueDescription
0 Off
1 On

Related Commands

Want to use r_ext_texture_env_add in your config?

Our visual editor lets you tweak this setting and 300+ others without touching a text file.

Open in Editor