2016-09-04 10:44:56 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<description>Boeing 787-900</description>
|
|
|
|
<author>Ian(Yves) Tolosa. August 2016 </author>
|
|
|
|
<path>Models/789.ac</path>
|
2017-09-30 10:22:54 +00:00
|
|
|
<!-- Pitch Forward so nosewheel on ground -->
|
2017-02-21 12:22:29 +00:00
|
|
|
<offsets>
|
2017-09-30 10:22:54 +00:00
|
|
|
<pitch-deg>-0.75</pitch-deg>
|
2017-02-21 12:22:29 +00:00
|
|
|
</offsets>
|
2017-09-30 10:22:54 +00:00
|
|
|
<!-- Gear Showed only < 150 knotspeed -->
|
|
|
|
<animation>
|
2016-09-04 10:44:56 +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-30 10:22:54 +00:00
|
|
|
<!-- Tail and Windows Lightmap Effect -->
|
|
|
|
<effect>
|
|
|
|
<inherits-from>AI/Aircraft/787/Effects/789-LightMap</inherits-from>
|
|
|
|
<object-name>789</object-name>
|
2017-12-03 03:12:21 +00:00
|
|
|
<object-name>Gear</object-name>
|
2017-09-30 10:22:54 +00:00
|
|
|
</effect>
|
|
|
|
<!-- Add Navigation Lights Objects -->
|
|
|
|
<model>
|
|
|
|
<path>Lights/789-NavLights.xml</path>
|
|
|
|
</model>
|
|
|
|
<!-- Enable Beacons and Strobes Pulse Behaviour -->
|
|
|
|
<nasal>
|
|
|
|
<load><![CDATA[
|
|
|
|
aircraft.light.new("/sim/model/B777/lighting/beacon", [0.7, 1.3]);
|
|
|
|
aircraft.light.new("/sim/model/B777/lighting/strobes", [0.02, 1.98]);
|
|
|
|
setprop("/sim/model/B777/lighting/beacon/enabled", 1);
|
|
|
|
setprop("/sim/model/B777/lighting/strobes/enabled", 1);
|
|
|
|
]]></load>
|
|
|
|
<unload></unload>
|
|
|
|
</nasal>
|
2016-09-04 10:44:56 +00:00
|
|
|
</PropertyList>
|