aleos Posted October 17, 2014 Report Posted October 17, 2014 Hello, Pete. I am developing an application to manage the simulator (Prepar3d, FSX). I need to know when the Sim load saves or change aircraft model in order to update displayed information in my application. I have found, that I can use offsets: 0x3F02 for load detection and 0x32FC for change aircraft model detection. My problem is that those offsets' values don't increment if selected load name or aircraft model the same as before. Aircraft model change detection in case of same model is not so much need. But load detection with the same load file is required, because in this case can change weather, position and many other parameters and its need to be refreshed. Is there a solution for such tasks?
Pete Dowson Posted October 17, 2014 Report Posted October 17, 2014 Hello, Pete. I am developing an application to manage the simulator (Prepar3d, FSX). I need to know when the Sim load saves or change aircraft model in order to update displayed information in my application. I have found, that I can use offsets: 0x3F02 for load detection and 0x32FC for change aircraft model detection. My problem is that those offsets' values don't increment if selected load name or aircraft model the same as before. Aircraft model change detection in case of same model is not so much need. But load detection with the same load file is required, because in this case can change weather, position and many other parameters and its need to be refreshed. Is there a solution for such tasks? FSUIPC depends on SimConnect telling it. I don't think I get notifications of reloads, only new loads. but I'll check ... Pete
aleos Posted October 17, 2014 Author Report Posted October 17, 2014 Thanks for your answer, Pete. I will look for other ways to.
Pete Dowson Posted October 18, 2014 Report Posted October 18, 2014 Thanks for your answer, Pete. I will look for other ways to. Or try FSUIPC4937c.zip, in which I've changed 3F02 so it increments even if the same flight is reloaded. Pete
aleos Posted October 20, 2014 Author Report Posted October 20, 2014 Thank you very much. This is a great solution.
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