by LowFlight » Tue May 08, 2007 7:59 am
FS panels are highly editable, including the 'minipanels'.
The key is the panel.cfg file, in the panel folder of each aircraft.
C:\Program Files\Microsoft Games\Flight Simulator 9\Aircraft\C208\panel
Scroll down in the panel.cfg untill you find the paragraph with the ident 'minipanel'. This is the minipanel for the C208:
[Window06]
position=7
size_mm=587,95
child_3d=1
background_color=0,0,0
ident=MINIPANEL
gauge00=Cessna208!Airspeed, 0, 0
gauge01=Cessna208!Turn-Bank, 100, 0
gauge02=Cessna208!Attitude, 200, 2
gauge03=Cessna208!Horizontal-Indicator, 299, 2
gauge04=Cessna208!Altimeter, 398, 2
gauge05=Cessna208!Vertical-Speed, 495, 2
These six gauges are the 6 small dials you seen in the minipanel view.
This is the minipanel paragraph from the B777 .cfg file.
[Window05]
position=7
size_mm=398,224
child_3d=1
background_color=0,0,0
ident=MINIPANEL
gauge00=Boeing777-300!PFD,0,0
gauge01=Boeing777-300!MFD,201,1
These two gauges are the large MFDs you see int he B777 minipanel.
You can very easily copy and paste the Caravan minipanel into the B777 .cfg file, and just see the six small dials normally visible in the C208 minipanel. Before you go altering stuff, make sure you make copies of the original files- you can name them something like paneloriginal.cfg- then you can tamper with the panel.cfg file to your heart's content, swapping out whatever gauges from any aircraft you want.
Or if you like, you can edit where in the panel the MFDs show up. The 0,0 and 201,1 are X,Y position assignments by pixel. With a little bit of experimenting, you can move the MFDs to the top of the minipanel, to leave the runway view on final unobstructed (or that sort of thing).
To move them apart, try setting
size_mm=1024,224
Then make the position for one 0,0 and for the other 0,825. This positioning may not be perfect, but it should move the MFDs out to the lower corners of the screen.
Make sense? Have fun!
Last edited by
LowFlight on Tue May 08, 2007 8:22 am, edited 1 time in total.