737MaxDriver2 Posted August 17, 2020 Report Share Posted August 17, 2020 Hey Pete, I'm writing a custom HUD program using LUA and need to be able to access FSUIPC offsets for various values ( airspeed, altitude, attitude, etc). Is there a way to reference the ipc extensions from "straight up Lua" outside of FSUIPC and Wideclient? Thanks, Jeff Quote Link to comment Share on other sites More sharing options...
Pete Dowson Posted August 17, 2020 Report Share Posted August 17, 2020 2 hours ago, 737MaxDriver2 said: Is there a way to reference the ipc extensions from "straight up Lua" outside of FSUIPC and Wideclient? No, they are provided by library code within FSUIPC and WideClient. You'd need a library DLL written that you could call upon. I don't think Lua provides the sort of Windows access you'd need to make an FSUIPC client application, but you could look at the source of the supplied application LIB in the FSUIPC SDK to see if you'd like to build one. Pete Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.