]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
90s ctf stalemate, whitelist
authorMartin Taibr <taibr.martin@gmail.com>
Mon, 16 Dec 2019 13:36:03 +0000 (14:36 +0100)
committerMartin Taibr <taibr.martin@gmail.com>
Mon, 16 Dec 2019 13:36:03 +0000 (14:36 +0100)
gamemodes-server.cfg
qcsrc/server/g_world.qc

index 7c830ddd23dd24db666f33e7e80f23ae94524f81..b9004bbac0064a6107d3b042d65a5385178504be 100644 (file)
@@ -253,7 +253,7 @@ set g_ctf_flagcarrier_damagefactor 1
 set g_ctf_flagcarrier_forcefactor 1
 set g_ctf_stalemate 1 "show the enemy flagcarrier location after both teams have held the flags a certain amount of time"
 set g_ctf_stalemate_endcondition 1 "condition for stalemate mode to be finished: 1 = If ONE flag is no longer stale, 2 = If BOTH flags are no longer stale"
-set g_ctf_stalemate_time 150 "time for each flag until stalemate mode is activated"
+set g_ctf_stalemate_time 90 "time for each flag until stalemate mode is activated"
 set g_ctf_flagcarrier_waypointforenemy_spotting 1 "show the enemy flagcarrier location if a team mate presses +use to spot them"
 set g_ctf_dropped_capture_delay 1.5 "autocapture delay when flag is thrown onto the base - counted from throw, not landing"
 set g_ctf_dropped_capture_radius 100 "allow dropped flags to be automatically captured by base flags if the dropped flag is within this radius of it"
index 0c44a95f17bf5385372fb106e1dd4e37114930ee..ce7ab264d6c2d87e934ce7a192907a7770d2b5c7 100644 (file)
@@ -492,6 +492,7 @@ void cvar_changes_init()
                BADCVAR("g_ca_weaponarena");
                BADCVAR("g_freezetag_weaponarena");
                BADCVAR("g_lms_weaponarena");
+               BADCVAR("g_ctf_stalemate_time");
 
                if(cvar_string("g_mod_balance") == "Testing")
                {