This is a simple plugin that makes aliases for commands that are "push and hold" so you can use them via the native X-Plane UDP API.
Download the latest version here.
Just extract and drop the plugin into X-Plane/Resources/plugins folder.
Then in the commands.txt file, write the commands you want aliases to be made for one per line.
You can place comments with #.
# Sample commands.txt file
# A couple commands for Fire Panel of Toliss A321
AirbusFBW/FireTestENG1
AirbusFBW/FireTestENG2
AirbusFBW/FireTestAPU
# Another sample of native planes
sim/flight_controls/pitch_trim_up
sim/flight_controls/pitch_trim_down
sim/flight_controls/rudder_trim_left
sim/flight_controls/rudder_trim_rightThree aliases will be created for each command:
- A dataref
COMMAND_pressif set to 1 will begin the command / if set to 0 will stop it. - A command
COMMAND_beginthat will begin the command. - A command
COMMAND_endthat will stop it.
Examples for AirbusFBW/FireTestENG1:
AirbusFBW/FireTestENG1_pressAirbusFBW/FireTestENG1_beginAirbusFBW/FireTestENG1_end
If you use and like this program, consider buying me a 🍺 beer. You can donate via PayPal:
You can build & install using cmake (CMakeLists.txt file present). Remember to use MSVC as a compiler for Windows.
Please, feel free to ask for questions or features, or report bugs in the Issues section.
Also, feel free to Contribute by making a Pull Request.
We are building an A320 Flight Simulator in Mallorca, check it on Instagram!
MIT
This program is free, but credit is appreciated if you use it at your setup!
