Most of the commonly reported issues and questions are answered in the Frequently Asked Questions (FAQ) option under the Support menu of this website.
*** PLEASE NOTE ***
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
1st December: A new version of the GoFlight Interface Tool for MSFS is now available.
12th November: A new version of the GoFlight Interface Tool for X-Plane is now available.
6th June: A new version of Virtual Flight Sim Hardware is now available (huge update)
21st November: A new version of the GoFlight Interface Tool for FSX/FSXSE/P3D is now available.
Assigned Lua Script to GoFlight Control doesn't work
I created an event to launch BetterPushBack so that I can map it to a button.
The event launches a LUA script
The lua script has 1 single line
I can map the event to a button, but when I push it nothing happens.
If I move the LUA file to the scripts folder from FlyWithLua, betterpushback opens as soon as the lua script is loaded.
Any idea why this doesn't work ?
The event launches a LUA script
Event Name="LUA_call_push_back.lua" ID="141" Backgnd="False" Task ID="0" Type="RunLUA" FileName="C:\Users\pauld\Documents\GoFlight Interface Tool\LUA\call_push_back.lua" / /EventI removed the <> in the code otherwise it's not visible in the forum post
The lua script has 1 single line
command_once("BetterPushback/start")
I can map the event to a button, but when I push it nothing happens.
If I move the LUA file to the scripts folder from FlyWithLua, betterpushback opens as soon as the lua script is loaded.
Any idea why this doesn't work ?
Answers
if "BetterPushback/start" is an X-Plane command, use sendcmd("BetterPushback/start") instead. See https://www.pollypotsoftware.org.uk/support/user-guide/goflight-interface-tool-x-plane/44-lua/139-lua-goflight-interface-tool-extensions-functions.html
Best wishes
Steve