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

Detect if (Fighter) Jet

Messages
8
Country
germany
Hello,

does anybody know a way to detect via SimConnect variables if the current user aircraft is a Fighter Jet?

I checked the "ENGINE TYPE", but "Jet" is also returned for "normal" turbine aircraft.

Then I thought maybe to just check if there is an afterburner available or not, but I also can't find a variable that returns this: There are variables for the afterburner, but they seem to only tell me if and how much it is active, but not if it is available at all.

Anybody an idea if there is another way to distinguish between a "normal" turbine aircraft (like an A32X, 737, business jet, ...) and a "real" fighter jet (F22, ...)?

Best regards and thanks in advance
Andreas
 
The STRUCT ENGINE POSITION:index variable may give you a clue. On twin engined fighters the engines do tend to be pretty close to the center line. Not definitive of course.
You can use SimConnect to retrieve the path qualified name of the .air file. Once you have that, you have the aircraft.cfg file. You can parse it to check for the availability of afterburners.

Doug
 
Hello Doug,

first thanks a lot for your very quick reply!

Using the engine positions I would be afraid a bit that also the smaller business jets (with engines in the center at the end of the plane) would fall in this category then.

So I agree that reading the "aircraft.cfg" and checking the afterburner availability is probably the best option.

It's a pity that there is no SimConnect variable for that, but well, at least there is a work-around. :-)

Best regards and thanks again
Andreas
 
Back
Top