by Heber98 » Wed Oct 08, 2003 8:02 pm
Do you have specific AI planes that you want flying around?
For instance, if you want to make the default 747 fly around you would programming aircraft #6,7,or 8 according to the aircraft.txt file that was produced by the decompile.
You write a flight plan for that aircraft like the instructions say: (should all be one line)
AC#6,N29696,56%,12Hr,IFR,
01:46:21,06:29:27,320,F,2953,KLAX,
07:46:16,12:29:22,310,F,2954,KMCO
Translates to:
aircraft in aircraft.txt,registration, percentage, repeat period, IFR or VFR,
departs kmco @01:46 zulu, arrives @06:29 zulu, flight level 320, uses flight number, flight# 2953, destination klax,
departs klax @07:46 zulu, arrives @12:29 zulu, flight lever 310, uses flight number, flight# 2954, destination kmco
paste your new flight plan to the end of your flightplan.txt file, save, and then recompile.