From 940463491b728c26f8ba04152ad4e718ab39a01e Mon Sep 17 00:00:00 2001 From: Greyscale Date: Mon, 3 Aug 2009 14:25:13 -0700 Subject: [PATCH] Changed lightstyle cvar default to be disabled. --- cstrike/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg | 4 ++-- src/zr/cvars.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cstrike/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg b/cstrike/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg index fa73914..3380d30 100644 --- a/cstrike/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg +++ b/cstrike/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg @@ -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" diff --git a/src/zr/cvars.inc b/src/zr/cvars.inc index a11a99e..3cfde01 100644 --- a/src/zr/cvars.inc +++ b/src/zr/cvars.inc @@ -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