Welcome! This repository contains three scripts for X-Plane 12 designed for use with the FlyWithLua plugin. These scripts are crafted to enhance your flying experience with specific hardware and scenarios.
To use these scripts, follow these steps:
- Download the repository content.
- Copy the
.lua
files into the directory: /Resources/plugins/FlyWithLua/Scripts - Start X-Plane 12, and the scripts will automatically be loaded.
Description:
Designed for use with the HoneyComb Bravo and the Toliss A320, this script configures the reverse thrust.
- Raise the reverse thrust levers on your hardware.
- Pull both thrust levers to activate reverse thrust.
Description:
Allows you to use an external controller for view management.
- Control head movement with a controller.
- Manage external and custom views.
Description:
Integrates the A320neo (A20N) and other Toliss aircraft with the Self-Loading Cargo plugin to manage doors directly from the Toliss EFB.
- Configure the plugin to let the pilot handle doors and synchronize them with the simulator.
- Requires XPUIPC to function.
- Locate the
XPUIPCOffsets.cfg
file in the XPUIPC directory. - Open the file with an editor and add:
# SELF-LOADING CARGO DOORS
# Declarations of all doors datarefs
Dataref A20NDoorStatus sim/cockpit2/switches/canopy_open int
Offset 0x3367 UINT8 1 rw $A20NDoorStatus
Read the .lua file carefully for complete setup instructions.
- X-Plane 12
- FlyWithLua plugin
- XPUIPC (required only for
TolissA20NDoors.lua
) version 2.0.5.9 (can be downloaded here: https://fsacars.com/downloads/xpuipc/index.html)
The doors are considered OPEN
only if you set them to OPEN
in the ToLiss EFB.
The AUTO
value is considered CLOSE
by the plugin.
Please use only OPEN
or CLOSE
values.
Happy flying!
If you encounter any issues or have suggestions, feel free to open an issue in this repository or contact me.