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

Problems with aircraft compiled with AIFP3

Messages
65
Country
unitedkingdom
I asked this in FSX forum, but got no solutions. I wonder if anyone here can help.

Here is example of my AI aircraft in one traffic file, using AIFP3. There didn’t seem to be a problem initially but a few weeks ago I noticed that although it had been compiled correctly and the aircraft installed correctly, too, there was suddenly one showing in red, as in 1011 below. Strangely, it didn’t show up in the flight plan as being unavailable. And this happens in a number of flight plans created recently.


AC#1008,485,"WoA_DJC_A320-200_CFM_IBE-Iberia"
AC#1009,485,"WoA_DJC_A321_CFM_IBE-Iberia"
AC#1010,485,"WoA_DJC_A321_CFM_IBE-Iberia_JZM"
AC#1011,485,"WoA_TFS_A340-300_Iberia"
AC#8770,600,"Boeing 747-267B Iberia TF-ABA"
AC#8771,605,"Boeing 747-267B Iberia TF-ABP"
AC#8772,485,"FlightFX 727-200 Iberia EC-CID"


So I made it unavailable:

//AC#1011,485,"WoA_TFS_A340-300_Iberia",

I then reopened the bgl text file and got this:

AC#1008,485,"WoA_DJC_A320-200_CFM_IBE-Iberia"
AC#1009,485,"WoA_DJC_A321_CFM_IBE-Iberia"
AC#1010,485,"WoA_DJC_A321_CFM_IBE-Iberia_JZM"
//AC#1011,485,"WoA_TFS_A340-300_Iberia"
AC#8770,600,"Boeing 747-267B Iberia TF-ABA"
AC#8771,605,"Boeing 747-267B Iberia TF-ABP"
AC#8772,485,"FlightFX 727-200 Iberia EC-CID"

So I did this:

//AC#1010,485,"WoA_DJC_A321_CFM_IBE-Iberia_JZM"
//AC#1011,485,"WoA_TFS_A340-300_Iberia"

The result was:

AC#1008,485,"WoA_DJC_A320-200_CFM_IBE-Iberia"
AC#1009,485,"WoA_DJC_A321_CFM_IBE-Iberia"
//AC#1010,485,"WoA_DJC_A321_CFM_IBE-Iberia_JZM"
//AC#1011,485,"WoA_TFS_A340-300_Iberia"
AC#8770,600,"Boeing 747-267B Iberia TF-ABA"
AC#8771,605,"Boeing 747-267B Iberia TF-ABP"
AC#8772,485,"FlightFX 727-200 Iberia EC-CID"

And so on, no matter how many times I check out the aircraft.

Now it hasn’t, I believe, anything to do with the fact these are WOA aircraft because the same thing happened with FAIB aircraft and others.

Why is this happening? Any ideas? It’s an odd one.

Allan
 
Back
Top