]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - config_update.cfg
config_update: switch all users to cl_gunalign 1 once
[xonotic/xonotic-data.pk3dir.git] / config_update.cfg
index 372784dd780c5cc14b7e4affc50518ddca673458..0c358c72afd28c5a645a67b0cb63c368fec9300c 100644 (file)
@@ -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