Changed lightstyle cvar default to be disabled.
This commit is contained in:
parent
9b1a086f81
commit
940463491b
@ -390,8 +390,8 @@ zr_account_cashdmg "0"
|
||||
// Lightstyle
|
||||
|
||||
// Change lightstyle (brightness) of the map.
|
||||
// Default: "1"
|
||||
zr_veffects_lightstyle "1"
|
||||
// Default: "0"
|
||||
zr_veffects_lightstyle "0"
|
||||
|
||||
// Lightstyle value. ['a' = Darkest | 'z' = Brightest | Dependency: zr_veffects_lightstyle]
|
||||
// Default: "b"
|
||||
|
@ -345,7 +345,7 @@ CvarsCreate()
|
||||
// ===========================
|
||||
|
||||
// Lightstyle
|
||||
g_hCvarsList[CVAR_VEFFECTS_LIGHTSTYLE] = CreateConVar("zr_veffects_lightstyle", "1", "Change lightstyle (brightness) of the map.");
|
||||
g_hCvarsList[CVAR_VEFFECTS_LIGHTSTYLE] = CreateConVar("zr_veffects_lightstyle", "0", "Change lightstyle (brightness) of the map.");
|
||||
g_hCvarsList[CVAR_VEFFECTS_LIGHTSTYLE_VALUE] = CreateConVar("zr_veffects_lightstyle_value", "b", "Lightstyle value. ['a' = Darkest | 'z' = Brightest | Dependency: zr_veffects_lightstyle]");
|
||||
|
||||
// Sky
|
||||
|
Loading…
Reference in New Issue
Block a user