Jump to content
The simFlight Network Forums

Top-Down View Zoom value


Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.