pabletesoy Posted July 13, 2020 Posted July 13, 2020 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!
lxsapper Posted July 14, 2020 Posted July 14, 2020 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.
pabletesoy Posted July 15, 2020 Author Posted July 15, 2020 Yes, that was the problem. Thanks, here the problems are solved always! Thanks ver much!
Recommended Posts