]> icculus.org git repositories - divverent/nexuiz.git/blob - data/config_update.cfg
make tuba tuning depend on colormap, not player#
[divverent/nexuiz.git] / data / config_update.cfg
1 // fix cvar settings of the engine that Nexuiz is not compatible with
2 alias _update_generic_r_dynamic_0 "r_dynamic 1; r_shadow_realtime_dlight 1"
3 alias _update_generic_r_dynamic_1 ""
4 alias _update_generic "_update_generic_r_dynamic_$r_dynamic"
5
6 // updates for ... to 2.4 (also run on first startup, so be careful with what you put in here)
7 alias _update_configversion_0 ""
8
9 // Updates for 2.4.1 to 2.4.2
10 alias _update_configversion_1 ""
11
12 // Updates for 2.5 to ...
13 alias _update_configversion_2 ""
14
15 _update_configversion_$g_configversion
16 _update_generic
17
18 set g_configversion 2