Hi there,
Just updated and moved from P3Dv4/ FSUIPC5 to P3Dv5/ FSUIPC6. I had a Lua script working in FSUIPC5 with the objective to read SimConnect Text from ActiveSky, ProATC, SODE, etc. using 'event.textmenu'. Somehow, that script does not want to work in v5 and although I've tried to find a reason for the past 24h I could not understand what's going on.
Some info on my side:
P3Dv5 Academic
FSUIPC6 REGISTERED
Installed in the Documents/Prepar3D v5 Add-ons directory
For testing purposes, I have made my self a very simple version of this script:
function textandmenu(mtype, colour, scroll, delay, id, n, msgs)
ipc.log("I'M IN ...")
end
ipc.log("Initializing ...")
event.textmenu(0, "textandmenu")
As you can see in the Log file attached, FSUIPC is waiting for an event:
LUA.0: Waiting for an event in "C:\Users\xxx\Documents\Prepar3D v5 Add-ons\FSUIPC6\textmenu.lua"
I use SODE add-on to show a test message in the green bar which should trigger the event (it did in v4); but it doesn't.
I am attaching the .ini, .log and .lua files for your consideration.
Anything else you might need, please do not hesitate in letting me know.
Thank you.
Best,
Juan
FSUIPC6.ini
FSUIPC6.log
textmenu.lua