• There seems to be an up tick in Political commentary in recent months. Those of us who are long time members of the site we know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religiours commentary out of the fourms.

    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 politicion 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 amoung members. It is a poison to the community. We apprciate 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.

Change six-pack gauges ?

whitehawk_2009

Charter Member 2016
Is there a way to change the gauges in the six-pack view after the 2d panel? I'd like to change the gaugesin some of my fast movers and add an ILS gauges. Problem is, I can't find it in the panel.cfg. Any ideas?
Thanks,

WH
 
You can indeed change the minipanels, I have customised mine quite extensively.

Look in your FS\aircraft\default\panel folder for the panel.cfg for the default minipanel.
Some aircraft have a minipanel section in their panel.cfg file that defines the minipanel for that specific aircraft.
 
The best solution is to use FSPanel Studio http://www.fspanelstudio.com/index.htm
(payware but worth it if you think you'll do a lot of mods - a demo version is available but will not save the modified file) although there may be some other hints out there.

It can also be done the laborious way by manually editing the panel.cfg file.

If you are not comfortable with normal Windows functions (cut, paste, copy, etc) and are not used to running with multiple windows open on the desktop, you may want to think of getting someone to help you. It's a fun thing to learn but there are (recoverable) risks involved and you need to be methodical.

Panel design is a whole FS world unto itself and can turn into one of those all-consuming addictions -- beware!:d

Rob
 
I use FSpanel Studio myself. While the version I have won't actually edit the minipanels, I have one aircraft that I use just for minipanel editing. I edit the gauges on it, then copy and paste it to the aircraft\default\panel.cfg. works like a charm!

Keep in mind that there are several minipanel versions in that default panel.cfg, it chooses the appropriate one depending on the aircraft type you are flying. I just edit them all the same, so that I always have my custom minipanel.
 
there is another way for a custom minipanel; in the panel .cfg
of a particular individual aircraft, in the section
Code:
[Window Titles]

create another one called minipanel, like this

Code:
Window[COLOR=red]XX[/COLOR]=MINIPANEL // [COLOR=red]Replace the XX with next window number in sequence[/COLOR]

then simply edit the appropriate
Code:
[WindowXX] [COLOR=red]// Replace XX with same number sequence as before
[/COLOR]

section in the panel.cfg

As an example here's one I use for carrier ops, adapted from the one for
Roland Laborie's Crusader F-8

Code:
[/COLOR]
[COLOR=#000000][/COLOR] 
[WindowXX]
position=1
window_pos=0.0,0.0
size_mm=1024,768
window_size=1.000,1.000
child_3d=1
background_color=0,0,0
render_3d_window=1
update_rate = 1
ident=MINIPANEL
gauge00=VthMb!Vth,                                         112,  84
gauge01=CRUZXML!pilotauto8MINIPANEL,          247,   0, 545,  84
gauge02=FPDA_Boeing_Callout_0001,                            0,   0
gauge03=Harrier_GR7!HUD Night, 340,199,344,344
// operations navales
//==========================================================
gauge04=dsd_catapult!catapult,         820, 700, 120,  50, 300165
gauge05=Crusader!AoA_Light,         1, 226,  55, 117
gauge06=dsd_arrester!arrester,         750, 700,  60,  50
gauge07=dsd_xml_sound!dsd_xml_sound,     0,   0,  18,  18
//==========================================================

ttfn

Pete
 
I altered my default minipanels to reduce their size, but left them alone otherwise. I've also changed/added several others. One of the things that bothered me most when FS9 first came out was the mini panels in the 777, 747, and Lear 45. The whole reason I use the mini panel is for visibility on landing. The new minis just blocked off my view worse than the 2D! Here's my fixes - just be sure to make backups...
 
Back
Top