]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - physicsX.cfg
comments
[xonotic/xonotic-data.pk3dir.git] / physicsX.cfg
index 80404a95e3df370af9db49b240ccef969eadc91b..c90020fdfabac73874fc3abbe6c98e5e443247d0 100644 (file)
@@ -16,6 +16,8 @@ sv_stepheight 31
 // Xon 0.7: 24+2
 // Samual: 31 (just below 32, keeping things smooth without allowing 32qu steps)
 
+// jump duration == 2*sv_jumpvelocity / sv_gravity
+// in this case: 0.6888888888 (thus either 20 or 21 frames)
 // jump height == sv_jumpvelocity^2 / (2*sv_gravity)
 // in this case: 42.71
 // player: 24+45 qu