about summary refs log tree commit diff
path: root/src/game/variables.h
diff options
context:
space:
mode:
authorTeetime <anton.tsoulos@yahoo.de>2011-07-03 16:42:29 +0200
committerTeetime <anton.tsoulos@yahoo.de>2011-07-03 16:42:29 +0200
commitde7c2a5f47cc1c854e6210ba056888e7a7ae7a08 (patch)
tree8b1c1cbf8d54fd554d06a1b989b12e51280b55a8 /src/game/variables.h
parent76594f348fc01ef3cad44fc4536dbb732a8ca653 (diff)
downloadzcatch-de7c2a5f47cc1c854e6210ba056888e7a7ae7a08.tar.gz
zcatch-de7c2a5f47cc1c854e6210ba056888e7a7ae7a08.zip
Added general zCatch-Support
Diffstat (limited to 'src/game/variables.h')
-rw-r--r--src/game/variables.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/game/variables.h b/src/game/variables.h
index 3af299cf..28d8ceea 100644
--- a/src/game/variables.h
+++ b/src/game/variables.h
@@ -88,3 +88,11 @@ MACRO_CONFIG_INT(SvVoteKickBantime, sv_vote_kick_bantime, 5, 0, 1440, CFGFLAG_SE
 MACRO_CONFIG_INT(DbgFocus, dbg_focus, 0, 0, 1, CFGFLAG_CLIENT, "")
 MACRO_CONFIG_INT(DbgTuning, dbg_tuning, 0, 0, 1, CFGFLAG_CLIENT, "")
 #endif
+
+//zCatch:
+MACRO_CONFIG_INT(SvMode, sv_mode, 1, 0, 3, CFGFLAG_SERVER, "0 - Normal; 1 - Instagib; 2 - Rocket area; 3 - Hammerparty")
+MACRO_CONFIG_INT(SvAllowJoin, sv_allow_join, 2, 0, 2, CFGFLAG_SERVER, "Allow new Players to join without waiting for the next round")
+//0 - Wait for next round; 1 = Allowed to join; 2 = Will join when person with the most kills die
+MACRO_CONFIG_INT(SvColorIndicator, sv_color_indicator, 1, 0, 1, CFGFLAG_SERVER, "Color tees apropriate to the number of currently catched players")
+MACRO_CONFIG_INT(SvBonus, sv_bonus, 0, 0, 10000, CFGFLAG_SERVER, "Give the last player extra points")
+MACRO_CONFIG_INT(SvFollowCatcher, sv_follow_catcher, 1, 0, 1, CFGFLAG_SERVER, "If a victim should follow his catcher")
\ No newline at end of file