Page 1 of 1

Adding gauges

PostPosted: Mon May 26, 2008 7:33 pm
by brettt777
I would like to add a couple new gauges to an existing panel that Ihave modified already to make it more like the original aircraft. I have found bitmaps for said gauge in another MS sim (suction gauge). The gauge works in the other sim.  How can I put it in my panel and make it work? I have a couple programs for editing gauge files but am not sure how to put a new gauge in.

Re: Adding gauges

PostPosted: Mon May 26, 2008 9:46 pm
by jimski
Go to

http://www.simviation.com/fsdesign_panels1.htm

and download cfgedit. It has been a while since I used it but I recall it to be an easy to use program where you simply drag the new gauge into position and the program does the rest.

You can do it manually too but it takes a bit of practice. Go to the panel folder of you plane and then get the panel.cfg file up on notepad so you can edit it. you will find all the existing gauges listed there something like this:

gauge12=prop2ERKap,  800,520,222,55

You can add a guage as long as it has a different "guage" number than anything else. Then add the name of the new guage, prop2ERKap in this example. The next two numbers, 800 and 520 in the example, are the x and y locations of the guage on your panel's .bmp background picture, and the last two numbers, 222 and 55 in the example, set the dimensions of the guage. (Round guages can get by with one dimension.)

Importing guages from other ms flight sims sometimes doesn't work.

Jimski