motuslechat Posted January 14, 2018 Report Posted January 14, 2018 Hi Paul, I wanted to know if it is possible to get the current value for Top-Down view ? I havn't find offset to do this. Thank you.
Paul Henty Posted January 14, 2018 Report Posted January 14, 2018 It's meant to be 0x8336, but the documentation says that SimConnect doesn't provide that information so it's not available. I've checked and it's not working with FSX:SE. You can however set a new zoom value using a 'control' if that's any use: FSUIPCConnection.SendControlToFS(FsControl.MAP_ZOOM_SET, 64); This will set the map zoom to 64. The values match the zoom readout on the screen when zooming the top-down view. Note that the other zoom controls have different units. For example, in the normal view you send 64 for 1x; 128 for 2x; 32 for 0.5x etc. Paul
Thomas Richter Posted January 14, 2018 Report Posted January 14, 2018 Hi, the only available Offset is Quote 8320 1 Byte value, the view mode: In FSX this appears to refer to the last view in which the view mode was changed. It does not necessarily refer to the currently selected view, i.e. the one with focus. The only values provided (referring to standad camera views only) are:1=cockpit, 2=virtual cockpit, 4=external, 5=top down But as the Note describes it returns only the last active window. I.e. if you open a Top Down window it will return value=5 but when closing that window and being on Virtual Cockpit back it will still return value=5 and not as expected value=2 because the now Virtual Cockpit was not the last selected one. Thomas
motuslechat Posted January 14, 2018 Author Report Posted January 14, 2018 Thank you Paul and Thomas for all these informations. If I can't get value, I will set it to know its value... :-)
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