Project Description
Blue Mirror FSX Traffic Generator is a tool designed to generate AI traffic in Microsoft Flight Simulator X. Using this tool you can generate a _more less_ realistic traffic. It's developed in C# using Visual C# 2008 Express.
Summary
Blue Mirror FSX Traffic Generator generates DAT files (that can be easly transformed into BGL files) from
RDL files.
Main window
Source data
Route definitions (RDL):
<ROUTES>
<AIRLINE name="Air France">
<HUB icao="LFPO">
<!-- Keflavik -->
<DEST icao="BIKF" />
<DEST icao="EIDW" />
<DEST icao="EGLL" />
<DEST icao="ENGM"/>
<DEST icao="EKCH"/>
<DEST icao="ESSA" />
<DEST icao="EFHF"/>
<DEST icao="EETN" />
<DEST icao="EYVI" />
<DEST icao="EVRA" />
<DEST icao="EPWA" />
<DEST icao="LZIB" />
<DEST icao="LKPR"></DEST>
<DEST icao="EDDT" countDay="2" />
<DEST icao="EHAM" />
<DEST icao="LSZH" />
<DEST icao="LOWW"></DEST>
<DEST icao="LHBP"/>
<DEST icao="LRBS" countDay="2" />
<DEST icao="LPPT"/>
<DEST icao="LEMD" countDay="2"/>
<DEST icao="LIRA" countDay="2"/>
<DEST icao="LGAV" />
<DEST icao="UUEE" />
<DEST icao="LIPZ" />
<DEST icao="LDZA" />
</HUB>
<HUB icao="LFPG">
<DEST icao="DAAG" />
<DEST icao="HEAX" />
<DEST icao="KJFK" countWeek="3" start="4" end="24" />
</HUB>
</AIRLINE>
</ROUTES>
Result
FSX screenshot:
Usage
Please note: To use this tool, you must have installed
Microsoft Flight Simulator X and
Microsoft Flight Simulator X SDK.
- Download and install Blue Mirror FSX Traffic Generator
- Blue Mirror FSX Traffic Generator will start automatically after installation. In other cases, select Start -> Programs -> Blue Mirror -> Blue Mirror FSX Traffic Generator to run this tool.
- In any tool for editing xml files, create a route definition file (with extension RDL), and then save it to disk. Here is a sample route definition file RDL
- In the Route definitions text box (in Blue Mirror FSX Traffic Generator main window) type the full path to that RDL file or select a button with three dots to select a file using the dialog box.
- In the Aircraft types text box, type the path to fs10.AircraftTypes.csv file (supplied with MS Flight Simulator X SDK).
- In the Countries text box, type the path to countries_regions.csv file (supplied with MS Flight Simulator X SDK).
- In the Airports text box, type the path to fs10.Airports.dat file (supplied with Microsoft Flight Simulator X SDK).
- In the Custom aircraft schedules, type the path to the result file (for example <Microsoft Flight Simulator X SDK Path>\SDK\Environment Kit\Traffic Toolbox SDK\CustomAircraftSchedules.dat). That file is an output file, so it does not exist before you first run Blue Mirror FSX Traffic Generator.
- Press Generate!
- Run TrafficDatabaseBuilder.exe (included in Microsoft Flight Simulator X SDK) with parameters to generate BGL file. For example: TrafficDatabaseBuilder.exe /Airports = fs10.Airports.dat /Schedules = CustomAircraftSchedules.dat /AutoSchedule = No /Output = trafficsmall.bgl /StatsDir = statsmall /AircraftTypes = fs10.AircraftTypes.csv /Countries = countries_regions.csv /log = log.txt /Quiet = No
- Copy trafficsmall.bgl file to <Microsoft Flight Simulator X Path>\Scenery\World\Scenery
Developer's blog:
http://develsblog.blogspot.com/.