title Tutorial description Vore Tournament tutorial map author Mircea Kitsune has weapons type dm 0 0 cdtrack boss_theme hidden // no intermission effects in this tutorial clientsettemp_for_type all cl_intermission 0 clientsettemp_for_type all cl_artwork 0 // only one player may take the tutorial on the same map settemp_for_type all sv_public -1 // no frag or time limit settemp_for_type all fraglimit_override 0 settemp_for_type all timelimit_override 0 // make it hard for players to die, or they spawn back at the beginning where the door is blocked settemp_for_type all g_balance_pause_health_regen 0 settemp_for_type all g_balance_health_regenstable 50 settemp_for_type all g_balance_health_regenlinear 15 // don't allow digestion and stomach kicks to deal enough damage to kill the player (just deal some exemplary damage) // this relies on the health regen settings above (damage is immediately regenerated, not allowing the player to reach 0) settemp_for_type all g_balance_vore_digestion_damage 1 settemp_for_type all g_balance_vore_kick_damage_min 1 settemp_for_type all g_balance_vore_kick_damage_max 5 settemp_for_type all g_balance_vore_kick_escapeprobability 0.25 // no start weapons in this tutorial settemp_for_type all g_start_weapon_grabber 0 settemp_for_type all g_start_ammo_fuel 0 // this is a polite vore academy :) settemp_for_type all sv_autotaunt 0 // bot settings (bots serve as training dummies in this tutorial) settemp_for_type all bot_config_file maps/tutorial_bots.txt settemp_for_type all bot_number 2 settemp_for_type all skill 5