r5425 - trunk/data
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Jan 6 08:59:45 EST 2009
Author: div0
Date: 2009-01-06 08:59:45 -0500 (Tue, 06 Jan 2009)
New Revision: 5425
Added:
trunk/data/physics25.cfg
Modified:
trunk/data/defaultNexuiz.cfg
Log:
player physics:
accelerate: 5.5 to 10 (more control when walking, good for dodging shots)
friction: 5 to 7 (stopping faster when walking)
sideways friction: 0.3 to 0.4 (slightly more control when "cornering")
airaccel qw: 0.93 to 0.95 (more control when "braking" in air, slightly less forward acceleration)
Please test!
Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg 2009-01-06 13:55:50 UTC (rev 5424)
+++ trunk/data/defaultNexuiz.cfg 2009-01-06 13:59:45 UTC (rev 5425)
@@ -166,7 +166,7 @@
set sv_timeout_resumetime 3 //how long the remaining timeout-time will be after a player called the resumegame command
// use default physics
-exec physicsQBR.cfg
+exec physics25.cfg
set sv_pogostick 0 // don't require releasing the space bar for jumping again
set sv_doublejump 0 // allow Quake 2-style double jumps
Added: trunk/data/physics25.cfg
===================================================================
--- trunk/data/physics25.cfg (rev 0)
+++ trunk/data/physics25.cfg 2009-01-06 13:59:45 UTC (rev 5425)
@@ -0,0 +1,11 @@
+sv_maxspeed 400
+sv_maxairspeed 220
+sv_accelerate 10
+sv_airaccelerate 5.5
+sv_friction 7
+edgefriction 1
+sv_stepheight 34
+set sv_jumpvelocity 300
+set sv_friction_on_land 0
+set sv_airaccel_sideways_friction 0.4
+set sv_airaccel_qw 0.95
More information about the nexuiz-commits
mailing list