From: Martin Taibr Date: Thu, 15 Dec 2016 01:14:44 +0000 (+0100) Subject: g_ctf_reverse description X-Git-Tag: xonotic-v0.8.2~342^2~5 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9c4bfba75b424c4292ea2f5cf19007e576e2b518;p=xonotic%2Fxonotic-data.pk3dir.git g_ctf_reverse description --- diff --git a/gamemodes.cfg b/gamemodes.cfg index 71f0dc179..a1f2c4084 100644 --- a/gamemodes.cfg +++ b/gamemodes.cfg @@ -18,7 +18,7 @@ alias asay_drop "say_team (%l) dropped %w ; impulse 17" // ================= // gamestart hooks // ================= -seta cl_matchcount 0 // incremented by cl_hook_gameend and used by playerstats to know when to +seta cl_matchcount 0 // incremented by cl_hook_gameend and used by playerstats to know when to alias _cl_hook_gamestart "set _cl_hook_gametype $1; _cl_hook_gamestart_stage2" alias _cl_hook_gamestart_stage2 "cl_hook_gamestart_all; cl_hook_gamestart_${_cl_hook_gametype}" alias cl_hook_gamestart_all @@ -278,7 +278,7 @@ set g_ctf_dropped_capture_delay 1 "dropped capture delay" 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" set g_ctf_flag_damageforcescale 2 set g_ctf_portalteleport 0 "allow flag carriers to go through portals made in portal gun without dropping the flag" -set g_ctf_reverse 0 "if enabled, flags positions are switched: you have to capture the enemy's flag from your own base by bringing it to your own flag in the enemy base" +set g_ctf_reverse 0 "if enabled, you score by bringing your own flag to an enemy's flag in his base" set g_ctf_flag_collect_delay 1 set g_ctf_flag_health 0 set g_ctf_flag_dropped_waypoint 2 "show dropped flag waypointsprite when a flag is lost. 1 = team only, 2 = for all players"