Files
oprf_assets/groundtarget/Models/truck.xml
Nikolai V. Chr 0d3b2dbab4 Trucks
2021-04-27 21:35:10 +02:00

232 lines
4.6 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<model>
<path>hummer.ac</path>
<name>humvee</name>
</model>
<animation>
<type>select</type>
<object-name>humvee</object-name>
<condition>
<equals>
<property>sim/multiplay/generic/int[17]</property>
<value>0</value>
</equals>
</condition>
</animation>
<model>
<path>M1/m1.xml</path>
<name>tank</name>
</model>
<animation>
<type>select</type>
<object-name>tank</object-name>
<condition>
<equals>
<property>sim/multiplay/generic/int[17]</property>
<value>1</value>
</equals>
</condition>
</animation>
<model>
<path>MLRS/MLRS.ac</path>
<name>mlrs</name>
</model>
<animation>
<type>select</type>
<object-name>mlrs</object-name>
<condition>
<equals>
<property>sim/multiplay/generic/int[17]</property>
<value>2</value>
</equals>
</condition>
</animation>
<model>
<path>Bradle/Bradle.ac</path>
<name>brad</name>
</model>
<animation>
<type>select</type>
<object-name>brad</object-name>
<condition>
<equals>
<property>sim/multiplay/generic/int[17]</property>
<value>3</value>
</equals>
</condition>
</animation>
<model>
<path>Buffalo/buffalo.ac</path>
<name>buf</name>
</model>
<animation>
<type>select</type>
<object-name>buf</object-name>
<condition>
<equals>
<property>sim/multiplay/generic/int[17]</property>
<value>4</value>
</equals>
</condition>
</animation>
<model>
<path>Stryker/stryker.ac</path>
<name>stry</name>
</model>
<animation>
<type>select</type>
<object-name>stry</object-name>
<condition>
<equals>
<property>sim/multiplay/generic/int[17]</property>
<value>5</value>
</equals>
</condition>
</animation>
<model>
<path>Aircraft/BUK-M2/Models/smoke.xml</path>
<offsets>
<x-m>1.2</x-m>
<y-m>0.00</y-m>
<z-m>-0.68</z-m>
<pitch-deg>0</pitch-deg>
</offsets>
</model>
<particlesystem>
<name>trail</name>
<texture>Effects/smoke.png</texture>
<emissive>false</emissive>
<lighting>false</lighting>
<offsets>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</offsets>
<condition>
<greater-than>
<property>velocities/groundspeed-kt</property>
<value>10</value>
</greater-than>
</condition>
<attach>world</attach>
<placer>
<type>segments</type>
<vertex>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</vertex>
<vertex>
<x-m>1.5</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</vertex>
<vertex>
<x-m>3</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</vertex>
</placer>
<shooter>
<theta-min-deg>45</theta-min-deg>
<theta-max-deg>80</theta-max-deg>
<phi-min-deg>-5</phi-min-deg>
<phi-max-deg>5</phi-max-deg>
<speed-mps>
<property>velocities/groundspeed-kt</property>
<spread>100</spread>
<!--<factor>6</factor>-->
</speed-mps>
<rotation-speed>
<x-max-deg-sec>15</x-max-deg-sec>
<x-min-deg-sec>-15</x-min-deg-sec>
<y-max-deg-sec>15</y-max-deg-sec>
<y-min-deg-sec>-15</y-min-deg-sec>
<z-max-deg-sec>15</z-max-deg-sec>
<z-min-deg-sec>-15</z-min-deg-sec>
</rotation-speed>
</shooter>
<counter>
<particles-per-sec>
<property>velocities/groundspeed-kt</property>
<factor>2.5</factor>
<!--<value>250</value>-->
<spread>100</spread>
</particles-per-sec> </counter>
<align>billboard</align>
<particle>
<start>
<color>
<red>
<value>0.95</value>
</red>
<green>
<value>0.85</value>
</green>
<blue>
<value>0.65</value>
</blue>
<alpha>
<value>0.05</value>
</alpha>
</color>
<size>
<value>0.5</value>
</size>
</start>
<end>
<color>
<red>
<value>1</value>
</red>
<green>
<value>0.8</value>
</green>
<blue>
<value>0.7</value>
</blue>
<alpha>
<value>0.020</value>
</alpha>
</color>
<size>
<value>10</value>
</size>
</end>
<life-sec>
<value>1.5</value>
</life-sec>
<mass-kg>0.025</mass-kg>
<radius-m>0.125</radius-m>
</particle>
<program>
<fluid>air</fluid>
<gravity>true</gravity>
<wind>true</wind>
</program>
</particlesystem>
</PropertyList>