]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/maps/tutorial.mapinfo
A change in tutorial mapinfo and its waypoints.cache file
[voretournament/voretournament.git] / data / maps / tutorial.mapinfo
index c37e0915467756add60ab4eb172c13a07853a5e1..9725a1f4c74b0a5a26056612ca9cf82e193a7ba7 100644 (file)
@@ -5,18 +5,38 @@ has weapons
 type dm 0 0\r
 cdtrack boss_theme\r
 hidden\r
 type dm 0 0\r
 cdtrack boss_theme\r
 hidden\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
 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
 settemp_for_type all fraglimit_override 0\r
 settemp_for_type all timelimit_override 0\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
+// 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 g_balance_vore_kick_escapeprobability 0.25\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
 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
 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 bot_config_file maps/tutorial_bots.txt\r
 settemp_for_type all bot_number 2\r
-settemp_for_type all skill 5\r
-settemp_for_type all bot_god 1
\ No newline at end of file
+settemp_for_type all skill 5
\ No newline at end of file