AI Traffic related fixes. All base package traffic files again refer
correctly to an existing Boeing 737 (the new 737-300). Also updated the aircraft_demo.xml to reflect this change. Added an initial version of a logical ground network file for KSFO airport.
This commit is contained in:
parent
952c006a08
commit
aba4a636ee
6 changed files with 1644 additions and 13 deletions
1631
Airports/AI/KSFO/parking.xml
Normal file
1631
Airports/AI/KSFO/parking.xml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<trafficlist>
|
||||
<aircraft>
|
||||
<model>Aircraft/737/Models/boeing733.xml</model>
|
||||
<model>Aircraft/737-300/Models/737-300.xml</model>
|
||||
<livery>UAL</livery>
|
||||
<airline>UAL</airline>
|
||||
<actype>737-300</actype>
|
||||
<offset>0</offset>
|
||||
<offset>10</offset>
|
||||
<radius>23</radius>
|
||||
<flighttype>gate</flighttype>
|
||||
<performance-class>jet_transport</performance-class>
|
||||
|
@ -87,4 +87,4 @@
|
|||
<repeat>24Hr</repeat>
|
||||
</flight>
|
||||
</aircraft>
|
||||
</trafficlist>
|
||||
</trafficlist>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<trafficlist>
|
||||
<aircraft>
|
||||
<model>Aircraft/737/Models/boeing733.xml</model>
|
||||
<model>Aircraft/737-300/Models/737-300.xml</model>
|
||||
<livery>UAL</livery>
|
||||
<airline>UAL</airline>
|
||||
<actype>737-300</actype>
|
||||
<offset>0</offset>
|
||||
<offset>10</offset>
|
||||
<radius>23</radius>
|
||||
<flighttype>gate</flighttype>
|
||||
<performance-class>jet_transport</performance-class>
|
||||
|
@ -74,4 +74,4 @@
|
|||
|
||||
|
||||
</aircraft>
|
||||
</trafficlist>
|
||||
</trafficlist>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<trafficlist>
|
||||
<aircraft>
|
||||
<model>Aircraft/737/Models/boeing733.xml</model>
|
||||
<model>Aircraft/737-300/Models/737-300.xml</model>
|
||||
<livery>UAL</livery>
|
||||
<airline>UAL</airline>
|
||||
<actype>737-300</actype>
|
||||
<offset>0</offset>
|
||||
<offset>10</offset>
|
||||
<radius>23</radius>
|
||||
<flighttype>gate</flighttype>
|
||||
<performance-class>jet_transport</performance-class>
|
||||
|
@ -57,4 +57,4 @@
|
|||
<repeat>24Hr</repeat>
|
||||
</flight>
|
||||
</aircraft>
|
||||
</trafficlist>
|
||||
</trafficlist>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<trafficlist>
|
||||
<aircraft>
|
||||
<model>Aircraft/737/Models/boeing733.xml</model>
|
||||
<model>Aircraft/737-300/Models/737-300.xml</model>
|
||||
<livery>UAL</livery>
|
||||
<airline>UAL</airline>
|
||||
<actype>737-300</actype>
|
||||
<offset>0</offset>
|
||||
<offset>10</offset>
|
||||
<radius>23</radius>
|
||||
<flighttype>gate</flighttype>
|
||||
<performance-class>jet_transport</performance-class>
|
||||
|
|
|
@ -401,13 +401,13 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</ai-traffic>
|
||||
|
||||
<traffic-manager>
|
||||
<enabled type="bool">false</enabled>
|
||||
<enabled type="bool">true</enabled>
|
||||
</traffic-manager>
|
||||
|
||||
<ai>
|
||||
<enabled type="bool">true</enabled>
|
||||
<!-- scenario>nimitz_demo</scenario -->
|
||||
<!-- <scenario>aircraft_demo</scenario> -->
|
||||
<scenario>aircraft_demo</scenario>
|
||||
</ai>
|
||||
|
||||
<user>
|
||||
|
|
Loading…
Add table
Reference in a new issue