]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/config_update.cfg
When stomach kicking with a weapon, do more damage! Makes sense and should be even...
[voretournament/voretournament.git] / data / config_update.cfg
1 // load engine's idea of vid_con*\r
2 seta menu_vid_conwidth $vid_conwidth\r
3 seta menu_vid_conheight $vid_conheight\r
4 \r
5 // fix cvar settings of the engine that Voretournament is not compatible with\r
6 alias _update_generic_r_dynamic_0 "r_dynamic 1; r_shadow_realtime_dlight 1"\r
7 alias _update_generic_r_dynamic_1 ""\r
8 alias _update_generic "_update_generic_r_dynamic_$r_dynamic"\r
9 \r
10 // updates for ... to 2.4 (also run on first startup, so be careful with what you put in here)\r
11 alias _update_configversion_0 ""\r
12 \r
13 // Updates for 2.4.1 to 2.4.2\r
14 alias _update_configversion_1 ""\r
15 \r
16 // Updates for 2.5 to ...\r
17 alias _update_configversion_2 ""\r
18 \r
19 _update_configversion_$g_configversion\r
20 _update_generic\r
21 \r
22 set g_configversion 2\r