]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/maps/tutorial.mapinfo
Final touches to the tutorial map. This map is now 100% completed
[voretournament/voretournament.git] / data / maps / tutorial.mapinfo
index c37e0915467756add60ab4eb172c13a07853a5e1..647d40e1d722c39597fbe2db71eb1f3233600620 100644 (file)
@@ -5,17 +5,38 @@ has weapons
 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
+\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 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
+\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 skill 5\r