AI A/C Help Needed

Posted:
Sun Apr 09, 2006 12:02 pm
by NCGent
I have made an airport and now I want to give it some AI flights. I have TTools and a tut on making the plans but after compiling the flight plans in TTools and start up FS9, FS9 says it is compiling the new scenery but I go to the airport and nothing is there. What am I doing wrong?
Re: AI A/C Help Needed

Posted:
Sun Apr 09, 2006 12:34 pm
by dave3cu
Few things to check for starters:
Does your airport have adaquate parking for the AI a/c?
Are you looking at the right times? The AI traffic is scheduled on GMT time so check
/World/Time to make sure GMT matches.
Are you starting at the right airport? AI's initial departure is from the last airport on the line.
.........................
AC#1,N64336,24%,24Hr,VFR,06:47:49,14:13:36,090,F,5112,MYAX,18:47:49,02:13:36,090,F,5113,CYGQ
AC#1 departs from CYGQ at 06:47 GMT
.......................
Dave
Re: AI A/C Help Needed

Posted:
Sun Apr 09, 2006 12:47 pm
by NCGent
Here is what I have Dave
AC#1,N727AA,20%,2Hr,VFR,12:30:00,TNG12:46:00,036,R,0123,CHGA,02:30:00,02:45:00,150,F,0123,CHGA
I have 8 parking spots and only that one flight but I cant get the airplane to show up. I am starting at the right AP but nothing yet showing up.
Re: AI A/C Help Needed

Posted:
Sun Apr 09, 2006 1:01 pm
by wji
Where is CHGA?
Name: Geraldton Greenstone Regional
IATA: YGQ
ICAO: CYGQ
Geraldton, Ontario, Canada
Latitude: 49
Re: AI A/C Help Needed

Posted:
Sun Apr 09, 2006 1:19 pm
by NCGent
CHGA is an AP I created, the parking spots are of different sizes, foult finder did not find any troubles I just cant see the Ac.
Re: AI A/C Help Needed

Posted:
Sun Apr 09, 2006 5:50 pm
by dave3cu
AC#1,N727AA,20%,2Hr,VFR,12:30:00,TNG12:46:00,036,R,0123,CHGA,02:30:00,02 :45:00,150,F,0123,CHGA
The problem appears to be the times. Re-read Section 21 of the help file, in particular the paragraphs under 'Leg Sequencing'. Of note:
All times used in flight planning are GMT and in 24 hr format. The period you program is the 1st period of the day which begins at 00:00:00GMT.
All legs must be completed within the repeat period, thus for you 2hr period, times should fall between 00:00:00 and 1:59:59.
The first departure time must be the earliest time in the sequence (nearest to 00:00:00 GMT).
Try this line. I'm not sure if this was your intended schedule, but should work. Keep in mind they are GMT when you go to view the flight. You may have to adjust the altitude as I dont know the elevation of the airport.
....once a day.....
AC#1,N727AA,20%,24Hr,VFR,12:30:00,TNG12:46:00,036,R,0123,CHGA,14:30:00,14:45:00,036,R,0123,CHGA
And/or this one.
.....repeats every 2 hrs.........
AC#1,N727AB,20%,2Hr,VFR,00:30:00,TNG00:46:00,036,R,0123,CHGA,01:30:00,01:45:00,036,R,0123,CHGA
Dave