]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Limit warmups to 3 minutes by default (restored to full timelimit in XPM ruleset)
authorMario <mario@smbclan.net>
Sun, 30 Sep 2018 19:07:43 +0000 (05:07 +1000)
committerMario <mario@smbclan.net>
Sun, 30 Sep 2018 19:07:43 +0000 (05:07 +1000)
ruleset-XPM.cfg
xonotic-server.cfg

index eb682aa55ce7a2b2fb3880753146d9833e716a27..67589147b634f9968c2b1e6af4b906c37a3af9c1 100644 (file)
@@ -14,6 +14,7 @@ set teamplay_mode 2 // friendly fire and self damage
 set sv_vote_nospectators 1
 set g_chat_nospectators 2
 set g_warmup 1
+set g_warmup_limit 0
 set g_balance_teams 0
 set g_spawnshieldtime 0
 set g_spawn_furthest 1
index 2b1cdbc6553a4a51be6dd46e2e17d5e884b0d9ae..61f8ccd4b286890be7be1dfe25c934da5cc2b36a 100644 (file)
@@ -25,7 +25,7 @@ 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"
-set g_warmup_limit 0   "limit warmup-stage to this time (in seconds); if set to -1 the warmup-stage is not affected by any timelimit, if set to 0 the usual timelimit also affects warmup-stage"
+set g_warmup_limit 180 "limit warmup-stage to this time (in seconds); if set to -1 the warmup-stage is not affected by any timelimit, if set to 0 the usual timelimit also affects warmup-stage"
 set g_warmup_allow_timeout 0   "allow calling timeouts in the warmup-stage (if sv_timeout is set to 1)"
 set g_warmup_allguns 1 "provide more weapons on start while in warmup: 0 = normal start weapons, 1 = all guns available on the map, 2 = all normal weapons"
 set g_warmup_majority_factor 0.8 "minimum percentage of players ready needed for warmup to end"