OK... (Why do I start all my threads like that...?) I like to fly from the Mini Panel - a lot! I especially like flying from there when I'm landing. But that presents a problem during poor visibility. I don't have a VOR or HSI in front of me to monitor my position in the ILS feather. In the past, I've used workarounds like copying the Mini Panels from planes like the default C208 or one of the Boeing Heavies. That's all well and good, but I wasn't really thrilled, especially since the C208's airspeed indicator is rather limited. So it finally dawned on me that what I needed to do was mix stuff up a bit. I took the default generic six-pack and subbed in the C208's Artificial Horizon and HSI, leaving the other four generic gauges in place. The result is a clean Mini Panel that gives me the info I need under less than desirable conditions. You can paste the section into any panel that doesn't already include one, or put it into permanent service by inserting it into the panel.cfg inside the Aircraft\default\panel folder.
Code:
[Windowxx] (or [MiniPanel00])
position=7
size_mm=600,100
//window_size=0.50,0.11 //reduced for 1440x900
window_size=0.675,0.15 //reduced for 1280x1024
//window_size=0.9,0.20 //original
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=Cessna208!Attitude, 200, 0, 100, 100
gauge03=Cessna208!Horizontal-Indicator,300, 0, 100, 100
gauge04=MiniPanel!Altimeter, 400, 0, 100, 100
gauge05=MiniPanel!Vertical Speed, 500, 0, 100, 100