DaveSCUSA Posted February 5 Report Posted February 5 Situation - shut down FSUIPC7 while MSFS is running, delete logs, make .lua or .ini changes if necessary, restart flight, restart FSUIPC7. 1. Would the restart run FSUIPC7 as a clean run? Question 2: Is there a way to assign a logging function to a button or keypress to turn on or off? While debugging a button or key press. Turn on logging. Press lua button. Use mouse to exercise same switch in the virtual cockpit. Turn logging off. Compare event, inputevent and lua log. It can be cumbersome to use the UI. Thanks
John Dowson Posted February 5 Report Posted February 5 19 minutes ago, DaveSCUSA said: 1. Would the restart run FSUIPC7 as a clean run? Not sure what you mean by this - each time you run FSUIPC7. it starts afresh...obviously I would have thought... 19 minutes ago, DaveSCUSA said: Is there a way to assign a logging function to a button or keypress to turn on or off? You can use offset 0x3400 to set/clear most logging options, but not all (e.g. no bit yet assigned to Input Event logging or to Lua Plugin logging), and use the offset controls for assignment. Don't forget you need to set LogOptionsProtect =No before you can change logging options on-the-fly. See the Offset Status document on how to use this offset.. John
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