lordofwings Posted January 12, 2012 Report Posted January 12, 2012 I currently have the latest FSUIPC (4.756) and while reading its documentation (FSUIPC Offsets PDF) I see that offset 0x3308 (Flight Simulator Version) does not seem to have any value for FSX. Is there a way to know whether I am connected to FSX or not?
Pete Dowson Posted January 12, 2012 Report Posted January 12, 2012 I currently have the latest FSUIPC (4.756) and while reading its documentation (FSUIPC Offsets PDF) I see that offset 0x3308 (Flight Simulator Version) does not seem to have any value for FSX. Which document are you looking at? It certainly cannot be any official offsets list released in the last 5 years! Both the "FSUIPC for Programmers" and the "FSUIPC4 Offsets Status" documents have included FSX since 2006. Maybe it is now time for you to update your copy? Both FSX and ESP. are listed, but not yet P3D -- that'll be in the next update, this Spring. Regards Pete
Paul Henty Posted January 12, 2012 Report Posted January 12, 2012 Is there a way to know whether I am connected to FSX or not? My DLL will also tell you with the FlightSimVersionConnected property: if (FSUIPCConnection.FlightSimVersionConnected == FlightSim.FSX){ // Do stuff}[/CODE]Paul
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