Jump to content

Recommended Posts

Posted

Hello everibody,

 

how can I separate the axles of the throttle lever? By default, in DCS, it comes separated, but when I do the script in Target I don't know how to separate it. Actually I have this:

 

 

MapAxis(&Throttle, THR_RIGHT, DX_Z_AXIS); // AXES right THR

MapAxis(&Throttle, THR_LEFT, DX_ZROT_AXIS); // AXES left THR

 

In this way the movement depends on the right lever, which moves both axes. The left alone does not move anything.

 

 

Any suggestion? Thanks!

 

 

Posted

That script is correct. Use device analyzer to confirm independent throttle movement for each axis. I suspect your trouble come from having the wrong assignment within DCS, you must make sure Z_Axis and ZROT_Axis are assigned to "Left" and "Right Engine Throttle" Respectively. You probably have Z_Axis assigned to "Engine Throttle" which is a setting for people with single axis throttle, not the one you want to be using.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...