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