r2742 - branches/nexuiz-2.0/data trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed May 30 10:25:37 EDT 2007


Author: esteel
Date: 2007-05-30 10:25:36 -0400 (Wed, 30 May 2007)
New Revision: 2742

Modified:
   branches/nexuiz-2.0/data/default.cfg
   trunk/data/default.cfg
Log:
disabled viewkick when hurt


Modified: branches/nexuiz-2.0/data/default.cfg
===================================================================
--- branches/nexuiz-2.0/data/default.cfg	2007-05-30 13:34:19 UTC (rev 2741)
+++ branches/nexuiz-2.0/data/default.cfg	2007-05-30 14:25:36 UTC (rev 2742)
@@ -88,7 +88,7 @@
 cl_bob 0.02 // 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.5 seconds
 gl_polyblend 1 // whether to use screen tints, default is 1
 
 // nexuiz-linux-*.sh will use this

Modified: trunk/data/default.cfg
===================================================================
--- trunk/data/default.cfg	2007-05-30 13:34:19 UTC (rev 2741)
+++ trunk/data/default.cfg	2007-05-30 14:25:36 UTC (rev 2742)
@@ -88,7 +88,7 @@
 cl_bob 0.02 // 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.5 seconds
 gl_polyblend 1 // whether to use screen tints, default is 1
 
 // nexuiz-linux-*.sh will use this




More information about the nexuiz-commits mailing list