[nexuiz-commits] r7018 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jun 12 18:59:39 EDT 2009


Author: mand1nga
Date: 2009-06-12 18:59:39 -0400 (Fri, 12 Jun 2009)
New Revision: 7018

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
Lowered smoothing of demo camera

Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-06-12 22:51:14 UTC (rev 7017)
+++ trunk/data/defaultNexuiz.cfg	2009-06-12 22:59:39 UTC (rev 7018)
@@ -1510,7 +1510,7 @@
 set camera_speed_roll 		0.9	"Camera rotation speed"
 set camera_speed_chase 		4	"Camera movement speed on the x/y/z axis while chasing the player"
 set camera_speed_free 		8	"Camera movement speed on the x/y/z axis in free mode"
-set camera_speed_attenuation 	30	"Camera movements attenuation factor. Bigger is smoother. Applies to mouse movements"
+set camera_speed_attenuation 	10	"Camera movements attenuation factor. Bigger is smoother. Applies to mouse movements"
 set camera_mouse_treshold 	0.5	"Use to ignore small mouse movements. This allows for smoother camera control"
 set camera_chase_smoothly 	0	"Attenuate player movements (only in chase mode)"
 set camera_look_player		0	"Always look to the player. Mouse input is ignored in this mode"



More information about the nexuiz-commits mailing list