This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
forked from patmagauran/ForzaDualSense
-
Notifications
You must be signed in to change notification settings - Fork 2
/
appsettings.ini
57 lines (57 loc) · 2.94 KB
/
appsettings.ini
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
54
55
56
57
;The point at which the brake will begin to become choppy
GRIP_LOSS_VAL=0.5
;The point at which the throttle will begin to become choppy
THROTTLE_GRIP_LOSS_VAL=0.2
;The maximum brake frequency in Hz (avoid over 40). COrrelates to better grip
MAX_BRAKE_VIBRATION=15
;How to scale turning acceleration in determining throttle stiffness.
TURN_ACCEL_MOD=0.5
;How to scale Forward acceleration in determining throttle stiffness.
FORWARD_ACCEL_MOD=1.0
;On a scale of 1-200 with 1 being most stiff
MIN_BRAKE_STIFFNESS=180
;On a scale of 1-200 with 1 being most stiff
MAX_BRAKE_STIFFNESS=5
;The position (0-255) at which the brake should feel engaged with low grip surfaces
BRAKE_VIBRATION_START=20
;The Maximum resistance on the throttle (0-7)
MAX_THROTTLE_RESISTANCE=4
;The Maximum resistance on the Brake (0-7)
MAX_BRAKE_RESISTANCE=6
;The Minimum resistance on the throttle (0-7)
MIN_THROTTLE_RESISTANCE=0
;The Minimum resistance on the Brake (0-7)
MIN_BRAKE_RESISTANCE=0
;The upper end acceleration when calculating the throttle resistance. Any acceleration above this will be counted as this value when determining the throttle resistance.
ACCELRATION_LIMIT=10
DISABLE_APP_CHECK=false
DSX_PORT=6969
FORZA_PORT=5300
;Smoothing for Throttle Resistance output. Lower = smoother. Must be greater than 0 { 0.01 - 0.99 }
EWMA_ALPHA_THROTTLE = 0.5
;Smoothing for Brake Resistance output. Lower = smoother. Must be greater than 0 { 0.01 - 0.99 }
EWMA_ALPHA_BRAKE = 0.9
;Smoothing for Brake Resistance output. Lower = smoother. Must be greater than 0 { 0.01 - 0.99 }
EWMA_ALPHA_BRAKE_FREQ = 0.9
;The depression of the brake lever at which the program should switch to vibration mode rather than smooth resistance. This helps to avoid clicking as vibration mode clicks when no force is applied.
BRAKE_VIBRATION__MODE_START = 1
;The depression of the throttle lever at which the program should switch to vibration mode rather than smooth resistance. This helps to avoid clicking as vibration mode clicks when no force is applied.
THROTTLE_VIBRATION_MODE_START = 5
;The Minimum brake frequency in Hz (avoid over 40). Helps avoid clicking in controller
MIN_BRAKE_VIBRATION = 1
;Smoothing for Brake Resistance output. Lower = smoother. Must be greater than 0
EWMA_ALPHA_THROTTLE_FREQ = 1
;The maximum acceleration frequency in Hz (avoid over 40). COrrelates to better grip
MAX_ACCEL_GRIPLOSS_VIBRATION = 55
;The Minimum acceleration frequency in Hz (avoid over 40). Helps avoid clicking in controller
MIN_ACCEL_GRIPLOSS_VIBRATION = 5
;On a scale of 1-200 with 1 being most stiff
MIN_ACCEL_GRIPLOSS_STIFFNESS = 255
;On a scale of 1-200 with 1 being most stiff
MAX_ACCEL_GRIPLOSS_STIFFNESS = 150
; The percentage of the current RPM when we are in the "redline" of the engine
RPM_REDLINE_RATIO = 0.9
; // The percentage of the trigger effects. 1 = 100%, 0.5 = 50%, 0 = 0% (off)
LEFT_TRIGGER_EFFECT_INTENSITY = 1.0
; // The percentage of the trigger effects. 1 = 100%, 0.5 = 50%, 0 = 0% (off)
RIGHT_TRIGGER_EFFECT_INTENSITY = 1.0