oprf_assets/gci-radar/gci-set.xml
2020-10-29 00:29:46 +01:00

142 lines
4.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<environment>
<in-to-wind type="bool">false</in-to-wind>
</environment>
<sim>
<author>pinto</author>
<description>gci</description>
<status>alpha</status>
<aircraft-version>0.1</aircraft-version>
<flight-model>null</flight-model>
<aero></aero>
<aircraft-operator></aircraft-operator>
<model>
<path>Aircraft/gci-radar/Models/gci.xml</path>
<always-show-in-MP type="bool">true</always-show-in-MP>
</model>
<presets>
<onground>true</onground>
</presets>
<hud>
<path n="1">Aircraft/gci-radar/Hud/hud.xml</path>
<visibility n="1">true</visibility>
<font>
<size type="float">11.0</size>
</font>
</hud>
<menubar>
<default>
<menu n="100">
<label>GCI</label>
<enabled type="bool">true</enabled>
<item>
<label>Targets</label>
<name>enemies</name>
<binding>
<command>dialog-show</command>
<dialog-name>enemies</dialog-name>
</binding>
</item>
<item>
<label>Event Log</label>
<binding>
<command>dialog-show</command>
<dialog-name>flightlog</dialog-name>
</binding>
</item>
</menu>
</default>
</menubar>
<enemies>
<e1 userarchive="y" type="string">Leto</e1>
<e2 userarchive="y" type="string">swamp</e2>
<e3 userarchive="y" type="string">pinto</e3>
<e4 userarchive="y" type="string">fb237</e4>
<e5 userarchive="y" type="string">Wilco-1</e5>
<e6 userarchive="y" type="string">Kokos</e6>
<e7 userarchive="y" type="string">J-Mav16</e7>
<e8 userarchive="y" type="string">S</e8>
<e9 userarchive="y" type="string">Raider1</e9>
<e10 userarchive="y" type="string">Slobb</e10>
<e11 userarchive="y" type="string">5H1N0B1</e11>
<e12 userarchive="y" type="string">SNOWY1</e12>
<opfor-switch userarchive="y" type="bool">false</opfor-switch>
<friend-switch userarchive="y" type="bool">false</friend-switch>
</enemies>
<aircraft-data>
<!-- Properties that get saved to persist locally between FG sessions -->
<path>enemies/e1</path>
<path>enemies/e2</path>
<path>enemies/e3</path>
<path>enemies/e4</path>
<path>enemies/e5</path>
<path>enemies/e6</path>
<path>enemies/e7</path>
<path>enemies/e8</path>
<path>enemies/e9</path>
<path>enemies/e10</path>
<path>enemies/e11</path>
<path>enemies/e12</path>
<path>enemies/opfor-switch</path>
<path>enemies/friend-switch</path>
</aircraft-data>
<startup>
<splash-texture>Aircraft/gci-radar/splash1.png</splash-texture>
</startup>
<current-view>
<z-offset-dec-step type="double">0.0</z-offset-dec-step>
<z-offset-inc-step type="double">0.0</z-offset-inc-step>
<z-offset-min-m type="float">100.0</z-offset-min-m>
<z-offset-max-m type="float">2000.0</z-offset-max-m>
</current-view>
<chase-distance-m type="double" archive="y">-250.0</chase-distance-m>
<multiplay>
<generic>
<int n="0" type="int">0</int>
<int n="2" type="int">0</int>
</generic>
<!--<visibility-range-nm type="int">500</visibility-range-nm>-->
</multiplay>
</sim>
<carrier>
<sunk type="bool">false</sunk>
</carrier>
<payload>
<armament>
<models type="string">Aircraft/gci-radar/Models/emesary/</models>
<msg type="bool">true</msg>
</armament>
</payload>
<nasal>
<notifications>
<file>Aircraft/gci-radar/Nasal/ArmamentNotification.nas</file>
<file>Aircraft/gci-radar/Nasal/GeoBridgedTransmitter.nas</file>
</notifications>
<damage> <file>Aircraft/gci-radar/Nasal/damage.nas</file> </damage>
<radar_logic> <file>Aircraft/gci-radar/Nasal/radar-logic.nas</file> </radar_logic>
<gci> <file>Aircraft/gci-radar/Nasal/gci.nas</file> </gci>
<vector> <file>Aircraft/gci-radar/Nasal/vector.nas</file> </vector>
</nasal>
</PropertyList>