2 // current Xonotic physics
17 // Samual: 31 (just below 32, keeping things smooth without allowing 32qu steps)
19 // jump duration == 2*sv_jumpvelocity / sv_gravity
20 // in this case: 0.6888888888 (thus either 20 or 21 frames)
21 // jump height == sv_jumpvelocity^2 / (2*sv_gravity)
22 // in this case: 42.25
25 // this is smaller than 112 qu, so a 112 qu high corridor (7 of 8 grid units in
26 // the 16 grid, and the 8th unit used for wall/floor) just lets a player jump!
30 sv_airaccel_sideways_friction 0
32 sv_airaccel_qw_stretchfactor 2
34 sv_airstopaccelerate 3
35 sv_airstrafeaccelerate 18
36 sv_maxairstrafespeed 100
37 sv_airstrafeaccel_qw -0.95
39 sv_aircontrol_penalty 0
41 sv_aircontrol_backwards 0
42 sv_airspeedlimit_nonqw 900
43 sv_warsowbunny_turnaccel 0
44 sv_warsowbunny_accel 0.1593
45 sv_warsowbunny_topspeed 925
46 sv_warsowbunny_backtosideratio 0.8
50 sv_jumpspeedcap_min ""
51 sv_jumpspeedcap_max ""
52 sv_jumpspeedcap_max_disable_on_ramps 1