2016-09-17 05:46:17 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<description>Boeing 767-300 Freighter</description>
|
|
|
|
<author>Ian(Yves) Tolosa. Mar 2016 </author>
|
|
|
|
<path>Models/76Y.ac</path>
|
2017-12-10 00:51:19 +00:00
|
|
|
<!-- Pitch Forward so nosewheel on ground -->
|
|
|
|
<offsets>
|
|
|
|
<pitch-deg>-0.3</pitch-deg>
|
|
|
|
</offsets>
|
|
|
|
<!-- Gear Showed only < 150 knotspeed -->
|
2016-09-17 05:46:17 +00:00
|
|
|
<animation>
|
|
|
|
<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-12-10 00:51:19 +00:00
|
|
|
<!-- Tail and Windows Lightmap Effect -->
|
|
|
|
<effect>
|
|
|
|
<inherits-from>AI/Aircraft/767/Effects/76Y-LightMap</inherits-from>
|
|
|
|
<object-name>76Y</object-name>
|
|
|
|
<object-name>Gear</object-name>
|
|
|
|
</effect>
|
|
|
|
<!-- Add Navigation Lights Objects -->
|
|
|
|
<model>
|
|
|
|
<path>Lights/763-NavLights.xml</path>
|
|
|
|
</model>
|
|
|
|
<!-- Enable Beacons and Strobes Pulse Behaviour -->
|
2016-09-17 05:46:17 +00:00
|
|
|
<nasal>
|
2017-12-10 00:51:19 +00:00
|
|
|
<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-17 05:46:17 +00:00
|
|
|
</PropertyList>
|