• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Adjusting ICAO's in FS9 GPS Map

Messages
10,158
Country
us-arizona
Hey guys,

I am creating a MFD out of the FS9 GPS 500 series code. I have made the window larger, and thus the airports in the GPS map field now appear quite small. I cannot seem to find the font setting for ICAO's in the map window area.

Would anyone know where that is by chance? I have even looked through the Macros and didnt see its Font Size reference, so I am going to figure its in code.

I would be very greatful for your help.


Bill
LHC
 
There is no "font size" control. The text font size will "autoadjust" as you zoom in/out on the map.
 
I did find some very interesting things you can do with zoom factors and zoom settings on the GPS screen by the way.

Code:
				<TextDetailLayerAirports>0 0 0 0 0 0 0 0 1 1 1 1 1 1 24 24 24 24 24 24 24 24 24 24 24 (@g:map_ZoomStep) 

case</TextDetailLayerAirports>
				<TextDetailLayerVORs>0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 24 (@g:map_ZoomStep) case</TextDetailLayerVORs>
				<TextDetailLayerILSs>0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 24 (@g:map_ZoomStep) case</TextDetailLayerILSs>
				<TextDetailLayerNDBs>0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 24 (@g:map_ZoomStep) case</TextDetailLayerNDBs>
				<TextDetailLayerIntersections>0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 24 (@g:map_ZoomStep)


These are the zooms settings. 24 depicts high detail (full detail) showing at 'highest zoom'. At one point I had a 36 setting on 3 lowest zooms and 24 setting on all other zooms for airports layer. What it did was produce an entire mini-paragraph of data on each airport. Very wild what 'is' possible with the GPS.

As you can guess, the many 'zero's settings are when you are zoomed far far out. 1 is 'basic' data, which is ICAO/Airport icon with runways.


Cheers,

Bill
LHC
 
As you may well imagine, this isn't news to me... ;)

However, it's fantastic that you're beginning to get a handle on the possibilities! :D
 
Thanks Bill.

Seeing into your world so far has been amazing, though a bit perplexing. I have much more respect for gauge makers then ever before. I can see how the Lord has wanted me to see this now. It has also shown me how much one can do with a plane with gauges, (thinking outside of Gmax).

I was studying Bill Lyons PDF and MFD and HSI gauges/panel system on his Swedish Biz Jet, the Sino Swearigen. Incredible that you can modularly assemble reading components and switches into a cool panel. The Fonts, sizes, layout, spacing, speed of animations... Very very cool...

Bill
 
Back
Top