From: Spike29 Date: Fri, 19 Oct 2018 09:08:58 +0000 (+0200) Subject: Tweak mapinfo (remove timelimit and hide the map from the menu) X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2e210c01c156e7c2b19625c9afb94d477095aae6;p=xonotic%2Fxonotic-maps.pk3dir.git Tweak mapinfo (remove timelimit and hide the map from the menu) --- diff --git a/maps/tutorial_level2.mapinfo b/maps/tutorial_level2.mapinfo index 643c0d06..a3a9672c 100644 --- a/maps/tutorial_level2.mapinfo +++ b/maps/tutorial_level2.mapinfo @@ -1,17 +1,9 @@ title Intermediate tutorial -description Tutorial level 2 +description Tutorial Level 2 author Freddy SpiKe cdtrack 4 -// uncomment this if you added weapon pickups: has weapons -// uncomment this if you added turrets: has turrets -// uncomment this if you added vehicles: has vehicles -gametype dm // defaults: timelimit=20 pointlimit=30 leadlimit=0 -gametype lms // defaults: timelimit=20 lives=9 leadlimit=0 -gametype ka // defaults: timelimit=20 pointlimit=30 -// optional: fog density red green blue alpha mindist maxdist -// optional: settemp_for_type (all|gametypename) cvarname value -// optional: clientsettemp_for_type (all|gametypename) cvarname value -// optional: size mins_x mins_y mins_z maxs_x maxs_y maxs_z -// optional: hidden -settemp_for_type all g_balance_blaster_weaponstart 0 -settemp_for_type all g_balance_shotgun_weaponstart 0 +gametype dm +hidden +settemp_for_type dm timelimit 0 +settemp_for_type dm g_balance_blaster_weaponstart 0 +settemp_for_type dm g_balance_shotgun_weaponstart 0