2017-08-19 13:36:15 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<description>Airbus A350-900</description>
|
|
|
|
<author>Ian(Yves) Tolosa. August 2017</author>
|
|
|
|
<path>Models/359.ac</path>
|
2017-09-17 02:15:44 +00:00
|
|
|
<!-- Pitch Aircraft towards front so all wheels on ground -->
|
2017-08-19 13:36:15 +00:00
|
|
|
<offsets>
|
2017-09-17 02:15:44 +00:00
|
|
|
<pitch-deg>-0.45</pitch-deg>
|
2017-08-19 13:36:15 +00:00
|
|
|
</offsets>
|
2017-09-17 02:15:44 +00:00
|
|
|
<!-- Show Gear only when speed under 150 knots for parking and taxi and take off phases -->
|
|
|
|
<animation>
|
2017-08-19 13:36:15 +00:00
|
|
|
<type>select</type>
|
|
|
|
<object-name>Gear</object-name>
|
|
|
|
<condition>
|
|
|
|
<less-than>
|
|
|
|
<property>velocities/true-airspeed-kt</property>
|
|
|
|
<value>150</value>
|
|
|
|
</less-than>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
2017-09-17 02:15:44 +00:00
|
|
|
<!-- Tail and Windows Lightmap Effect -->
|
|
|
|
<effect>
|
2017-09-23 03:50:09 +00:00
|
|
|
<inherits-from>AI/Aircraft/A350/Effects/359-LightMap</inherits-from>
|
2017-09-17 02:15:44 +00:00
|
|
|
<object-name>359</object-name>
|
|
|
|
</effect>
|
|
|
|
<!-- Add Navigation Lights Objects -->
|
|
|
|
<model>
|
|
|
|
<path>Lights/359-NavLights.xml</path>
|
|
|
|
</model>
|
|
|
|
<!-- Enable Beacons and Strobes Pulse Behaviour -->
|
|
|
|
<nasal>
|
|
|
|
<load><![CDATA[
|
|
|
|
aircraft.light.new("/sim/model/A359/lighting/beacon", [0.7, 1.3]);
|
|
|
|
aircraft.light.new("/sim/model/A359/lighting/strobes", [0.02, 0.1, 0.02, 1.86]);
|
|
|
|
setprop("/sim/model/A359/lighting/beacon/enabled", 1);
|
|
|
|
setprop("/sim/model/A359/lighting/strobes/enabled", 1);
|
|
|
|
]]></load>
|
|
|
|
<unload></unload>
|
|
|
|
</nasal>
|
2017-08-19 13:36:15 +00:00
|
|
|
</PropertyList>
|