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

Traffic

Messages
22
Country
us-virginia
Is there a way to make traffic come to an airport I make from scatch? Or do I need to download another program?
Also how do I change the paint on a jetway?
 
Last edited:
Is there a way to make traffic come to an airport I make from scatch? Or do I need to download another program?

You mean AI Aircraft traffic? Yes there is a way (or two). You can do it with the Traffic Toolbox SDK.

(As a part of that process, one of the files you would need to make would be a text file with your new airport's information. See fs10airports.dat in the SDK for a template to base your text file on.)


Also how do I change the paint on a jetway?

If you mean the default jetways, I do not know of any way to alter their appearance because that is in the jetway model MS used.

Custom textured jetway models could be created and used in the sim. I would ask the model forum guys about that.
 
How do you get the Traffic Database Builder to work using comannd promt. Why do they still use dos,,,,,,,,,lol

A compiler which uses a command prompt uses a lot less overhead and takes a lot shorter time than a GUI interface.

TDBB works just fine with a command prompt - and can crunch some truely awesome sized files.

Though personally, I find it best to run it from a batch file - so I can edit /tweak the command line in case I make any fat finger errors.
 
How do you get the Traffic Database Builder to work using comannd promt. Why do they still use dos,,,,,,,,,lol

Thanks

'cause DOS is better. :) Even Microsoft knows that. :D

It sure does have low overhead. I used TDBB to crunch American Airlines files. The resulting BGL was many many megs in size. It did it fast and without complaint.

I don't run it from a batch file, but I do keep a txt file "template" with a tdbb command line string so that I can quickly cut and paste into the dos box.
 
Hi,

How do you get the Traffic Database Builder to work using comannd promt. Why do they still use dos,,,,,,,,,lol
Thanks

Please, find in your system a little tool called: cmd.exe

In my sistem it's in: C:\Windows\System32

It can open a (black) window where you can insert the command lines to compile traffic.

Typing in that screen the word:
help
you will get a list of commands for DOS operations.

Some are dangerous for your system.

FSX SDK has many examples on how to do that.



Regards,

José
 
What program do you use to make the .dat files with?

Thanks

There examples in the sdk leave out stuff, but fiqured out how to run it.

Thanks for all the help.
 
From the Traffic Toolbox Sdk manual:

4. To Customize the AI Aircraft Routes

To restrict aircraft routes to only those defined in the CustomAircraftSchedules.dat file, type:

TrafficDatabaseBuilder /Airports=fs10.Airports.dat /Schedules=CustomAircraftSchedules.dat /AutoSchedule=No /Output=traffic.bgl

What editing program do you use to make the CustomAircraftSchedules.dat file?

3. To Customize the Aircraft List

To add addition aircraft types, defined in a file named CustomAircraftTypes.csv, type the following command:

TrafficDatabaseBuilder /Airports=fs10.Airports.dat /AircraftTypes=fs10.AircraftTypes.csv /AircraftTypes=CustomAircraftTypes.csv /Output=traffic.bgl

What editing program do you use to make the
CustomAircraftTypes.csv file?

Thanks
 
From the Traffic Toolbox Sdk manual:

4. To Customize the AI Aircraft Routes

To restrict aircraft routes to only those defined in the CustomAircraftSchedules.dat file, type:

TrafficDatabaseBuilder /Airports=fs10.Airports.dat /Schedules=CustomAircraftSchedules.dat /AutoSchedule=No /Output=traffic.bgl

What editing program do you use to make the CustomAircraftSchedules.dat file?

3. To Customize the Aircraft List

To add addition aircraft types, defined in a file named CustomAircraftTypes.csv, type the following command:

TrafficDatabaseBuilder /Airports=fs10.Airports.dat /AircraftTypes=fs10.AircraftTypes.csv /AircraftTypes=CustomAircraftTypes.csv /Output=traffic.bgl

What editing program do you use to make the
CustomAircraftTypes.csv file?

Thanks

The Lastest Version of "AiSort" At Avsim Has the ability to create new Flightplans from scratch then shell to TDBB to compile them.

Regards Frank
 
Hi, Frankis

Which are the lastest version number and date, please?

Thanks,

José

The Latest Version is 1.1.0.38 uploaded to Avsim on the 17th of June.
I'm currently testing a search routine hopefully will upload again soon, Time permitting.

Regards Frank
 
Hi, Frankis

I got it.

Please, update the reference inside the file:

AiSortReadmeFIRST

Thanks,

José
 
Back
Top