AI: added fallback model for 777 (instead of AF 777)
- adjusted to not show gear - use lightmap - use navlights
This commit is contained in:
parent
dda3fdbc7d
commit
9549655c2e
2 changed files with 36 additions and 1 deletions
35
AI/Aircraft/777/777-fallback.xml
Normal file
35
AI/Aircraft/777/777-fallback.xml
Normal file
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>Boeing 777-200 LR</description>
|
||||
<author>Ian(Yves) Tolosa. September 2016</author>
|
||||
<path>Models/77L.ac</path>
|
||||
<texture-path>Textures/default</texture-path>
|
||||
<!-- Pitch Forward so nosewheel on ground -->
|
||||
<offsets>
|
||||
<pitch-deg>-0.95</pitch-deg>
|
||||
</offsets>
|
||||
<!-- Gear Showed only < 150 knotspeed -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Gear</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.0</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<!-- Tail and Windows Lightmap Effect -->
|
||||
<effect>
|
||||
<inherits-from>AI/Aircraft/777/Effects/77L-LightMap</inherits-from>
|
||||
<object-name>77L</object-name>
|
||||
<object-name>Gear</object-name>
|
||||
</effect>
|
||||
|
||||
<!-- Add Navigation Lights Objects -->
|
||||
<model>
|
||||
<path>Lights/77L-NavLights.xml</path>
|
||||
</model>
|
||||
|
||||
</PropertyList>
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
<!-- 251-300 Twin engined wide body jet airliners -->
|
||||
<model n="251" type="string">AI/Aircraft/767/767-JAL.xml</model>
|
||||
<model n="252" type="string">AI/Aircraft/777/77L-AirFrance.xml</model>
|
||||
<model n="252" type="string">AI/Aircraft/777/777-fallback.xml</model>
|
||||
<model n="253" type="string">AI/Aircraft/787/788-Qatar.xml</model>
|
||||
<model n="254" type="string">AI/Aircraft/A332/A332-Emirates.xml</model>
|
||||
<model n="255" type="string">AI/Aircraft/A333/A333-KLM.xml</model>
|
||||
|
|
Loading…
Add table
Reference in a new issue