95 lines
No EOL
2.5 KiB
XML
95 lines
No EOL
2.5 KiB
XML
<?xml version="1.0"?>
|
|
<PropertyList>
|
|
<description>ATR 42 -300/400/500/600 variants</description>
|
|
<author>Ian (Yves) Tolosa</author>
|
|
<path>Models/AT4.ac</path>
|
|
<!-- Pitch Forward so nosewheel on ground -->
|
|
<offsets>
|
|
<pitch-deg>-0.95</pitch-deg>
|
|
</offsets>
|
|
<!-- Gear Showed only < 1520 knotspeed -->
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>Gear_Open</object-name>
|
|
<condition>
|
|
<less-than>
|
|
<property>velocities/true-airspeed-kt</property>
|
|
<value>120</value>
|
|
</less-than>
|
|
</condition>
|
|
</animation>
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>Gear_Closed</object-name>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>velocities/true-airspeed-kt</property>
|
|
<value>120</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</animation>
|
|
<!-- Propellers Rotate at 4 times Aircraft speed (0 when parked) Blur appears if Speed over 15 knots -->
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>Prop_Blur_L</object-name>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>velocities/true-airspeed-kt</property>
|
|
<value>15</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</animation>
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>Prop_Blur_R</object-name>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>velocities/true-airspeed-kt</property>
|
|
<value>15</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</animation>
|
|
<animation>
|
|
<type>spin</type>
|
|
<object-name>Prop_L</object-name>
|
|
<property>velocities/true-airspeed-kt</property>
|
|
<factor>4</factor>
|
|
<center>
|
|
<x-m>-3.46898</x-m>
|
|
<y-m>-4.05145</y-m>
|
|
<z-m>3.08657</z-m>
|
|
</center>
|
|
<axis>
|
|
<x>1.000</x>
|
|
<y>0.000</y>
|
|
<z>0.000</z>
|
|
</axis>
|
|
</animation>
|
|
<animation>
|
|
<type>spin</type>
|
|
<object-name>Prop_R</object-name>
|
|
<property>velocities/true-airspeed-kt</property>
|
|
<factor>4</factor>
|
|
<center>
|
|
<x-m>-3.46898</x-m>
|
|
<y-m>4.05145</y-m>
|
|
<z-m>3.08657</z-m>
|
|
</center>
|
|
<axis>
|
|
<x>1.000</x>
|
|
<y>0.000</y>
|
|
<z>0.000</z>
|
|
</axis>
|
|
</animation>
|
|
<!-- Tail and Windows Lightmap Effect -->
|
|
<effect>
|
|
<inherits-from>AI/Aircraft/AT4/Effects/AT4-LightMap</inherits-from>
|
|
<object-name>AT4</object-name>
|
|
<object-name>Gear_Open</object-name>
|
|
<object-name>Gear_Closed</object-name>
|
|
</effect>
|
|
<!-- Add Navigation Lights Objects -->
|
|
<model>
|
|
<path>Lights/AT4-NavLights.xml</path>
|
|
</model>
|
|
</PropertyList> |