From 8c368028447bfbbdaeda4f7693e3db4afdc534be Mon Sep 17 00:00:00 2001 From: Spike29 Date: Fri, 19 Oct 2018 11:23:59 +0200 Subject: [PATCH] Tweak mapinfo (remove timelimit and hide the map from the menu) --- maps/tutorial_level1.mapinfo | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/maps/tutorial_level1.mapinfo b/maps/tutorial_level1.mapinfo index 92d38199..16b70ed3 100644 --- a/maps/tutorial_level1.mapinfo +++ b/maps/tutorial_level1.mapinfo @@ -1,17 +1,10 @@ title Basic tutorial -description Tutorial level 1 +description Tutorial Level 1 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 +has turrets +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 -- 2.39.2