Hi, so with my 160000m + TWCS throttle, I have a combined 9 axis - but the default TM target script only sets 8 axis.
I currently use sedenion's hack for getting more inputs, and I found this part of the script:
If I enable SLD2, I get an extra virtual axis (remeber to set DXBTCOUNT down from 120 to less)
The issue is right now the Slider1 is bound to the same input as Slider0
Slider0 is setup in the following way:
MapAxis(&T16000, THR, DX_SLIDER_AXIS, AXIS_NORMAL, MAP_ABSOLUTE);
So apparently the DX_SLIDER_AXIS acts for both Slider0 and Slider1 -
How do I split those 2?
Ideally I want to set "MapAxis(&TWCSThrottle, TRDR, *NAME_FOR_SLIDER1*, AXIS_NORMAL, MAP_ABSOLUTE);"
-If you dont know how to enable the extra inputs, see here: