• 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.

Help! Adding Gauges to Payware

Messages
28
Country
us-georgia
I have SimLab's Concorde X. I love this aircraft but I find it a bear to navigate compared to PMDG's 747-400X and Eaglesoft's Citation X. I stumbled across Ernie Alston's custom gauges: http://isgsim.com and I want to add the SMITH Style FMS and a few other gauges to the Concorde X's virtual cockpit. Can I do this?

Can I simply find the code in the panel.cfg for the area in red
concordexvc04.jpg


and replace it with the FMS? I have a feeling I am over simplifying this.

Thanks
 
You should be able to 'if' its not 3D gauges.

If those are literally 'buttons' with gauge code attacked into the model's 3D mesh (compiled with the code attached) then no. You would have to have your version of gauges in a pop-up and be satisfied with that.

If the 'mesh' (objects, buttons, parts) have a gauge 'texture' applied, you would find that in the panel config file (the name of the texture, such as $Conc01.dds or something) and you would open up the config in FS Panel Studio, locate the selection and edit in your new gauges via names and locations.


I have a feeling though that this is not the case from what I think I see. Hard wired XML in a 3D model is sort of like written in stone. There might be one guy on Earth that could possibly edit the code for you, and I dont know if he has been born yet. Might have to wait...


Bill
 
The simple answer is: "it's not doable in the VC".

The reason is what you suspected: The model is built in 3d, so it's not just a graphical representation of a flat surface (a 2d panel gauge) which you can replace simply by changing its rectangle coordinates. It's a fully rendered three dimensional object which integrates with the systems code directly.

You would have better luck simply adding the FMC in your 2d panel and having a keyboard shortcut to open/close it.

Regards,
 
The area in red is part of the INS navigation system on Concorde. It used triple mixing (i.e three CDU's) to reduce track errors. You "should" only be using this method for navigation in Concorde. Learn how to use it properly. If you have any issues as to why it isn't working or why "you" can't get it to work (more likely as it is the most comprehensive and functional gauge available!!) then go here http://www.simufly.com/cgi-bin/yabb2/YaBB.pl
Once you have mastered its workings you will be very proud. Don't try to replace it as it's not authentic to do so!
vololiberista
 
Back
Top