]> icculus.org git repositories - divverent/nexuiz.git/blob - data/config_update.cfg
Migrate cmd cheats too
[divverent/nexuiz.git] / data / config_update.cfg
1 // load engine's idea of vid_con*
2 seta menu_vid_conwidth $vid_conwidth
3 seta menu_vid_conheight $vid_conheight
4
5 // fix cvar settings of the engine that Nexuiz is not compatible with
6 alias _update_generic_r_dynamic_0 "r_dynamic 1; r_shadow_realtime_dlight 1"
7 alias _update_generic_r_dynamic_1 ""
8 alias _update_generic "_update_generic_r_dynamic_$r_dynamic"
9
10 // updates for ... to 2.4 (also run on first startup, so be careful with what you put in here)
11 alias _update_configversion_0 ""
12
13 // Updates for 2.4.1 to 2.4.2
14 alias _update_configversion_1 ""
15
16 // Updates for 2.5 to ...
17 alias _update_configversion_2 ""
18
19 _update_configversion_$g_configversion
20 _update_generic
21
22 set g_configversion 2