FSX Import Showcase

Historically, the .air file and the aircraft.cfg file worked together to describe the flight dynamics of the aircraft. The conversions I’ve been working on still use this setup and seem to fly ok, but maybe not quite the same as before.

The .cfg was a simple text file so easy to edit. The .air file was not easy to edit and required one of several programs to modify.

In MSFS, they decided to take the data from what was the .air file and ‘expose’ it as simple text just like the .cfg. I believe they also changed some of the parameters to match their new aerodynamic methods. Hence the change.

2 Likes

Can anyone tell me which .NET core I need? I presume 3.1, but which?
Desktop Runtime,
.NET Core Runtime?

I will edit my original post to add this as well, since it seems to come up again and again.

You need to .NET Core 3.1 SDK to build the program.

While the program may have been somewhat ambitously named, it doesn’t really convert anything. It simply packages FSX structured airplanes so they can be loaded into MSFS as is. Most aircraft have some issues, e.g. it appears that only 3D gauges work, since they don’t use a generated texture.

It’s currently unlikely that the program will see further development as a converter, as I don’t see how it could resolve any of the issues I’ve seen so far.

3 Likes

Is there a better place to discuss possible solutions to the technical stuff like 2D gauges and textures? Sounds like some of you are using discord?

I think a Discord channel would be cool for us to interact, this thread is getting a bit messy. I joined a SDK Discord channel the other day. I have requested them to create separate channels dedicated to aircraft but they also have other sections for scenery etc. More the merrier so feel free to join and invite people The Flight SDK

5 Likes

Unfortunately not. I’ve only had time to do the initial import and I have the same issues with controls and sounds.

FS2020 provides support for “Legacy FSX” inc. the native .mdl file.

Sorry, but I know yet that MSFS provides support for MDL.

So if my question is not understandable I reformulate a glTF file needs an aircraft.cfg and a fligh_model.cfg (the data of the old air files are distributed between the aircraft and the flight_model). when using the FSX compatibility mode with an MDL, is the seated air file recognized and used or does it have to be dispatched between an aircraft file and a flight_model created from scratch?
Thanks for your answer.
PS: I am the webmaster of http://frenchvfr.free.fr and I create aircraft (Gmax, 3DS and Blender) since 2008 for FS9, FSX and all versions of P3D so I am not a newbie.

Lots of people are reading who don’t have the same background. I was just trying to explain some context for the wider audience :slight_smile:

Like I said, my conversions (except jets) are working and flying using only the aircraft.cfg and .air file taken straight from FSX. So it can work that way. I have not flown any of them enough to fully understand the flight dynamics. I can tell that they fly differently from FSX but only in a general sense so far.

2 Likes

If you wish I can send you the file on my working jet

1 Like

The default FSX Beaver seems to be bugged once converted. It acts as though it’s slamming into the ground even at altitude.

yup. all conversions need work

That would be awesome, would love to see how it’s working and identify where I’m going wrong! :slight_smile:

1 Like

i was planning on converting some fsx ai to 2020 but i guess ivao already has a model set

That makes two of us!

3 Likes

big thanks to them the only question is how forgiving are they, for using their model set especially on vatsim :thinking:

I got jets working :slight_smile: Layout JSON, make sure the entries include one for engines.cfg. Then copy the Asobo C4 engines.cfg into your jet. Then, open up the manifest JSON and copy the “Dependencies” from the C4 into your jet. Save everything, and remember to up the thrust in the engines .cfg for fighters - got the F-18 at 600 knots down low. They won’t take off on their own though, so you have to slew up into the air to get the engines to start for some reason.

3 Likes

do you mind sharing the f18 files? i sure would love to build an app, and go through some steps but if you already have it done it would be nice to have it

is there any way you could put a dropbox link to the base fa18 that works with msfs?