]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - physicsLeeStricklin.cfg
Merge branch 'tzork/ents-onoff' of ssh://git.xonotic.org/xonotic-data.pk3dir into...
[xonotic/xonotic-data.pk3dir.git] / physicsLeeStricklin.cfg
1 // These have been modified from Nexuiz 2.4.2's physicsQBR.cfg file and a bunch of other crap div0 threw on here :P
2 // DO NOT SCREW WITH friction on land, edge friction, step height, or sv_airaccel_qw
3
4 sv_gravity 818
5 sv_maxspeed 420
6 sv_maxairspeed 283
7 sv_stopspeed 100
8 sv_accelerate 14
9 sv_airaccelerate 8
10 sv_friction 9.6 // higher values make you slide less
11 edgefriction 1 // div0 says no! lol
12 sv_stepheight 34 // was told by divVerent not to mess with this, possibly to avoid breaking maps
13 sv_jumpvelocity 308
14 sv_wateraccelerate -1
15 sv_waterfriction -1
16 sv_airaccel_sideways_friction 0 // pain in the ass to tweak without screwing up the strafing
17 sv_airaccel_qw -0.93 //given a negative value to combat potential cheats, was told by divVerent not to mess with it
18 sv_airstopaccelerate 0
19 sv_airstrafeaccelerate 0
20 sv_maxairstrafespeed 0
21 sv_aircontrol 0
22 sv_aircontrol_penalty 0
23 sv_aircontrol_power 2
24 sv_airspeedlimit_nonqw 0
25 sv_warsowbunny_turnaccel 0
26 sv_warsowbunny_accel 0.1593
27 sv_warsowbunny_topspeed 925
28 sv_warsowbunny_backtosideratio 0.8
29 sv_friction_on_land 0 //Was told not to mess with this by divVerent, can cause hell for anti-lag
30 sv_doublejump 0
31 sv_jumpspeedcap_min ""
32 sv_jumpspeedcap_max 0.38
33 sv_jumpspeedcap_max_disable_on_ramps 1
34