• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

FSX Missing Gauges In Overhead

Messages
1,069
Country
us-northcarolina
I created push button gauges for the Feelthere ERJ 175 Overhead panel and the gauges worked in the past in FSX. I placed them on the Overhead Panel with FS Panel Studio and they appear there. They are in the panel.cfg in [Window 01] Overhead correctly. They are 4 push button gauges. Simple xml gauges with bmps. When I open up the aircraft in FSX at the airport, they are not on the panel. Only the background of FT's Panel is. There are 2 others that ARE there that I placed. The Overhead is a complete gauge from FT. Does anyone have any idea why?
 
Assuming they work earlier as you said and there is no induced error in the code...it could be a bug of FSPS I have seen this before. You can try resizing the gauges just for sake of testing and see whether they appear after refreshing...
 
Nice thought, but no luck. They are in the panel in FSPS; in the panel.cfg, but invisible in FSX. I really wanted them there only for the pre-flight checklist so I can just mouse-click on the background bmp as I can the gauges so I'm not to waste any more time on FSX anomalies. There are too many of them to try and figure them out 10 years after it was designed and no one around to explain why it does what it does, I've just learned to live with them and move on. Thank you.
 
Last edited:
Post the lines of the missing gauges from the panel.cfg file, and where these gauges are located on your computer.
 
The panel cfg is in the zip folder because that is the only way it would attach it. All gauges except the main Feelthere Overhead gauge which is in the panel folder are in the FSX gauges folder. I had them in the panel folder and though i know FSX is supposed to look there first, I thought there may be a conflict and removed them from there. Thanks for helping.
 

Attachments

The Overhead is a complete gauge from FT.
That us why it doesn't show. The overhead FT gauge fills the entire overhead planar. (1600x886)
Sometimes gauges on top of each other will work, sometimes not. It depends what the background gauge is drawing (static, mask ect..) behind the gauges you want to install.
You could try placing the FT gauge last in the "gauge##=" list instead of first -or- use draw_order##
Neither of which will guarantee it to work, it just isn't proper to lay gauges on top of each other.

Also a note - many time the sim does not like negative X/Ys for the gauge placement. Currently the FT overhead is at : gaugeXX=EJet!Overhead, -1,0,1600,886 you may want to change that to --> gaugeXX=EJet!Overhead, 0,0,1600,886
 
thank you taking the time to help. I will try all of the recommendations and post back what happens. I followed all the suggestions. I understand what you say about overlaying the gauges on top of the main overhead from FT but that is the ONLY way to do this because of how they created it. It is not a bmp with their gauges laid ontop of it. As above. None of these is a "deal-breaker" of not being able to fly the aircraft. It is just disappointing. I seem to remember them working before but I have not flown this in 2 years so I may be mistaken and have "thrown in the towel" before and just flown the aircraft. The fire handles both work and cut the engines when there is a fire which I HAVE tested by creating engine failure(s) in the sim. Again, thanks. I don't think there is anything else to do. As with everything quip of FSX as my friend is fond of saying: "IT IS WHAT IT IS!"
 
Last edited:
Back
Top