]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/maps/tutorial.mapinfo
Decrease default position a bit to avoid the view poking out of the stomach model...
[voretournament/voretournament.git] / data / maps / tutorial.mapinfo
1 title Tutorial\r
2 description Vore Tournament tutorial map\r
3 author Mircea Kitsune\r
4 has weapons\r
5 type dm 0 0\r
6 cdtrack boss_theme\r
7 hidden\r
8 \r
9 // no intermission effects in this tutorial\r
10 clientsettemp_for_type all cl_intermission 0\r
11 clientsettemp_for_type all cl_artwork 0\r
12 \r
13 // only one player may take the tutorial on the same map\r
14 settemp_for_type all sv_public -1\r
15 \r
16 // no frag or time limit\r
17 settemp_for_type all fraglimit_override 0\r
18 settemp_for_type all timelimit_override 0\r
19 \r
20 // make it hard for players to die, or they spawn back at the beginning where the door is blocked\r
21 settemp_for_type all g_balance_pause_health_regen 0\r
22 settemp_for_type all g_balance_health_regenstable 50\r
23 settemp_for_type all g_balance_health_regenlinear 15\r
24 \r
25 // don't allow digestion and stomach kicks to deal enough damage to kill the player (just deal some exemplary damage)\r
26 // this relies on the health regen settings above (damage is immediately regenerated, not allowing the player to reach 0)\r
27 settemp_for_type all g_balance_vore_digestion_damage 1\r
28 settemp_for_type all g_balance_vore_kick_damage_min 1\r
29 settemp_for_type all g_balance_vore_kick_damage_max 5\r
30 settemp_for_type all g_balance_vore_kick_escapeprobability 0.25\r
31 \r
32 // no start weapons in this tutorial\r
33 settemp_for_type all g_start_weapon_grabber 0\r
34 settemp_for_type all g_start_ammo_fuel 0\r
35 \r
36 // this is a polite vore academy :)\r
37 settemp_for_type all sv_autotaunt 0\r
38 \r
39 // bot settings (bots serve as training dummies in this tutorial)\r
40 settemp_for_type all bot_config_file maps/tutorial_bots.txt\r
41 settemp_for_type all bot_number 2\r
42 settemp_for_type all skill 5