⇒ Pilotenhandbuch / Pilots manual
⇒ Airlinehandbuch / Airline manual
⇒ Luftrettung / Rescuemissions
For english versions click on the flag in the corresponding subtab.
This page has been visited 247 times
more Stats
⇒ Pilotenhandbuch / Pilots manual
⇒ Airlinehandbuch / Airline manual
⇒ Luftrettung / Rescuemissions
For english versions click on the flag in the corresponding subtab.
This page has been visited 247 times
more Stats
The YAACARS Interface will let you load fuel and payload directly in X-Plane and in addition it will show you the connection- and tracking state of the YAACARS client!
This tool with work for X-Plane only! Sorry to the FSX and P3D users …
The lua-script needs DataRefs to communicate with YAACARS. Sadly, FlyWithLua is not able to create DataRefs on it's own, so we need a helper to create the DataRefs:
* on XP11 you can use the xlua plugin by extracting the “YAACARS_DataRefs” folder to your Resources/Plugins folder.
* on XP10/9 or any other incompatible systems there's a python script “Plugins/PythonScripts/PI_yaacars-datarefs.py” for the X-Plane Python Interface, that is also able to create the datarefs.
No longer needed with Version 2.0! (yeah!)
Make sure to EDIT the following line of the script to adapt the local path to the yaacars.lua file! local yaacarsPath="C:/Users/[YOUR_PROFILE]/Documents/YAACARS";
The path has to point to your local YAACARS document folder, which is C:/Users/[YOUR_PROFILE]/Documents/YAACARS (Linux: /home/<yaacars-run-user>/Documents/YAACARS/yaacars.lua)
When no active flight is running the interface will show up in red
When you enter fuel and payload weights the client receives the values and unlocks the “load” buttons (when flight tracking is not running)
When the flight tracking in YAACARS is started, the interface will immediately hide. You can show it again when hovering the mouse over it. It will show the alive tick from the YAACARS client.
The interface will show up in flight:
There might be still an error within the interface code, so check back to the YAACARS client to see it's state!