Page 1 of 1

Gauge placement

PostPosted: Mon Nov 06, 2006 12:30 am
by Tchkinjiu
Hey all, just wanting to add a quick fix to a panel. Is there any program for FSX that lets me see where I'm placing a gauge, instead of just typing in random numbers (or is there a trick to this)?

And also, how to find out what gauge I want  ;)  It's the CRJ gauge that you can switch through all the various pages about the plane.

Thanks for any help  :)

Re: Gauge placement

PostPosted: Mon Nov 06, 2006 1:47 pm
by Gypsy_Baron
Hey all, just wanting to add a quick fix to a panel. Is there any program for FSX that lets me see where I'm placing a gauge, instead of just typing in random numbers (or is there a trick to this)?

And also, how to find out what gauge I want  ;)  It's the CRJ gauge that you can switch through all the various pages about the plane.

Thanks for any help  :)


First, the "trick" to doing it without a panel editing program like
FS Panel Studio is to locate a gauge of the panel that lies on
the same, or nearly the same, vertical  position for where
you want to place the new gauge.

Find that gauge in the panel.cfg file. Note the first number
after the gauge name...that is the "X" position. Enter this
in the new gauges entry:

gauge12=some_existing_gauge, 124,  300, 50, 35
.
.
gaugexx=your_new_gauge, 124,

Next, find a gauge on the panel that lies on the same or
similar horizontal line as your desired new gauge.
Note the 2nd number after this gauges name in the panel.cfg.
Enter this for the "Y" position value of your gauge.

gauge12=some_other_gauge, 275,  315, 60, 85
.
.
gaugexx=your_new_gauge, 124, 315,

Finally, add the X,Y  size values for your gauge, if known.
Otherwise, look for similar sized gauge and use the numbers
from it for a start....then fine tune as necessary.

gaugexx=your_new_gauge, 124, 315, 40, 41

It helps to a key assigned to the "Aircraft Reload" command
so that you can reload the panel changes without having to
re-start FSX.

I have FS Panel Studio that I used frequently in FS9 and it
should work in FSX for doing basic things. It's payware but
there used to be a free version available that would work if all
you want to do is position gauges.

With FSX, most aircraft will be using VC cockpits and the
addition/changing of gauges there is much more complicated
as the MDL file determines much of what is seen. About all you
can hope to do with them is replace an existing gauge with
a different one.

   Paul

Re: Gauge placement

PostPosted: Mon Nov 06, 2006 3:02 pm
by Tchkinjiu
Thanks very much Gypsy, everything I needed to know, you spoke about  ;D

Re: Gauge placement

PostPosted: Mon Nov 06, 2006 11:48 pm
by wji
The delineators used; e.g., gauge00=Cessna208!Clock,1#,2#,3#,4#,
,first number,=position from lefthandside
,second number,= height from top
,third number,= width of gauge (it required)
,fourth number,= height of gauge (if required)

Re: Gauge placement

PostPosted: Wed Dec 13, 2006 8:13 am
by Steve Hess
go to http://www.simviation.com/fsdesign_panels1.htm and download CfgEdit.  It may work for you.