X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=gamemodes-server.cfg;h=b1631b2333f56e6ba6ad1d9290fd89f0f77cddb8;hp=28b434dc2436fd9ef265c42c85532592914bff9f;hb=1ce1c9c94867fb8ac44ab09c93eb092341dd6d9a;hpb=3734c069c15d1d59caa0a0c40cf30d0144bdd6ed 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