I found this little tutorial a while back and it outlines what all the sections mean. Very handy. Don't remember what site it was from or who posted it.
----------------------------------------------------------------------------------------------
[fltsim.0]
title= Boeing 737-800 Virgin Blue Winglets
sim=aia_737_NG
model=no_refl
panel=
sound=
texture=virgin
atc_id=VH-VOW
atc_airline=Virgin
atc_flight_number=505
ui_manufacturer=Aardvark
ui_type=Boeing 737-800
ui_variation=Virgin Blue (Winglets)
description=AI Aardvark 737-800
atc_id_color=0000000000
visual_damage=1
atc_parking_codes=VOZ
atc_parking_types=GATE
You must make sure that the texture file is named exactly the same as the texture file you have in the aircraft folder otherwise you are going to have lots of pretty white planes flying around. You can change the title line if you wish (don't touch title= though) I did change the one above from the default to Boeing 737-800 Virgin Blue Winglets. And make sure the atc_airline= is the correct callsign.
Next scroll further down the aircraft.cfg file until you find this,
[Reference Speeds]
flaps_up_stall_speed=122.0 //Knots True (KTAS)
full_flaps_stall_speed=103.0 //Knots True (KTAS)
cruise_speed=200.0 //Knots True (KTAS)
max_mach = 0.86
max_indicated_speed = 340 //Red line (KIAS)
Change only the cruise speed to 200.0 if its a jet aircraft and to 160.0 or 170.0 if its a prop. Once this has been done you have the changes ready to add it to TTools.
#3 Open your red Ttools icon, on the right hand side you will see a column FS2004 Traffic files, click on the traffic030528.bgl until it highlights it grey and press decompile. Now open the file in AI Utilites folder that downloaded with Ttools called Aircraft030538 this will open in notepad and list all of the default aircraft that comes with FS9. Now you need to add your Virgin Blue aircraft, the last aircraft listed on that file should be,
AC#59,62,"Vickers Vimy Transatlantic"
You simply add the next number in the sequence so it will be
AC#60,
then the airspeed that you changed in the aircraft.cfg to 200 knots, if you didn't change it, or whatever you changed the cruise speed to it must exactly match in this file, so in our example it was
200,
and finally the aircraft name itself, simply copy the title line (excluding title=) like so
"Boeing 737-800 Virgin Blue Winglets" -> you MUST add the apostrophes around the this part. So when you are done this is how it will read,
AC#60,200,"Boeing 737-800 Virgin Blue Winglets"
Repeat this step with each plane you add by just adding the next number in the sequence. Now go back to Ttools and press compile. Make a note of what the aircraft number was in this case AC#60.
#4- Its flightplan time, this does take some getting used to. Go back to Ttools and again decompile, this time open the flightplan030528 file these are the flightplans used by Orbit, Landmark and Global Freightways etc. As I like flying with real world airlines I simply copied these to a file in my documents in case I wanted to use them later. Once that was done I deleted all of the out of flightplans030528 file. To write the flightplan you must convert all local times to GMT.
Below is a daily flight for Virgin Blue,
AC#60,VHVBF,10%,24Hr,IFR,20:29:46,@21:54:51,310,F,0203,YBBN,22:59:53,@00:29:53,300,F,0216,YSSY,01:59:53,@03:24:58,370,F,0225,YBBN,06:00:00,@07:30:00,360,F,0252,YSSY,09:00:00,@10:24:44,350,F,0253,YBBN,10:59:53,@12:29:53,340,F,0276,YSSY
AC#60 - This is the aircraft number you assigned in Aircraft030528 file.
VH-VBF - The aircrafts registration
10%- This is used in connection with the traffic density slider, I always use 10% as my default when typing the flightplans.
24Hr- There are several different times to add to this it can be 2Hr, 4Hr, 8Hr, 12Hr, 24Hr, Week. If you add anything under 24Hr you will get the same flight every 2,4,8, or 12 hours if you want it to look like real world stick with 24Hr or WEEK (which we will get to later).
IFR- You can have your flights either IFR or VFR
Then comes the flight times this one departs Sydney at 20:29 GMT 10:29AM Local and arrives in Brisbane at 21:54 GMT 11:54AM Local, you will notice a @ symbol being used this will force the plane to arrive at that time and if you lowered the cruise speed to 200 knots earlier you MUST use this symbol.
310- This is the flight level that it will climb to
F- This means ATC will call the plane by Airline and flight number e.g. "Virgin 203" adding and R instead of F will have ATC calling it "VBF"
YBBN- This is the airport code, you must start the days flying at the airport you are going to end the days flying at if you are using 2,4,8,12, or 24 hour flight plans. So in the case above we depart Sydney for Brisbane and the last flight on the plan is 276 to YSSY.
You must write the plan as complete with commas, above using GMT to show departure and arrival times, the airline websites all have timetables which makes planning easy just convert the times shown to GMT and you should have no problems.
For International flights its largely the same principle, but you add WEEK instead of 2,4,8,12 or 24Hrs. And they are a longer flight plan as it goes on a 7 day week instead of 24 Hours, below is a QF744 weekly flight plan,
AC#72,VHOJS,10%,WEEK,IFR,5/23:43:08,@6/15:04:45,330,F,0149,KLAX,6/21:59:25,@0/10:32:28,320,F,0008,YSSY,0/12:13:22,@0/22:00:18,380,F,0031,WSSS,0/23:33:49,@1/13:14:32,380,F,0031,EGLL,1/23:03:56,@2/11:54:12,390,F,0010,WSSS,2/13:43:43,@2/19:41:47,390,F,0010,YMML,2/21:22:41,@2/22:41:26,350,F,0010,YSSY,3/05:49:38,@3/15:37:48,320,F,0005,WSSS,3/16:56:33,@4/05:35:45,320,F,0005,EDDF,4/23:50:52,@5/11:54:23,310,F,0006,WSSS,5/13:59:53,@5/19:17:21,310,F,0006,YSSY
Again all times are GMT at each local airport and the day/time must be added as above, these take some time to get used to and will cause many headaches along the way, but if you want to 5 or 6 QF 744 parked at LAX just as in real life its worth the effort. The only worry about arrivals and departures is that the last leg must arrive at the departure airport used in the start of the flight plan.
Go back to Ttools and hit compile, if you get a 'Red' Message there is something wrong with the flightplan a lot of times you may have added a . instead of , they must be written perfectly or it will not compile.
#5- Finally to make your airlines park in there correct spots go into AFCAD again and find Aircraft editor in the tools section, highlight the desired aircraft in the list then match it to a the name in the parking code selector, that don't have to be identical, for instance I use Qatar Air Cargo for my Qantas domestic so they don't park at the International Terminal. I suggest reading the tutorial in Afcad on how to assign gates, parking codes etc.
This hopefully may help someone out there looking to give AI a go, I accept no responsibilty for lost files but if a novice like me can work it out it can't be that hard.