[nexuiz-commits] r8064 - in trunk/data: . qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Oct 6 13:35:06 EDT 2009


Author: fruitiex
Date: 2009-10-06 13:35:06 -0400 (Tue, 06 Oct 2009)
New Revision: 8064

Modified:
   trunk/data/balance.cfg
   trunk/data/balance25.cfg
   trunk/data/balanceHavoc.cfg
   trunk/data/balanceSamual.cfg
   trunk/data/defaultNexuiz.cfg
   trunk/data/qcsrc/server/constants.qh
Log:
cvar hashes


Modified: trunk/data/balance.cfg
===================================================================
--- trunk/data/balance.cfg	2009-10-06 17:27:15 UTC (rev 8063)
+++ trunk/data/balance.cfg	2009-10-06 17:35:06 UTC (rev 8064)
@@ -3,7 +3,7 @@
 //
 // And... don't forget to edit the other balance*.cfg too.
 
-set cvar_check_balance 78188ae599396a346b72738a042880c5
+set cvar_check_balance f419825b823199b15cb1aafdb4e5422a
 
 // {{{ weapon replacement
 // NOTE: this only replaces weapons on the map

Modified: trunk/data/balance25.cfg
===================================================================
--- trunk/data/balance25.cfg	2009-10-06 17:27:15 UTC (rev 8063)
+++ trunk/data/balance25.cfg	2009-10-06 17:35:06 UTC (rev 8064)
@@ -3,7 +3,7 @@
 //
 // And... don't forget to edit the other balance*.cfg too.
 
-set cvar_check_balance 78188ae599396a346b72738a042880c5
+set cvar_check_balance f419825b823199b15cb1aafdb4e5422a
 
 // {{{ weapon replacement
 // NOTE: this only replaces weapons on the map

Modified: trunk/data/balanceHavoc.cfg
===================================================================
--- trunk/data/balanceHavoc.cfg	2009-10-06 17:27:15 UTC (rev 8063)
+++ trunk/data/balanceHavoc.cfg	2009-10-06 17:35:06 UTC (rev 8064)
@@ -3,7 +3,7 @@
 //
 // And... don't forget to edit the other balance*.cfg too.
 
-set cvar_check_balance 78188ae599396a346b72738a042880c5
+set cvar_check_balance f419825b823199b15cb1aafdb4e5422a
 
 // {{{ weapon replacement
 // NOTE: this only replaces weapons on the map

Modified: trunk/data/balanceSamual.cfg
===================================================================
--- trunk/data/balanceSamual.cfg	2009-10-06 17:27:15 UTC (rev 8063)
+++ trunk/data/balanceSamual.cfg	2009-10-06 17:35:06 UTC (rev 8064)
@@ -3,7 +3,7 @@
 //
 // And... don't forget to edit the other balance*.cfg too.
 
-set cvar_check_balance 78188ae599396a346b72738a042880c5
+set cvar_check_balance f419825b823199b15cb1aafdb4e5422a
 
 // {{{ weapon replacement
 // NOTE: this only replaces weapons on the map

Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-10-06 17:27:15 UTC (rev 8063)
+++ trunk/data/defaultNexuiz.cfg	2009-10-06 17:35:06 UTC (rev 8064)
@@ -26,7 +26,7 @@
 seta g_configversion 0	"Configuration file version (used to upgrade settings) 0: first run, or previous start was <2.4.1  Later, it's overridden by config.cfg, version ranges are defined in config_update.cfg"
 
 // default.cfg versioning (update using update-cvarcount.sh, run that every time after adding a new cvar)
-set cvar_check_default 091f36c4fb0d7b22bbd2d2fdff8b1447
+set cvar_check_default c0254c4c1cc8836cd7cc3989f4ad25f4
 
 // Nexuiz version (formatted for machines)
 // used to determine if a client version is compatible
@@ -244,7 +244,7 @@
 cl_bob 0.01 // how much view moves up/down when moving (does not move if cl_bobcycle is 0, but still enables cl_bobmodel), default is 0.02
 cl_bobmodel 1 // whether to have gun model move around on screen when moving (only works if cl_bob is not 0), default is 1
 cl_rollangle 0 // amount of view tilt when strafing, default is 2.0
-v_kicktime 0.5 // how long damage kicks of the view last, default is 0.5 seconds
+v_kicktime 0 // how long damage kicks of the view last, default is 0 seconds
 gl_polyblend 0.5 // whether to use screen tints, default is 1
 r_motionblur 0 // motion blur value, default is 0
 r_damageblur 0 // motion blur when damaged, default is 0

Modified: trunk/data/qcsrc/server/constants.qh
===================================================================
--- trunk/data/qcsrc/server/constants.qh	2009-10-06 17:27:15 UTC (rev 8063)
+++ trunk/data/qcsrc/server/constants.qh	2009-10-06 17:35:06 UTC (rev 8064)
@@ -1,5 +1,5 @@
-string CVAR_CHECK_DEFAULT = "091f36c4fb0d7b22bbd2d2fdff8b1447";
-string CVAR_CHECK_BALANCE = "78188ae599396a346b72738a042880c5";
+string CVAR_CHECK_DEFAULT = "c0254c4c1cc8836cd7cc3989f4ad25f4";
+string CVAR_CHECK_BALANCE = "f419825b823199b15cb1aafdb4e5422a";
 
 float	FALSE					= 0;
 float	TRUE					= 1;



More information about the nexuiz-commits mailing list