]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
duel: don't include DM maps in the maplist bones_was_here/g_duel_not_dm_maps 1343/head
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 1 Sep 2024 02:35:16 +0000 (12:35 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 1 Sep 2024 02:35:16 +0000 (12:35 +1000)
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

index a32d1b2b97e0b1c59bb715c253bdbe2a7253a179..708efbcf91c8cddc0fd4139090bf58426cd06cfd 100644 (file)
@@ -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