• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

GPS

trucker17

Charter Member
Hey everyone.
I have a question. Is their any way I can add a GPS to the Virtual panel in the M.A.A.M B25.
The existing panel works good, but every time I want to look at the plane from the outside, or take screenshots I have to open the GPS again in the cockpit.
What I would like to do, is add a GPS like A2A added to the C172, I can add a GPS to the windscreen.
Is something like this possible for other aircraft.
Thank You.
Amanda.
 
If it is an FSX native model with 3D gauges then no you can not.

If it is an FS9 port then maybe but in most cases all you can do is swap gauges which may not work out too well.

The better option maybe to tell the GPS to be open all the time unless you close it. Change Visible=0 to Visible=1 in the GPS window section of the panel config

Below is the default C172 panel entry for the GPS window. Note Visible=0.

[Window02]
size_mm=456,378
window_size=0.5
position=8
BACKGROUND_COLOR=0,0,0
VISIBLE=0
ident=GPS_PANEL
zorder=4

gauge00=fs9gps!gps_500, 0,0

By changing that to a 1 every time you switch views the GPS will open up if closed.

You could also simply undock the GPS window and move it to a second monitor (if not in Full Screen mode).
 
If it is an FSX native model with 3D gauges then no you can not.

If it is an FS9 port then maybe but in most cases all you can do is swap gauges which may not work out too well.

The better option maybe to tell the GPS to be open all the time unless you close it. Change Visible=0 to Visible=1 in the GPS window section of the panel config

Below is the default C172 panel entry for the GPS window. Note Visible=0.



By changing that to a 1 every time you switch views the GPS will open up if closed.

You could also simply undock the GPS window and move it to a second monitor (if not in Full Screen mode).

Thank you Dave.
I'll do that.
Amanda
 
adding to the subject (not what the OP asked but somehow related).
Whichever window you want to keep open, even if you switch views use "type=special" for that window.

[Window07]
Background_color=0,0,0
size_mm=1024,768
pixel_size=1024,768
window_pos= 0.000, 0.2
position=0
visible=0
ident=53
sizable=0
nomenu=1
type=special
 
Back
Top