]> git.rm.cloudns.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Tweak mapinfo (remove timelimit and hide the map from the menu)
authorSpike29 <leguen.yannick@gmail.com>
Fri, 19 Oct 2018 09:23:59 +0000 (11:23 +0200)
committerSpike29 <leguen.yannick@gmail.com>
Fri, 19 Oct 2018 09:23:59 +0000 (11:23 +0200)
maps/tutorial_level1.mapinfo

index 92d381993b0266486f01bc68051b556ecba84363..16b70ed34de79e02dd98ee4dc60830d87229c642 100644 (file)
@@ -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