X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=gamemodes.cfg;h=9aaf9b4c4df1aa6498003c734d70bf23abbbd663;hp=56b256b09ad3d92d4f39c3938ef7f3345a0ef42f;hb=43f2705555176d1c352e94ace1b9ea4d24e15434;hpb=0f87afaf7ecbd7414d959ba1ea0789f51d8e43ec diff --git a/gamemodes.cfg b/gamemodes.cfg index 56b256b09..9aaf9b4c4 100644 --- a/gamemodes.cfg +++ b/gamemodes.cfg @@ -80,7 +80,7 @@ seta g_keyhunt_point_leadlimit -1 "Keyhunt point lead limit overriding the mapin seta g_race_laps_limit -1 "Race laps limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" seta g_nexball_goallimit -1 "Nexball goal limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" seta g_nexball_goalleadlimit -1 "Nexball goal lead limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" -seta g_invasion_round_limit -1 "Invasion round limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" +seta g_invasion_point_limit -1 "Invasion point limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" // ================================= @@ -483,4 +483,7 @@ set g_invasion_round_timelimit 120 "maximum time to kill all monsters" set g_invasion_warmup 10 "time between waves to prepare for battle" set g_invasion_monster_count 10 "number of monsters on first wave (increments)" set g_invasion_zombies_only 0 "only spawn zombies" -set g_invasion_spawn_delay 2 "spawn more monsters after this delay" +set g_invasion_spawn_delay 0.25 +set g_invasion_spawnpoint_spawn_delay 0.5 +set g_invasion_teams 0 "number of teams in invasion (note: use mapinfo to set this)" +set g_invasion_team_spawns 1 "use team spawns in teamplay invasion mode"