r3787 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jul 7 09:59:33 EDT 2008


Author: m0rfar
Date: 2008-07-07 09:59:33 -0400 (Mon, 07 Jul 2008)
New Revision: 3787

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
All cl_movement_* cvars should match sv_* equivalent.. at least 2 where (slighlty) wrong.

Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2008-07-07 11:59:33 UTC (rev 3786)
+++ trunk/data/defaultNexuiz.cfg	2008-07-07 13:59:33 UTC (rev 3787)
@@ -188,13 +188,20 @@
 cl_sidespeed $sv_maxspeed
 cl_upspeed $sv_maxspeed
 cl_movement_accelerate $sv_accelerate
+cl_movement_airaccel_qw $sv_airaccel_qw
+cl_movement_airaccel_sideways_friction $sv_airaccel_sideways_friction
+cl_movement_airaccelerate $sv_airaccelerate
 cl_movement_edgefriction $edgefriction
 cl_movement_friction $sv_friction
 cl_movement_jumpvelocity $sv_jumpvelocity
 cl_movement_maxairspeed $sv_maxairspeed
 cl_movement_maxspeed $sv_maxspeed
 cl_movement_stepheight $sv_stepheight
+cl_movement_stopspeed $sv_stopspeed
 cl_movement_track_canjump 0 // till DP bug gets fixed
+cl_movement_wallfriction $sv_wallfriction
+cl_movement_wateraccelerate $sv_wateraccelerate
+cl_movement_waterfriction $sv_waterfriction
 
 seta cl_autoswitch 1
 alias autoswitch "set cl_autoswitch $1 ; cmd autoswitch $1"




More information about the nexuiz-commits mailing list