• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

throttle2spoiler

Paavo

Resource contributor
Messages
192
Country
estonia
Hi,

I often change between gliders and airplanes in Flight Simulator and there has been one thing annoying me: I haven't found a way to map the throttle slider to spoiler without having to mess around with key assignments.

So I spent an afternoon writing a small module that would allow to map throttle to spoiler with a single click in the "Addons" menu within Flight Simulator X.

Unfortunately, due to many different joysticks on the market, you need to spend few minutes finding the correct settings for your joystick.

Tested with FSX SP2.


Installation

1) Download throttle2spoiler:
http://lennundus.orgkaos.org/failid/workinprogress/throttle2spoiler/?M=D

2) Extract throttle2spoiler.dll and throttle2spoiler.ini to FSX\Modules folder.

3) Find dll.xml (usually in C:\Documents and Settings\username\Applocation Data\Microsoft\FSX folder). Add a new Launch.Addon section there:

<Launch.Addon>
<Name>throttle2spoiler</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>Modules\throttle2spoiler.dll</Path>
</Launch.Addon>


Configuration

1) Start Flight Simulator X. When your flight loads, select "Map throttle to spoiler" from throttle2spoiler submenu under Addons menu:

throttle2spoiler1rt3.png



You will be asked to move throttle slider to see debug information:

throttle2spoiler2nq5.png


If this message does not disappear as you move the slider, open up throttle2spoler.ini and follow the instructions there to set up the correct slider.


Now move slider fully back and forth. MinValue and MaxValue will then show the range in which your joystick outputs the position of the slider:

throttle2spoiler3hr4.png



2) Open throttle2spoiler.ini and write values of MinValue and MaxValue to the configuration file. You'll also find other settings in that file.

3) Set debug to 0 once you've written down the values.

4) Set reversed to 1 if you wish to reverse the direction of slider.
 
Last edited:
Back
Top