2016-11-08 10:46:54 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<description>Boeing 777-300 ER</description>
|
|
|
|
<author>Ian(Yves) Tolosa. September 2016</author>
|
|
|
|
<path>Models/77W.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.7</pitch-deg>
|
2017-06-21 13:59:24 +00:00
|
|
|
</offsets>
|
2017-09-24 07:58:17 +00:00
|
|
|
<!-- Gear Showed only < 170 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>
|
2017-06-21 13:59:24 +00:00
|
|
|
<value>170</value>
|
2016-11-08 10:46:54 +00:00
|
|
|
</less-than>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
2017-09-24 07:58:17 +00:00
|
|
|
<!-- Tail and Windows Lightmap Effect -->
|
|
|
|
<effect>
|
|
|
|
<inherits-from>AI/Aircraft/777/Effects/77W-LightMap</inherits-from>
|
|
|
|
<object-name>77W</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/77W-NavLights.xml</path>
|
|
|
|
</model>
|
2016-11-08 10:46:54 +00:00
|
|
|
</PropertyList>
|