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.
global_aircraft.lua and global.lua not executing
Hi all
Totally stuck with this.
I've been running simple lua code that executes fine - but I need it to run in the global_aircraft.lua file on startup. Nothing ever runs, no matter what I try.
Relevant log section:
00:17:03 Synchronising Switches & Selectors
00:17:04 Global LUA Event Running
00:17:04 Global Aircraft LUA Event Running
00:17:04 Synchronising Switches & Selectors Complete
I've created a simple while loop which is supposed to read vars from the sim and output a bespoke var. Even without the loop, I can't even manually execute a 'global'-type lua file.
Any suggestions would be appreciated!
Cheers
Totally stuck with this.
I've been running simple lua code that executes fine - but I need it to run in the global_aircraft.lua file on startup. Nothing ever runs, no matter what I try.
Relevant log section:
00:17:03 Synchronising Switches & Selectors
00:17:04 Global LUA Event Running
00:17:04 Global Aircraft LUA Event Running
00:17:04 Synchronising Switches & Selectors Complete
I've created a simple while loop which is supposed to read vars from the sim and output a bespoke var. Even without the loop, I can't even manually execute a 'global'-type lua file.
Any suggestions would be appreciated!
Cheers
Comments
I put my looped LUA in a seperate file (leaving the global files blank) and assigned my LUA to the Start event as documented here:
https://www.pollypotsoftware.org.uk/support/user-guide/user-guide-git/14-detective/30-the-start-bespoke-event.html
Best wishes
Steve