-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFS19-Zeplin-Settings-v0.1.1.ttm
53 lines (37 loc) · 2.14 KB
/
FS19-Zeplin-Settings-v0.1.1.ttm
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
//---------------------------------------------------------------------------
// Settings Variable Define
//---------------------------------------------------------------------------
define LongPressDelay 300 //Normal lenght delay sugested 300ms
//---------------------------------------------------------------------------
// Joystick Axis Curves
//---------------------------------------------------------------------------
define JSDeadZone 5 //is a percentage 0 to 100.
short JSCurve[] = {7,0,20}; //{Progresive,Flat,Percision} must be between -32 and 32 as a whole number
short JSZoom[] = {0,0,-2}; //{Progresive,Flat,Percision} is a percentage 0 to 100. Negative increase accuracy at expence of range. Postive reduce accurace but compresses map to reduce throw on device axis.
//---------------------------------------------------------------------------
// User Configuration Settings
//---------------------------------------------------------------------------
// FDR or Zeplin keymap switching for throttle control
//
// Set 'ThrottleStyle' to 0 FDR controls or to 1 for One Stick Keymaping
int ThrottleStyle =1; //Default 0
// Startup of keybinds in Foresty mode or in Tractor mode
//
// set 'ControlStyle' to 0 for Forestry mode or to 1 for Tractor mode B11 will be used ingame to swithch this mode as well.
int ControlStyle = 1; //Default 0
// Ingame alearts for mode toggle sound/lights
//
// set SoundAlert to 0 for off or 1 for on
// set LightAlert to 0 for off or 1 for on
int SoundAlert = 1; //Default 1
int LightAlert = 0; //Default 1
// Ingame axis toggle profile
//
// set JSProfile to 0 for Zeplin's default profile or 1 for flat curvse ie strait lines or 2 for percision mode
int JSProfile = 0; //Default 0
// Warthog Thrustmaster as right stick
//
// set WarthogStick to 0 for dual T16000.m and 1 for single T16000.m and single Warthog stick
int WarthogStick = 1; //Default 0
//
//---------------------------------------------------------------------------