• 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.

can you add a GPS to an aircraft that doesn't have one.

I have created a flying tour of New Zealand and as I have fallen in love with the FCS Hawker Fury I want to fly some (read most) of the legs in her, but my navigation skills are not up to much so I would like to add a GPS system to her so I can fly with a bit of confidence that I will actually arrive where I planned too,
How can I do this?

Cheers
SD
 
Take a look in the panel.cfg file of one of your default aircraft (B737, for example) and you'll see how it's done.

Dave
 
Here are two excerpts from the C172 panel.cfg.

To add a GPS you need to add a WindowNN=GPS line in the Window Titles section. Notice how the C172 uses the line "Window02=GPS" to call the GPS. Change the NN to an appropriate number (note that only numbers 00 to 09 will display when press shift+number key). (you did make a copy of the original file first?)

Then copy and paste the whole [Window02] section into the panel.cfg file (preferably in the right order) and change the 02 to the same number you used in [Window Titles]. The GPS should now pop up when you press the appropriate key combo. This section defines how the GPS will display as well as calling the gauge itself.

[Window Titles]
Window00=Main Panel
Window01=Radio Stack
Window02=GPS
Window03=IFR Panel
Window04=Landing View
Window05=Mini Panel

[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
 
Hi,

I made a little tool a while back that will do it automatically for you (in FS2004 at least, haven't tested it in FSX but it will probably still work).

Download
 
Back
Top