1
0
Fork 0
fgdata/Data/AI/aircraft_demo.xml

32 lines
837 B
XML
Raw Normal View History

<?xml version="1.0"?>
<!-- Notes:
This scenario has a 737 takeoff from runway 28L at KSFO
and fly the Porte Departure to the south. You can change
the aircraft type by substituting another model in the
<model> tag, and you can also change the "flight plan" by
changing the <flightplan> tag. Look in the subdirectory
FlightPlans to find some that I've already defined, including
some arrivals. When an AI aircraft gets to the end of its
flight plan it deletes itself.
Dave Culp, davidculp2@comcast.net
-->
<PropertyList>
2004-05-15 12:46:42 +00:00
<scenario>
2004-05-15 12:46:42 +00:00
<entry>
<callsign>United 720</callsign>
<type>aircraft</type>
<class>jet_transport</class>
2004-05-15 12:46:42 +00:00
<model>Aircraft/737/Models/boeing733.xml</model>
<flightplan>KSFO_depart_south_28L.xml</flightplan>
2004-05-15 12:46:42 +00:00
</entry>
2004-05-15 12:46:42 +00:00
</scenario>
</PropertyList>