[nexuiz-commits] r8437 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Dec 20 07:13:41 EST 2009


Author: div0
Date: 2009-12-20 07:13:29 -0500 (Sun, 20 Dec 2009)
New Revision: 8437

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
tune lerping


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-12-20 09:36:18 UTC (rev 8436)
+++ trunk/data/defaultNexuiz.cfg	2009-12-20 12:13:29 UTC (rev 8437)
@@ -1757,4 +1757,9 @@
 set r_showbboxes 0
 
 // we REALLY need the end pos nudging DP bug workaround for trace-to-end-of-solid to work
-collision_endposnudge 1
\ No newline at end of file
+collision_endposnudge 1
+
+// animation tuning
+set cl_lerpanim_maxdelta_framegroups 0.05 // must be faster than fastest weapon refire
+set cl_lerpanim_maxdelta_server 0.1 // must be slower than slowest server controlled anim (e.g. animinfo stuff)
+



More information about the nexuiz-commits mailing list