1
0
Fork 0

added Traffic and Liveries for Air Transport Intl including flights operated for DHL and Amazon Air

This commit is contained in:
Yves Tolosa-Joas 2021-01-10 13:30:41 +11:00 committed by James Turner
parent 9ad59a19b4
commit 4b44878843
6 changed files with 6211 additions and 0 deletions

View 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View 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>

View 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

6150
AI/Traffic/A/ATN.xml Normal file

File diff suppressed because it is too large Load diff