36f975a91b
I was going through the Ai scenarios and see that some of them are not necessary. Also, I've added some documentation to the other scenarios. And I moved the thunderstorm over San Francisco, so you don't have to take off to see it. The files are attached.
32 lines
No EOL
837 B
XML
32 lines
No EOL
837 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. When an AI aircraft gets to the end of its
|
|
flight plan it deletes itself.
|
|
|
|
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>
|
|
</entry>
|
|
|
|
</scenario>
|
|
|
|
</PropertyList> |