forked from Hay1tsme/segatools
idz, idac, swdc: Added separate pedals config, better XInput controls
- Configure separate pedals which are not part of the steering wheel (base) - It is now possible to have a different steering wheel, pedal and shifter brand all connected to 3 different USB ports - XInput does not have a deadzone at the end of the max steering anymore and the `restrict` setting works as intended
This commit is contained in:
8
dist/swdc/segatools.ini
vendored
8
dist/swdc/segatools.ini
vendored
@ -81,7 +81,7 @@ restrict=128
|
||||
; Not recommended as it will not give you the precision needed for this game.
|
||||
singleStickSteering=1
|
||||
; Use linear steering instead of the default non-linear cubing steering.
|
||||
linearSteering=0
|
||||
linearSteering=1
|
||||
; Configure deadzones for the left and right thumbsticks.
|
||||
; The default value for the left stick is 7849, max value is 32767.
|
||||
leftStickDeadzone=7849
|
||||
@ -94,6 +94,12 @@ rightStickDeadzone=8689
|
||||
;
|
||||
; If this is left blank then the first DirectInput device will be used.
|
||||
deviceName=
|
||||
; Name of the DirectInput pedals to use (or any subset thereof).
|
||||
; Leave blank if you do not have separate pedals; aka the pedals are part of
|
||||
; the wheel.
|
||||
;
|
||||
; The pedals will be mapped to the accelAxis and brakeAxis.
|
||||
pedalsName=
|
||||
; Pedal mappings. Valid axis names are:
|
||||
;
|
||||
; X, Y, Z, RX, RY, RZ, U, V
|
||||
|
Reference in New Issue
Block a user