-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcvarinfo.lmp
27 lines (22 loc) · 855 Bytes
/
cvarinfo.lmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Tilt++ CVars
// Strafe tilting
user bool tiltplusplus_strafetilt = true;
user float tiltplusplus_strafetiltspeed = 1.0;
user float tiltplusplus_strafetiltangle = 0.5;
user bool tiltplusplus_strafetiltinvert = false;
// Movement tilting
user bool tiltplusplus_movetilt = false;
user float tiltplusplus_movetiltspeed = 15.000;
user float tiltplusplus_movetiltangle = 0.015;
user float tiltplusplus_movetiltscalar = 0.2;
// Turn tilting
user bool tiltplusplus_turntilt = true;
user float tiltplusplus_turntiltscalar = 1.5;
user bool tiltplusplus_turntiltinvert = false;
// Underwater tilting
user bool tiltplusplus_underwatertilt = true;
user float tiltplusplus_underwatertiltspeed = 0.8;
user float tiltplusplus_underwatertiltangle = 0.2;
user float tiltplusplus_underwatertiltscalar = 1.0;
// Death tilting
user bool tiltplusplus_deathtilt = true;