by WebbPA » Mon May 03, 2004 8:14 am
Look for aircraft/default/panel/panel.cfg The MS version contains something like this:
(MiniPanel00)
position=7
size_mm=600,100
window_size=0.9,0.20
child_3d=1
background_color=0,0,0
ident=MINIPANEL
gauge00=MiniPanel!Airspeed, 0, 0, 100, 100
gauge01=MiniPanel!Turn Coordinator, 100, 0, 100, 100
gauge02=MiniPanel!Attitude, 200, 0, 100, 100
gauge03=MiniPanel!Heading Indicator, 300, 0, 100, 100
gauge04=MiniPanel!Altimeter, 400, 0, 100, 100
gauge05=MiniPanel!Vertical Speed, 500, 0, 100, 100
You just need to edit the first 2 numbers of each gauge entry so the gauges appear at the top - like this:
(MiniPanel00)
position=1
size_mm=700,110
window_size=0.96,0.19
child_3d=1
background_color=0,0,0
ident=MINIPANEL
gauge00=Cessna!Airspeed, 20, 0, 80, 80
gauge01=MiniPanel!Attitude, 110, 0, 80, 80
gauge02=MiniPanel!Heading Indicator, 200, 0, 80, 80
gauge03=MiniPanel!Altimeter, 290, 0, 80, 80
gauge04=MiniPanel!Vertical Speed, 380, 0, 80, 80
gauge05=Lear_45!Pitch Trim, 560, 10, 20, 60
gauge06=Cessna!Flaps, 590, 10, 28, 56
gauge07=Cessna182rg!Gear Light, 625, 10, 12, 12
gauge08=Cessna182rg!Landing_Gear, 625, 25, 12, 32
gauge09=Cessna182rg!Clock, 470, 0, 80, 80
I'll email you a copy of mine. Just back up your original and use it instead.
Last edited by
WebbPA on Mon May 03, 2004 8:15 am, edited 1 time in total.