From: bones_was_here Date: Sun, 14 Jun 2020 17:29:41 +0000 (+1000) Subject: Enable timeouts in tourney mode X-Git-Tag: xonotic-v0.8.5~914^2 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=693052ad311cb26e7746c6c2f68670eb45b37b75;p=xonotic%2Fxonotic-data.pk3dir.git Enable timeouts in tourney mode --- diff --git a/xonotic-server.cfg b/xonotic-server.cfg index c7b63f536..094f17b00 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -40,8 +40,8 @@ set g_chat_nospectators 0 "if 0 spec/observer chat is always visible to the play set sv_vote_nospectators 0 "only players can call a vote (thus spectators and observers can't call a vote): 0 = all people can vote, 1 = spectators can vote in warmup stage, 2 = only players can vote (no exceptions)." alias g_tourney "g_tourney_$1" -alias g_tourney_1 "g_warmup 1; g_chat_nospectators 2; sv_vote_nospectators 1" -alias g_tourney_0 "g_warmup 0; g_chat_nospectators 0; sv_vote_nospectators 0" +alias g_tourney_1 "g_warmup 1; g_chat_nospectators 2; sv_vote_nospectators 1; sv_timeout 1" +alias g_tourney_0 "g_warmup 0; g_chat_nospectators 0; sv_vote_nospectators 0; sv_timeout 0" set sv_timeout 0 "allow a player to call a timeout, this will pause the game for some time" set sv_timeout_length 120 "how long the game will be paused at max, in seconds"