1
0
Fork 0
fgdata/AI/Aircraft/747/74F-main.xml
2017-12-04 21:27:35 +00:00

39 lines
No EOL
1.2 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<description>Boeing 747-400 Freighter</description>
<author>Ian(Yves) Tolosa. Apr 2016 </author>
<path>Models/74F.ac</path>
<!-- Gear Showed only < 180 knotspeed -->
<animation>
<type>select</type>
<object-name>Gear</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>180</value>
</less-than>
</condition>
</animation>
<!-- Tail and Windows Lightmap Effect -->
<effect>
<inherits-from>AI/Aircraft/747/Effects/74F-LightMap</inherits-from>
<object-name>74F</object-name>
<object-name>Gear</object-name>
</effect>
<!-- Add Navigation Lights Objects -->
<model>
<path>Lights/74F-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>
</PropertyList>