From: Samual Lenks Date: Thu, 15 Aug 2013 19:17:03 +0000 (-0400) Subject: Change stepheight from 34 to 31 in my config X-Git-Tag: xonotic-v0.8.0~365 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=06524c001b008303c36ac3aca738b9969611b565;p=xonotic%2Fxonotic-data.pk3dir.git Change stepheight from 34 to 31 in my config --- diff --git a/physicsXSamual.cfg b/physicsXSamual.cfg index 0f9f77ae4..54955371b 100644 --- a/physicsXSamual.cfg +++ b/physicsXSamual.cfg @@ -10,11 +10,11 @@ sv_accelerate 15 sv_airaccelerate 2 sv_friction 6 edgefriction 1 -sv_stepheight 34 +sv_stepheight 31 // Q1: 16+2 // Nex: 32+2 -// we try: 24+2 -// samual: 32+2 +// Xon 0.7: 24+2 +// Samual: 31 (just below 32, keeping things smooth without allowing 32qu steps) // jump height == sv_jumpvelocity^2 / (2*sv_gravity) // in this case: 42.87 qu