From: bones_was_here Date: Sun, 1 Sep 2024 02:35:16 +0000 (+1000) Subject: duel: don't include DM maps in the maplist X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fmerge-requests%2F1343%2Fhead;p=xonotic%2Fxonotic-data.pk3dir.git duel: don't include DM maps in the maplist It's time to stop listing large DM maps by default. Duel has been a supported gametype for years now, the mapinfo generator adds it for smaller maps and the .arena file parser supports it on Q3/CPMA duel maps. --- diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index a32d1b2b9..708efbcf9 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -615,7 +615,7 @@ set g_invasion_type 0 "type of invasion mode - 0: round-based, 1: hunting, 2: co set g_duel 0 "Duel: frag the opponent more in a one versus one arena battle" //set g_duel_warmup 180 "Have a short warmup period before beginning the actual duel" set g_duel_with_powerups 0 "Enable powerups to spawn in the duel gamemode" -set g_duel_not_dm_maps 0 "when this is set, DM maps will NOT be listed in duel" +set g_duel_not_dm_maps 1 "when this is set, DM maps will NOT be listed in duel" // ============================== // free for all and team mayhem