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

35 lines
No EOL
972 B
XML

<?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. Normally, when an AI aircraft gets to the end
of its flight plan it deletes itself, however the
<repeat>1</repeat> tag will cause the AI aircraft to start again
indefinitely.
Dave Culp, davidculp2@comcast.net
-->
<PropertyList>
<scenario>
<entry>
<callsign>United 720</callsign>
<type>aircraft</type>
<class>jet_transport</class>
<model>Aircraft/737/Models/boeing733.xml</model>
<flightplan>KSFO_depart_south_28L.xml</flightplan>
<repeat>1</repeat>
</entry>
</scenario>
</PropertyList>