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

Problem - Same Flightplan Different Airports

Messages
15
Country
ca-ontario
Problem - Same Flightplan Different Airports -Solved

I'm having a problem where AI Aircraft using the same flightplan appear at certain airports and not at others. The flightplans all compile without error using TrafficDatabaseBuilder from the Flight Simulator X SDK. When I compile the flightplan for use at KSPG (St. Petersburg/Whitted) the aircraft appears and begins touch and go flights but when I compile the same flightplan for CYKF (Toronto/Buttonville) the aircraft never appears and is not listed in Traffic Explorer. You would assume that the problem must be in the airport data but I cannot see the problem. I've attached the flightplans, aircraft and airport data that are used to compile the flights.

Can anyone spot what is wrong?

====================================
This flightplan works...

# Cessna 172
# Touch and go St. Petersburg
KEY115,G-JFLT,65,TWO_HOURS,VFR
{
0010,KSPG,12,,0030
0100,KSPG,12,,0130
}

KEY115,Cessna Skyhawk 172SP Paint1,115,20,100,15,550,2500,HARD|SOFT,6,RAMP,10,yes,yes,G-BAFM

KSPG,27.765110917,-82.626972198,2.4,D,4,0.70,United States
{
RUNWAY,3677,75,HARD
RUNWAY,2873,150,HARD
PARKING,10.0,RAMP
PARKING,10.0,RAMP
PARKING,14.0,RAMP
PARKING,14.0,RAMP
}

=======================================
BUT this one doesn't...

# Cessna 172
# Touch and go Buttonville
KEY115,G-JFLT,65,TWO_HOURS,VFR
{
0010,CYKZ,12,,0030
0100,CYKZ,12,,0130
}

KEY115,Cessna Skyhawk 172SP Paint1,115,20,100,15,550,2500,HARD|SOFT,6,RAMP,10,yes,yes,G-BAFM

CYKZ,43.862222359,-79.370000213,198.1,D,2,0.70,Canada
{
RUNWAY,4056,100,HARD
RUNWAY,2749,80,HARD
PARKING,14.0,RAMP
PARKING,18.0,RAMP
PARKING,14.0,RAMP
PARKING,10.0,RAMP
PARKING,10.0,RAMP
PARKING,10.0,RAMP
PARKING,10.0,RAMP
PARKING,10.0,RAMP
PARKING,10.0,RAMP
PARKING,10.0,RAMP
PARKING,10.0,RAMP
PARKING,10.0,RAMP
PARKING,10.0,RAMP
PARKING,10.0,RAMP
PARKING,14.0,RAMP
PARKING,14.0,RAMP
PARKING,10.0,RAMP
PARKING,10.0,RAMP
PARKING,14.0,RAMP
PARKING,14.0,RAMP
PARKING,14.0,RAMP
PARKING,14.0,RAMP
PARKING,14.0,RAMP
}
 
Last edited:
Hi Folks

Dave -
Just in case its the blindingly obvious
and both plans are active. :D

An aircraft cannot be in two places at once.

Change the tail-numbers in the second plan.

HTH
ATB
Paul
 
Last edited:
I don't think ATC cares about tail numbers. I'm looking at Traffic Toolbox in my FSX right now and see three 172s with the same tail number.

My guess is that there is some limitation in TDBB. I know of a few peculiar things about how it sets up traffic. I suppose tail numbers could be one.

In my opinion, AIFP is a far better tool for AI.

Bob
 
Problem Solved

I downloaded an FSX Utility from ADE that searches through all the scenery files looking for duplicatre airports. (FSX Airport Scanner) The program found a duplicate airport BGL for CYTZ - Toronto City Centre. Once the file was removed the AI aircraft re-appeared and the problem was solved. Here is a link to the utility.

http://www.scruffyduck.org.uk/files/airport_scanner_100.zip

Thanks to all for your help

Dave W
 
Back
Top