added Traffic and Liveries for Air Transport Intl including flights operated for DHL and Amazon Air
This commit is contained in:
parent
9ad59a19b4
commit
4b44878843
6 changed files with 6211 additions and 0 deletions
31
AI/Aircraft/757/757-200-ATI.xml
Normal file
31
AI/Aircraft/757/757-200-ATI.xml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
<description>B757-200</description>
|
||||||
|
<author>Unknown, modified by Brett Harrison</author>
|
||||||
|
<path>Models/757-200.ac</path>
|
||||||
|
<texture-path>Textures/ATI</texture-path>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>winglets</object-name>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>/sim/signals/fdm-initialized</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>gear</object-name>
|
||||||
|
<condition>
|
||||||
|
<less-than>
|
||||||
|
<property>velocities/true-airspeed-kt</property>
|
||||||
|
<value>170</value>
|
||||||
|
</less-than>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
</PropertyList>
|
BIN
AI/Aircraft/757/Textures/ATI/757-200-tex.png
Normal file
BIN
AI/Aircraft/757/Textures/ATI/757-200-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
15
AI/Aircraft/767/76Y-ATI.xml
Normal file
15
AI/Aircraft/767/76Y-ATI.xml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<PropertyList include="76Y-main.xml">
|
||||||
|
<texture-path>Textures/ATI</texture-path>
|
||||||
|
<!-- Show Winglets -->
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>Winglets</object-name>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>/sim/signals/fdm-initialized</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
</PropertyList>
|
15
AI/Aircraft/767/76Y-AmazonAir.xml
Normal file
15
AI/Aircraft/767/76Y-AmazonAir.xml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<PropertyList include="76Y-main.xml">
|
||||||
|
<texture-path>Textures/AmazonAir</texture-path>
|
||||||
|
<!-- Show Winglets -->
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>Winglets</object-name>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>/sim/signals/fdm-initialized</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
</PropertyList>
|
BIN
AI/Aircraft/767/Textures/AmazonAir/76Y-tex.png
Normal file
BIN
AI/Aircraft/767/Textures/AmazonAir/76Y-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
6150
AI/Traffic/A/ATN.xml
Normal file
6150
AI/Traffic/A/ATN.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue