[nexuiz-commits] r8431 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Dec 19 23:30:40 EST 2009


Author: samual
Date: 2009-12-19 23:30:39 -0500 (Sat, 19 Dec 2009)
New Revision: 8431

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
cl_deathfade enabled by default

Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-12-19 22:32:19 UTC (rev 8430)
+++ trunk/data/defaultNexuiz.cfg	2009-12-20 04:30:39 UTC (rev 8431)
@@ -241,6 +241,7 @@
 v_deathtilt 0 // needed for spectators (who are dead to avoid prediction)
 
 // these settings determine how much the view is affected by movement/damage
+cl_deathfade 1 // fade screen to dark red when dead, value represents how fast the fade is (higher is faster)
 cl_bobcycle 0 // how long the cycle of up/down view movement takes (only works if cl_bob is not 0), default is 0.6
 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



More information about the nexuiz-commits mailing list