]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/maps/tutorial.mapinfo
New songs from opengameart.org, used by some existing maps. Also a new menu song
[voretournament/voretournament.git] / data / maps / tutorial.mapinfo
index 9cf085c06595d8a626e843a0801831b0abd7fc20..9725a1f4c74b0a5a26056612ca9cf82e193a7ba7 100644 (file)
@@ -1,13 +1,42 @@
-title <TITLE>\r
-description <DESCRIPTION>\r
-author <AUTHOR>\r
+title Tutorial\r
+description Vore Tournament tutorial map\r
+author Mircea Kitsune\r
+has weapons\r
+type dm 0 0\r
 cdtrack boss_theme\r
-type dm 10 0\r
 hidden\r
-settemp_for_type all g_balance_vore_digestion_damage 0\r
-settemp_for_type all g_balance_vore_kick_damage_min 0\r
-settemp_for_type all g_balance_vore_kick_damage_max 0\r
+\r
+// no intermission effects in this tutorial\r
+clientsettemp_for_type all cl_intermission 0\r
+clientsettemp_for_type all cl_artwork 0\r
+\r
+// only one player may take the tutorial on the same map\r
+settemp_for_type all sv_public -1\r
+\r
+// no frag or time limit\r
+settemp_for_type all fraglimit_override 0\r
+settemp_for_type all timelimit_override 0\r
+\r
+// make it hard for players to die, or they spawn back at the beginning where the door is blocked\r
+settemp_for_type all g_balance_pause_health_regen 0\r
+settemp_for_type all g_balance_health_regenstable 50\r
+settemp_for_type all g_balance_health_regenlinear 15\r
+\r
+// don't allow digestion and stomach kicks to deal enough damage to kill the player (just deal some exemplary damage)\r
+// this relies on the health regen settings above (damage is immediately regenerated, not allowing the player to reach 0)\r
+settemp_for_type all g_balance_vore_digestion_damage 1\r
+settemp_for_type all g_balance_vore_kick_damage_min 1\r
+settemp_for_type all g_balance_vore_kick_damage_max 5\r
 settemp_for_type all g_balance_vore_kick_escapeprobability 0.25\r
-settemp_for_type all skill 5\r
+\r
+// no start weapons in this tutorial\r
+settemp_for_type all g_start_weapon_grabber 0\r
+settemp_for_type all g_start_ammo_fuel 0\r
+\r
+// this is a polite vore academy :)\r
+settemp_for_type all sv_autotaunt 0\r
+\r
+// bot settings (bots serve as training dummies in this tutorial)\r
+settemp_for_type all bot_config_file maps/tutorial_bots.txt\r
 settemp_for_type all bot_number 2\r
-settemp_for_type all g_start_weapon_grabber 0
\ No newline at end of file
+settemp_for_type all skill 5
\ No newline at end of file