From: Samual Date: Sun, 23 Oct 2011 20:59:43 +0000 (-0400) Subject: Better defaults for g_warmup mode X-Git-Tag: xonotic-v0.6.0~74^2~66^2~2^2~5 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=64349aac795f0f44c5dacd85d9bec4ac6d49177e;p=xonotic%2Fxonotic-data.pk3dir.git Better defaults for g_warmup mode --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 467e98b06..8d1951a6c 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -332,9 +332,9 @@ set g_maxplayers_spectator_blocktime 5 "if the players voted for the \"nospectat //tournament mod set g_warmup 0 "split the game into a warmup- and match-stage when set to 1" -set g_warmup_limit 60 "if set to -1 the warmup-stage is not affected by any timelimit, if set to 0 the usual timelimit also affects warmup-stage, otherwise warmup will be limited to this time in SECONDS (useful for public matches)" +set g_warmup_limit 0 "if set to -1 the warmup-stage is not affected by any timelimit, if set to 0 the usual timelimit also affects warmup-stage, otherwise warmup will be limited to this time in SECONDS (useful for public matches)" set g_warmup_allow_timeout 0 "if set to 1 timeouts can also be called in the warmup-stage, when sv_timeout is set to 1" -set g_warmup_allguns 0 "if set players start with all guns in warmup mode" +set g_warmup_allguns 1 "if set players start with all guns in warmup mode" set g_chat_nospectators 0 "if 0 spec/observer chat is always visible to the player, if 1 it is never visible to players, if 2 it is only visible to players during warmup stage" set sv_vote_nospectators 0 "if set only players can call a vote (thus spectators and observers can't call a vote)"