13 lines
464 B
INI
13 lines
464 B
INI
|
//------------------------------------------------------------------------------
|
||
|
//
|
||
|
// Loaded by the engine on startup. If this file is not present in the mod's cfg
|
||
|
// folder, will not fallback based on search path.
|
||
|
//
|
||
|
// So hl2\cfg\modsettings.cfg will be exec'ed by HL2 but not Episode One or Two.
|
||
|
//
|
||
|
//------------------------------------------------------------------------------
|
||
|
|
||
|
// Tune bloomscale for all of HL2
|
||
|
mat_bloom_scalefactor_scalar .5
|
||
|
|