Question about add-on aircraft and AI

Adding Aircraft Traffic, airport gates, etc, to your Sim - AFCAD, TTools, Project AI, AI Aircraft, etc

Question about add-on aircraft and AI

Postby flyerorange » Fri Jul 30, 2004 12:43 pm

I have successfully added on several commercial airliners that I'm able to fly.  Is there a way to make those same planes AI traffic, so I would see them on the runways, when I'm taxiing?  

I remember going to FS editor and making my MD-83 flyable.  Now I want to make flyable planes into AI.  I'd appreciate any help.  Thanks.   :)
User avatar
flyerorange
2nd Lieutenant
2nd Lieutenant
 
Posts: 74
Joined: Mon Jun 03, 2002 10:14 am

Re: Question about add-on aircraft and AI

Postby Dan » Fri Jul 30, 2004 1:10 pm

Its quite a tedious process. You don't need to do anything wiht the plane, just in TTOOLS. I can explain more if your interested.
Dan G
Image
3DMark01 || [url=http://www.overclockers.co.uk/acatalog/]OCUK - The best UK shop
User avatar
Dan
Major
Major
 
Posts: 1712
Joined: Fri Apr 04, 2003 9:37 am
Location: Carmarthenshire, Wales, Uk!

Re: Question about add-on aircraft and AI

Postby flyerorange » Sat Jul 31, 2004 3:35 pm

I certainly would appreciate it, if you have time.  Thanks.   8)
User avatar
flyerorange
2nd Lieutenant
2nd Lieutenant
 
Posts: 74
Joined: Mon Jun 03, 2002 10:14 am

Re: Question about add-on aircraft and AI

Postby Saratoga » Sat Jul 31, 2004 4:49 pm

One thing I did that some people like (some don't) is to replace the default A/C with real ones. For example, I live in the Dallas/Fort Worth area of Texas so I am used to Southwest Airlines and American Airlines. So I replaced the default 737 textures with an SWA version, an American Airlines version, and a Delta version. Sure it doesn't leave a LOT of variety, but it's much more fun to hear the controller call a flight "Flag Ship 22" or "American 4912" than them calling them "American Pacific 22" or "Orbit 4912" in my opinion. I did this to all the default aircraft and my sim is MUCH more realistic now. I also added many flights so Dallas Love Field.

Flyer, I will tell you the truth, making flights is a royal pain in the arse. It is a version tedious process as was said. And you will need to make lots of them for there to be any diffference. If you want to make one, you have to get TTools and decompile (run TTools and you'll see it) the Traffic.bgl file I believe. You can add Aircraft using the Aircraft.txt document, Airports using the Airports.txt document, and Flight Plans using the FlightPlans.txt document (which is GIGANTIC). Basically you tell the computer what plane to use, it's registration number, when it leaves, how high it's going to fly, it's flight number (not necessary if you are not going to make it a "flight"), where it's going, when it returns, and where it's coming back to. Don't try and write one using this. I will come post a longer thing just about this as soon as I get back, which shouldn't be more than an hour.
Pilot for a major US airline certified in the: EMB-120, CRJ, 727, 737, 757, 767, and A-320 and military, T-38, C-130, C-141, and C-5 along with misc. other small airplanes. Any questions, I'm here for you.
User avatar
Saratoga
Captain
Captain
 
Posts: 571
Joined: Sat May 08, 2004 9:48 pm
Location: Dallas-Ft. Worth Intl. (KDFW)

Re: Question about add-on aircraft and AI

Postby wji » Sun Aug 01, 2004 10:42 am

Decompile using TTools and find the assigned number # of the aircraft in aircraft.txt. Include this number in a flightplan and Compile.

bill
Last edited by wji on Sun Aug 01, 2004 10:44 am, edited 1 time in total.
Image PhotoShop 7 user
User avatar
wji
Major
Major
 
Posts: 1644
Joined: Tue May 04, 2004 11:27 am

Re: Question about add-on aircraft and AI

Postby Saratoga » Tue Aug 03, 2004 8:58 pm

Remember, the aircraft you download are not the best AI aircraft usually! Running POSKY aircraft as AI would kill any computer.
Pilot for a major US airline certified in the: EMB-120, CRJ, 727, 737, 757, 767, and A-320 and military, T-38, C-130, C-141, and C-5 along with misc. other small airplanes. Any questions, I'm here for you.
User avatar
Saratoga
Captain
Captain
 
Posts: 571
Joined: Sat May 08, 2004 9:48 pm
Location: Dallas-Ft. Worth Intl. (KDFW)

Re: Question about add-on aircraft and AI

Postby bernadic » Wed Aug 04, 2004 1:59 am

Hi flyerorange,
I'm just playing with this.
In "http://www.simviation.com/fs2004utilities3.htm" i found a very nice small program "FS2004 Simple AI v 1.06" and with it and TTools I have done what you want.
AI traffic is a "traffic.bgl" file located in FS9\Scenery\World directory.
This file can be compiled and decompiled with TTools program.
When decompiled, creates three txt files "flight plans.txt" "airport.txt" and "aircraft.txt" in the TTools directory.
"Simple AI" program, helps you to add the flight plans you want to "flightplans.txt" file taking the airports and the aircrafts from the other txt files.
In order to add your aircrafts to the AI's, open the aircraft.txt and add yours or make a new list with the name given in his aircraft.cfg file.
With "Simple AI" make the flight plan with the airport and the aircraft you want, compile with TTools which will put the new traffic.bgl file in the FS9\scenery directory, and fly.
DO NOT FORGET TO DO BACKUP FILES
It's very amusing, you can full an airport and give all the same time departure, very nice.
I expect this will help you.
Kind regards.
Last edited by bernadic on Wed Aug 04, 2004 4:09 am, edited 1 time in total.
User avatar
bernadic
Ground hog
Ground hog
 
Posts: 6
Joined: Thu Aug 12, 2004 5:01 pm
Location: LEBL

Re: Question about add-on aircraft and AI

Postby planespotter » Wed Aug 04, 2004 8:49 am

one of the things that I do for my military AI is to copy the entire folder. Rename it AI_F-14 etc.

Remove the panel folder
remove any internal or VC.bmps in each texture folder as both of these eat up frame rates

in the airplane.cfg add AI to the end of the title line
in the UI manufactorer rename to AI Aircraft.

Then copy the new title lines for your aircraft.txt in ttools This way it will use the new folder which is frame rate friendly instead of loading the flyable version with panel.
If there is an airshow with in 2 states of me I'm there
Image
planespotter
Captain
Captain
 
Posts: 797
Joined: Tue Nov 26, 2002 6:57 pm
Location: KPSM

Re: Question about add-on aircraft and AI

Postby bernadic » Wed Aug 04, 2004 9:30 am

It's a very good idea.
I take note and i will apply it.
Regards
User avatar
bernadic
Ground hog
Ground hog
 
Posts: 6
Joined: Thu Aug 12, 2004 5:01 pm
Location: LEBL

Re: Question about add-on aircraft and AI

Postby flyerorange » Sat Aug 07, 2004 11:33 pm

Thanks to all, for the help! 8)
User avatar
flyerorange
2nd Lieutenant
2nd Lieutenant
 
Posts: 74
Joined: Mon Jun 03, 2002 10:14 am


Return to Adding Aircraft Traffic (AI) & Gates

Who is online

Users browsing this forum: No registered users and 421 guests