by Apex » Sat Sep 17, 2005 5:14 pm
GPS: You need to fix the panel.cfg file so it can read the FS2002 GPS; right now it's looking for a FS04 (FS9) GPS which isn't there:
Open the panel.cfg file in Notepad:
Here's the path:
My Computer>Local Drive(C)>Program files>Microsoft Games>FS2002>Aircraft>T1>Panel (folder)
When you open the panel folder, you'll see a bunch of bitmaps (BMP files) and a file called "Panel". That's the panel.cfg file. Open that file with Notepad (click twice, if it doesn't open directly you'll get a box with instructions.)
Scroll down to [Window 0x], don't know exactly which one. Look for this:
gauge00=FS9GPS! or FS9Garmin, something like that.
Change the line to:
gauge00=GPS!GPS, w,x,y,z
"w,x,y,z" are the four trailing numbers which specify screen location and size. Make sure you get the commas exactly as I specified, with no trailing coma. If you see something like: '_300' or whatever on the original FS9 line, delete it. You might want to back up the entire panel folder first just for the sake of confidence.
I think that will work.
You will have to do this separately in each different aircraft folder.