Page 1 of 1

Increasing guages sizes?

PostPosted: Thu Apr 29, 2004 6:53 am
by jfg123
Sim. Pilots and Designers,

I down loaded a Cessna with RG and it has fine guages, but the only trouble is the GPS and other guages are so small I can't read them or use them.  Is there anyway to enlarge them? Please supply simple instruction for me.
JFG 123

Re: Increasing guages sizes?

PostPosted: Thu Apr 29, 2004 11:15 am
by garymbuska
Some GPS gauges will allow you to strech them ???
To find out if you can just move your mouse slowy along the border of the gauge and look for a set of bars to appear on each side of the border then just click and drag the gauge to increase its size. This will work if you had to click on a icon on the panel to open the gps gauge with. If the gauge is a part of a panel the only way you can change its size is to edit the panel that it is in.

Re: Increasing guages sizes?

PostPosted: Sat May 01, 2004 6:55 am
by jfg123
Thanks Gary,

I know about the strectching guages, but those in the pannels are the ones I can't see and need to enlarge. I know nothing about editing programs and was hoping for a simple soultion  that could be done, like say mutiplying them by 2x some how?
Thanks for your helps, if this doesn't work I'll just downlaod another plane that I can see and use the gauges.
JFG123

Re: Increasing guages sizes?

PostPosted: Sat May 01, 2004 9:24 am
by WebbPA
To change the sizes of "fixed" gauges (as opposed to popup window gauges, as garymbuska has suggested) you will need to edit the aircraft\panel\panel.cfg file.

To me the easiest way is just get (free) CfgEdit http://www.cfgedit.com/

A harder way is to edit panel.cfg with notepad.  Here's a typical gauge entry:

gauge88=mooney_bravo!Clock,  4,240,110,54

The gauge number isn't that important.  Just number them consecutively and make sure that 2 of them don't have the same number.

The first 2 numbers will tell you where the upper left corner of the gauge wil go when superimposed on the panel's background graphic.  The second 2 numbers tell you the size of the gauge (horizintal, vertical).  If you don't want to go the CfgEdit route you can mess around with these by trial and error and see what happens.

If you're experimenting with notepad you could double the size of this gauge, REMark out the old gauge with a couple of backslashes (just in case) and change the gauges configuration to something like this:

//gauge88=mooney_bravo!Clock,  4,240,110,54 <- REM out existing gauge
gauge88=mooney_bravo!Clock,  4,240,220,108 <- Double gauge size