Performance Impact: None

r_roundImagesDown

Rounds down texture dimensions to the nearest power of 2. Essential for proper OpenGL texture mapping without visual glitches.

💡

Pro Tip

Leave ON — this prevents the random texture shimmering and stretching that can make rail shots look like they’re hitting invisible walls.

Friendly Name Round Images Down
Default Value 1
Data Type bool
Quick Copy seta r_roundImagesDown "1"

Available Settings

ValueDescription
0 Off - Exact Dims (Glitch Risk)
1 On - Power-of-2 (Glitch-Free)

Related Commands

Want to use r_roundImagesDown in your config?

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

Open in Editor