117
edits
Line 53: | Line 53: | ||
Below is a complete and working example of a traffic manager II file, as it can be used with FlightGear 1.9.0 and later: | Below is a complete and working example of a traffic manager II file, as it can be used with FlightGear 1.9.0 and later: | ||
<?xml version="1.0"?> | <?xml version="1.0"?> | ||
<trafficlist> | <trafficlist> | ||
<aircraft> | <aircraft> | ||
<model>Aircraft/MD11/Models/KLMmd11.xml</model> | <model>Aircraft/MD11/Models/KLMmd11.xml</model> | ||
Line 83: | Line 83: | ||
<heavy>true</heavy> | <heavy>true</heavy> | ||
</aircraft> | </aircraft> | ||
<flight> | <flight> | ||
<callsign>KLM0765</callsign> | <callsign>KLM0765</callsign> | ||
Line 99: | Line 99: | ||
<repeat>WEEK</repeat> | <repeat>WEEK</repeat> | ||
</flight> | </flight> | ||
<flight> | <flight> | ||
<callsign>KLM0769</callsign> | <callsign>KLM0769</callsign> | ||
Line 115: | Line 115: | ||
<repeat>WEEK</repeat> | <repeat>WEEK</repeat> | ||
</flight> | </flight> | ||
</trafficlist> | </trafficlist> | ||
== Disecting the traffic file == | == Disecting the traffic file == |
edits