]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/maps/tutorial.mapinfo
Settemp reflections to off on Arahia and Greatwall Overloaded. Reflective water takes...
[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 settemp_for_type all g_maxplayers 3 // 1 player plus 2 bots\r
16 \r
17 // no frag or time limit\r
18 settemp_for_type all fraglimit_override 0\r
19 settemp_for_type all timelimit_override 0\r
20 \r
21 // make it hard for players to die, or they spawn back at the beginning where the door is blocked\r
22 settemp_for_type all g_balance_pause_health_regen 0\r
23 settemp_for_type all g_balance_health_regenstable 100\r
24 settemp_for_type all g_balance_health_regenlinear 30\r
25 \r
26 // don't allow digestion and stomach kicks to deal enough damage to kill the player (just deal some exemplary damage)\r
27 // this relies on the health regen settings above (damage is immediately regenerated, not allowing the player to reach 0)\r
28 settemp_for_type all g_balance_vore_digestion_damage 1\r
29 settemp_for_type all g_balance_vore_kick_damage_min 1\r
30 settemp_for_type all g_balance_vore_kick_damage_max 5\r
31 settemp_for_type all g_balance_vore_escapeprobability 0.05\r
32 \r
33 // no start weapons in this tutorial\r
34 settemp_for_type all g_start_weapon_grabber 0\r
35 settemp_for_type all g_start_ammo_fuel 0\r
36 \r
37 // this is a polite vore academy :)\r
38 settemp_for_type all sv_autotaunt 0\r
39 \r
40 // bot settings (bots serve as training dummies in this tutorial)\r
41 settemp_for_type all bot_config_file maps/tutorial_bots.txt\r
42 settemp_for_type all bot_number 2\r
43 settemp_for_type all skill 5