737MaxDriver2 Posted August 17, 2020 Report 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
Pete Dowson Posted August 17, 2020 Report 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now