building_cubemaps

From Valve Developer Community
Jump to navigation Jump to search
English (en)Русский (ru)Translate (Translate)
Not to be confused with buildcubemaps.
For building cubemaps, see Cubemaps - Building cubemaps section.

building_cubemaps is a console variable available in all Source Source games. This boolean cvar, when enabled, disables HDR's autoexposure and sets the exposure to a consistent value, this avoids issues wherein one of the cubemaps would have inconsistent brightness or amount of bloom (or looking brighter/darker) than other cubemaps. Enabling this command will also disable env_sun and color correction.

Note.pngNote: Once cubemaps have been built while building_cubemaps is set to "1", this command is automatically reset to "0".
Note.pngNote: This console variable is flagged as "launcher"-only in Left 4 Dead and Left 4 Dead 2, so use the following command instead:
Left 4 Dead sm_cvar building_cubemaps 1 command (with SourceMod installed) or
Left 4 Dead 2 script Convars.SetValue("building_cubemaps", "1") (using VScript).