forked from TeamTofuShop/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/idz/segatools.ini
vendored
8
dist/idz/segatools.ini
vendored
@ -108,7 +108,7 @@ autoNeutral=1
|
||||
; 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
|
||||
@ -130,6 +130,12 @@ deviceName=
|
||||
;
|
||||
; Example: G29
|
||||
shifterName=
|
||||
; 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