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

Creating replacement gauges for MSFS 2020

Messages
32
Country
belgium
I have been sick for a very long time, so it has been a while since I have been able to work on gauges. My last project, which I had to stop work on, was a glass gauge for P3D v4, using the mixed mode method using C++ driver/XML. Now I am reading a lot of the posts on creating gauges for MSFS 2020 that seem to indicate everything is totally different.. Is it even possible to create a replacement gauge, like a glass gauge, that can be added to an aircraft panel? And be able to share the gauge with others? I am sorry if this seems like an ignorant question given how long it's been since the new simulator was released, but I'm really playing catch up.

Also, are people still using P3D? I would like to finish that gauge.

Thanks for any help.

Rob
 
Messages
1,013
Country
australia
C++ and simconnect are mostly the same. XML gauges are dead and replaced by html/js. The good news is html/js is more powerful than XML. The bad news is you need to learn a whole new programming language.

Ultimately whatever gauge you develop is limited to replacing existing gauges as there is currently no way for gauges to appear as 2D popups (well they can, right alt + left click will create a new window but you need to have the gauge appear in the VC first).

The Working Title G1000 NXi is an example of an advanced gauge replacing the existing glass panels in aircraft.

The SDK has a couple of examples of the gauges you can make with the new systems. See SDK/Samples/Aircraft.
 
Messages
32
Country
belgium
Thanks for the quick answer.

I am already fluent in HTML and JavaScript, so that is not a problem. I expected after 16 years there were going to be some major changes, other than the spectacular scenery, but this does not look like a problem. When I get into it I might create a tool that converts XML gauges to HTML.

Thanks for the help.
 
Messages
22
Country
us-newjersey
Thanks for the quick answer.

I am already fluent in HTML and JavaScript, so that is not a problem. I expected after 16 years there were going to be some major changes, other than the spectacular scenery, but this does not look like a problem. When I get into it I might create a tool that converts XML gauges to HTML.

Thanks for the help.

Your XML gauges should work in FS2020, you should try them first before going through the conversion efforts.

Its Probably best to peruse through the SDK before making any decisions on how to proceed regarding your project in MSFS.

There are still some people using P3D, though the majority of the activity is now with MSFS.
 
Top