1
0
Fork 0
fgdata/AI/KRHV_towing_demo.xml
Lars Toenning 292b614664
Adding name and description to all scenarios
This fixes a (new) developer warning when registering those files.
2020-03-24 17:40:47 +01:00

33 lines
1,004 B
XML

<?xml version="1.0"?>
<PropertyList>
<scenario>
<name>KRHV aerotow demo</name>
<description>
This scenario has a J3 takeoff from runway 31L at
KRHV for aerotowing You can
change the aircraft type by substituting another model in
the &lt;model&gt; tag, and you can also change the "flight
plan" by changing the &lt;flightplan&gt; 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 &lt;repeat&gt;1&lt;/repeat&gt; tag will cause the AI
aircraft to start again indefinitely.
Maik Justus, based D. Culps demo
</description>
<entry>
<callsign>dragger</callsign>
<type>aircraft</type>
<class>aerotow-dragger</class>
<model>Aircraft/Cub/Models/Cub-ai.xml</model>
<flightplan>KRHV_J3_towing_31L.xml</flightplan>
<repeat>1</repeat>
</entry>
</scenario>
</PropertyList>