2015-03-07 21:11:00 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
2018-08-05 10:52:59 +00:00
|
|
|
<description>A340-600</description>
|
|
|
|
<author>3D Model Innis Cunningham, UV map liveries Brett Harrison</author>
|
|
|
|
<path>Models/A346.ac</path>
|
|
|
|
<!-- Show Gear only when speed under 175 knots for parking and taxi and take off phases -->
|
|
|
|
<animation>
|
|
|
|
<type>select</type>
|
|
|
|
<object-name>gear</object-name>
|
|
|
|
<condition>
|
|
|
|
<less-than>
|
|
|
|
<property>velocities/true-airspeed-kt</property>
|
|
|
|
<value>175</value>
|
|
|
|
</less-than>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
|
|
|
<!-- Tail and Windows Lightmap Effect -->
|
2017-12-08 13:04:18 +00:00
|
|
|
<effect>
|
|
|
|
<inherits-from>AI/Aircraft/A346/Effects/346-LightMap</inherits-from>
|
|
|
|
<object-name>fuselage</object-name>
|
2018-08-05 10:52:59 +00:00
|
|
|
<object-name>gear</object-name>
|
2017-12-08 13:04:18 +00:00
|
|
|
</effect>
|
|
|
|
<!-- Add Navigation Lights Objects -->
|
|
|
|
<model>
|
|
|
|
<path>Lights/346-NavLights.xml</path>
|
|
|
|
</model>
|
2018-08-05 10:52:59 +00:00
|
|
|
</PropertyList>
|