From 73d372b521fc4d3829952fc61b3a0f1ae2206f32 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 17 Feb 2014 10:37:10 +0100 Subject: [PATCH] comments --- physicsX.cfg | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2