oprf_assets/gci-radar/gci-set.xml
2022-11-25 01:36:41 +01:00

159 lines
6.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<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>
<string n="7" type="string"></string><!-- datalink -->
</generic>
<!--<visibility-range-nm type="int">500</visibility-range-nm>-->
</multiplay>
</sim>
<carrier>
<sunk type="bool">false</sunk>
</carrier>
<payload>
<d-config>
<full_damage_dist_m type="double">10</full_damage_dist_m>
<use_hitpoints_instead_of_failure_modes_bool type="bool">true</use_hitpoints_instead_of_failure_modes_bool>
<hp_max type="double">80</hp_max>
<hitable_by_air_munitions type="bool">false</hitable_by_air_munitions>
<hitable_by_cannon type="bool">true</hitable_by_cannon>
<is_fleet type="bool">false</is_fleet>
<rwr_to_screen type="bool">false</rwr_to_screen>
<rwr_audio_extended type="bool">false</rwr_audio_extended>
<tacview_supported type="bool">false</tacview_supported>
<m28_auto type="bool">false</m28_auto>
<mlw_max type="double">2.25</mlw_max>
<auto_flare_caller type="bool">false</auto_flare_caller>
</d-config>
<armament>
<models type="string">Aircraft/gci-radar/Models/emesary/</models>
<msg type="bool">true</msg>
<enable-craters type="bool">true</enable-craters>
<MLW-bearing type="double">0</MLW-bearing>
<MLW-count type="int">0</MLW-count>
<MLW-launcher type="string"></MLW-launcher>
<MAW-bearing type="double">0</MAW-bearing>
<MAW-active type="bool">false</MAW-active>
<spike type="bool">false</spike>
</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>