From: Rudolf Polzer Date: Fri, 10 Jun 2011 21:17:09 +0000 (+0200) Subject: config_update: switch all users to cl_gunalign 1 once X-Git-Tag: xonotic-v0.5.0~211^2~10 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=100c5b9eb1fe7ccf84697782b70ecd087c8c397f;p=xonotic%2Fxonotic-data.pk3dir.git config_update: switch all users to cl_gunalign 1 once --- diff --git a/config_update.cfg b/config_update.cfg index 372784dd7..0c358c72a 100644 --- a/config_update.cfg +++ b/config_update.cfg @@ -1,25 +1,15 @@ -// load engine's idea of vid_con* -seta menu_vid_conwidth $vid_conwidth -seta menu_vid_conheight $vid_conheight +// updates for Nexuiz $OLD to 2.4 (also run on first startup, so be careful with what you put in here) +alias _update_configversion_0 "_update_configversion_1" -// fix cvar settings of the engine that Xonotic is not compatible with -alias _update_generic_r_dynamic_0 "r_dynamic 1; r_shadow_realtime_dlight 1" -alias _update_generic_r_dynamic_1 "" -alias _update_generic "_update_generic_r_dynamic_$r_dynamic" +// Updates for Nexuiz 2.4.1 to 2.4.2 +alias _update_configversion_1 "_update_configversion_2" -// updates for ... to 2.4 (also run on first startup, so be careful with what you put in here) -alias _update_configversion_0 "" +// Updates for Nexuiz to Xonotic +alias _update_configversion_2 "volume 1; cl_gunalign 1; _update_configversion_3" -// Updates for 2.4.1 to 2.4.2 -alias _update_configversion_1 "" - -// Updates for 2.5 to ... -alias _update_configversion_2 "" +// place to put further updates +alias _update_configversion_3 "" _update_configversion_$g_configversion -_update_generic - -set g_configversion 2 -// we now use mastervolume -volume 1 +set g_configversion 3