gardan Posted December 22, 2011 Report Posted December 22, 2011 Hello, If an LUA script exists for an add on, does this mean it that there are offsets (FSUIPC) for this add on. LUA script for example AirbusX of Gender If so, how to find these offsets Thank you for your reply and Merry Christmas to all
Pete Dowson Posted January 6, 2012 Report Posted January 6, 2012 If an LUA script exists for an add on, does this mean it that there are offsets (FSUIPC) for this add on. No. Lua scripts can do almost anything. Whether they access offsets or press buttons or send keystrokes is only determined by the code therein. LUA script for example AirbusX of Gender Very few add-on aircraft use FSUIPC these days, especially on FSX. The offsets normally available in FSUIPC apply to FS internals, not add-on internals. Most add-on features have to be accessed via keystrokes or local panel variables ("L:Vars"), though sometimes, if the gauges are written in C/C++, mouse macros work. Regards Pete
gardan Posted January 8, 2012 Author Report Posted January 8, 2012 Thank you for your answer Pete Michel
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