From: bones_was_here Date: Mon, 20 Jan 2020 22:32:56 +0000 (+1000) Subject: Add description for g_ctf_dynamiclights and whitelist X-Git-Tag: xonotic-v0.8.5~1161^2~2^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c9d0b20289c2f6db197334dad8ead029b6ea4451;p=xonotic%2Fxonotic-data.pk3dir.git Add description for g_ctf_dynamiclights and whitelist --- diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index 28b434dc2..501f07f03 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -311,7 +311,7 @@ set g_ctf_flag_neutral_model "models/ctf/flags.md3" set g_ctf_flag_neutral_skin 4 set g_ctf_flag_glowtrails 1 set g_ctf_fullbrightflags 0 -set g_ctf_dynamiclights 0 +set g_ctf_dynamiclights 0 "flags (not flag carriers) cast light of their team's colour" set g_ctf_ignore_frags 0 "1: regular frags give no points" exec ctfscoring-samual.cfg diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 12155f756..2a3ede6b8 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -336,6 +336,7 @@ void cvar_changes_init() BADCVAR("g_ca_point_limit"); BADCVAR("g_ctf_captimerecord_always"); BADCVAR("g_ctf_flag_glowtrails"); + BADCVAR("g_ctf_dynamiclights"); BADCVAR("g_ctf_flag_pickup_verbosename"); BADCVAR("g_domination_point_leadlimit"); BADCVAR("g_forced_respawn");