From 49ea5321352b887b4a015907ddf80dd7a30d1512 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Sun, 1 Sep 2024 12:35:16 +1000 Subject: [PATCH] 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. --- gamemodes-server.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2