X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=gamemodes-server.cfg;h=b1631b2333f56e6ba6ad1d9290fd89f0f77cddb8;hb=031d9bb9b547f476647eb48cd053bd5936e61157;hp=28b434dc2436fd9ef265c42c85532592914bff9f;hpb=c29ff3e1ef498deec2ebd9ad6883e9d2b683f43d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index 28b434dc2..b1631b233 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -76,7 +76,7 @@ alias sv_vote_gametype_hook_duel // =========== // this means that timelimit can be overidden globally and fraglimit can be overidden for each game mode: DM/TDM, Domination, CTF, and Runematch. set leadlimit 0 -set leadlimit_and_fraglimit 0 "if set, leadlimit is ANDed with fraglimit (otherwise ORed)" +set leadlimit_and_fraglimit 0 "both leadlimit AND fraglimit must be reached" set timelimit_override -1 "Time limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" set fraglimit_override -1 "Frag limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" set leadlimit_override -1 "Lead limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" @@ -311,7 +311,7 @@ set g_ctf_flag_neutral_model "models/ctf/flags.md3" set g_ctf_flag_neutral_skin 4 set g_ctf_flag_glowtrails 1 set g_ctf_fullbrightflags 0 -set g_ctf_dynamiclights 0 +set g_ctf_dynamiclights 0 "flags (not flag carriers) cast light of their team's colour" set g_ctf_ignore_frags 0 "1: regular frags give no points" exec ctfscoring-samual.cfg