1
0
Fork 0
fgdata/AI/wingman_b29_demo.xml

110 lines
2.7 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<PropertyList>
<scenario>
<name>B29 Section</name>
<description>
4 Ship Diamond Formation. A defensive
formation which was used on daylight
bombing missions
This scenario formates 3 B-29s to the
parent ac at the position designated by
the x,y,z ofsets. It is automatically
included with the B-29 - 4 ship formation.
Vivian Meazza
</description>
<entry>
<name>Wingman-Port</name>
<type>wingman</type>
<model>AI/Aircraft/b29/Models/b29-wingman.xml</model>
<speed>0</speed>
<life>-1</life>
<repeat>false</repeat>
<count>1</count>
<x-offset>-500</x-offset>
<y-offset>-500</y-offset>
<z-offset>0</z-offset>
<yaw-offset>0</yaw-offset>
<pitch-offset>0</pitch-offset>
<roll-offset>0</roll-offset>
<formate>true</formate>
<submodels>
<path type="string">/Aircraft/b29/b29-submodels.xml</path>
<serviceable type="bool">true</serviceable>
</submodels>
<coefficients>
<heading>5.0</heading>
<pitch>4.0</pitch>
<bank>4.0</bank>
<speed>2.5</speed>
</coefficients>
<!--<submodel-path>/Aircraft/b29/b29-submodels.xml</submodel-path>-->
</entry>
<entry>
<name>Wingman-Stbd</name>
<type>wingman</type>
<model>AI/Aircraft/b29/Models/b29-wingman.xml</model>
<speed>0</speed>
<life>-1</life>
<repeat>false</repeat>
<count>1</count>
<x-offset>-500</x-offset>
<y-offset>500</y-offset>
<z-offset>0</z-offset>
<yaw-offset>0</yaw-offset>
<pitch-offset>0</pitch-offset>
<roll-offset>0</roll-offset>
<formate>true</formate>
<submodels>
<path type="string">/Aircraft/b29/b29-submodels.xml</path>
<serviceable type="bool">true</serviceable>
</submodels>
<coefficients>
<heading>5.0</heading>
<pitch>4.0</pitch>
<bank>4.0</bank>
<speed>2.5</speed>
</coefficients>
<!--<submodel-path>/Aircraft/b29/b29-submodels.xml</submodel-path>-->
</entry>
<entry>
<name>Wingman-Centre</name>
<type>wingman</type>
<model>AI/Aircraft/b29/Models/b29-wingman.xml</model>
<speed>0</speed>
<life>-1</life>
<repeat>false</repeat>
<count>1</count>
<x-offset>-500</x-offset>
<y-offset>-500</y-offset>
<z-offset>50</z-offset>
<yaw-offset>0</yaw-offset>
<pitch-offset>0</pitch-offset>
<roll-offset>0</roll-offset>
<formate>true</formate>
<submodels>
<path type="string">/Aircraft/b29/b29-submodels.xml</path>
<serviceable type="bool">true</serviceable>
</submodels>
<coefficients>
<heading>5.0</heading>
<pitch>4.0</pitch>
<bank>4.0</bank>
<speed>2.5</speed>
</coefficients>
<parent>Wingman-Stbd</parent>
<!--<submodel-path>/Aircraft/b29/b29-submodels.xml</submodel-path>-->
</entry>
</scenario>
</PropertyList>