2016-11-08 10:46:54 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<description>Boeing 777-200 Freighter</description>
|
|
|
|
<author>Ian(Yves) Tolosa. September 2016</author>
|
|
|
|
<path>Models/77F.ac</path>
|
2017-09-24 07:58:17 +00:00
|
|
|
<!-- Pitch Forward so nosewheel on ground -->
|
2017-06-21 13:59:24 +00:00
|
|
|
<offsets>
|
2017-09-24 07:58:17 +00:00
|
|
|
<pitch-deg>-0.95</pitch-deg>
|
2017-06-21 13:59:24 +00:00
|
|
|
</offsets>
|
2017-09-24 07:58:17 +00:00
|
|
|
<!-- Gear Showed only < 150 knotspeed -->
|
|
|
|
<animation>
|
2016-11-08 10:46:54 +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-24 07:58:17 +00:00
|
|
|
<!-- Tail and Windows Lightmap Effect -->
|
|
|
|
<effect>
|
|
|
|
<inherits-from>AI/Aircraft/777/Effects/77F-LightMap</inherits-from>
|
|
|
|
<object-name>77F</object-name>
|
2018-08-05 04:34:41 +00:00
|
|
|
<object-name>Gear</object-name>
|
2017-09-24 07:58:17 +00:00
|
|
|
</effect>
|
|
|
|
<!-- Add Navigation Lights Objects -->
|
|
|
|
<model>
|
|
|
|
<path>Lights/77F-NavLights.xml</path>
|
|
|
|
</model>
|
2016-11-08 10:46:54 +00:00
|
|
|
</PropertyList>
|