From: Rudolf Polzer Date: Mon, 17 Feb 2014 09:37:10 +0000 (+0100) Subject: comments X-Git-Tag: xonotic-v0.8.0~226^2~8 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=73d372b521fc4d3829952fc61b3a0f1ae2206f32;p=xonotic%2Fxonotic-data.pk3dir.git comments --- diff --git a/physicsX.cfg b/physicsX.cfg index 80404a95e..c90020fdf 100644 --- a/physicsX.cfg +++ b/physicsX.cfg @@ -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