[nexuiz-commits] r6260 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Mar 24 04:13:09 EDT 2009


Author: div0
Date: 2009-03-24 04:13:07 -0400 (Tue, 24 Mar 2009)
New Revision: 6260

Modified:
   trunk/data/config_update.cfg
   trunk/data/quake.rc
Log:
force r_dynamic 1


Modified: trunk/data/config_update.cfg
===================================================================
--- trunk/data/config_update.cfg	2009-03-23 21:51:26 UTC (rev 6259)
+++ trunk/data/config_update.cfg	2009-03-24 08:13:07 UTC (rev 6260)
@@ -1,16 +1,18 @@
-// Updates for pre-2.4.1:
-alias _update_0_r_glsl_cb_check_0 "_update_0_have_r_glsl_cb 0"
-alias _update_0_r_glsl_cb_check_1 "_update_0_have_r_glsl_cb 0"
-alias _update_0_r_glsl_cb_0 ""
-alias _update_0_r_glsl_cb_1 "echo Ignore the error message above, the check works fine otherwise; v_contrastboost $r_glsl_contrastboost; r_glsl_contrastboost 1"
-alias _update_0_r_glsl_cb "_update_0_r_glsl_cb_$_update_0_have_r_glsl_cb"
-alias _update_0_v_hwgamma_0 "v_glslgamma 1; v_hwgamma 1"
-alias _update_0_v_hwgamma_1 ""
-alias _update_configversion_0 "_update_0_v_hwgamma_$v_hwgamma; set _update_0_have_r_glsl_cb 1; _update_0_r_glsl_cb_check_$r_glsl_contrastboost; _update_0_r_glsl_cb"
+// fix cvar settings of the engine that Nexuiz 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 2.4.1 to ...
+// 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 2.4.1 to 2.4.2
 alias _update_configversion_1 ""
 
+// Updates for 2.5 to ...
+alias _update_configversion_2 ""
+
 _update_configversion_$g_configversion
+_update_generic
 
-set g_configversion 1
+set g_configversion 2

Modified: trunk/data/quake.rc
===================================================================
--- trunk/data/quake.rc	2009-03-23 21:51:26 UTC (rev 6259)
+++ trunk/data/quake.rc	2009-03-24 08:13:07 UTC (rev 6260)
@@ -1,7 +1,7 @@
 exec default.cfg
 exec config.cfg
+exec data/campaign.cfg
 exec config_update.cfg
-exec data/campaign.cfg
 exec autoexec.cfg
 stuffcmds
 //startdemos demos/demo1 demos/demo2 demos/demo3



More information about the nexuiz-commits mailing list