new Airbus AI model & Liveries for all Active Operators at 01AUG16
9
AI/Aircraft/A380/388-AirFrance.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/AirFrance</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/A380/388-Asiana.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/Asiana</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/A380/388-BritishAirways.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/BritishAirways</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/A380/388-ChinaSouthern.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/ChinaSouthern</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/A380/388-Default.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/Default</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/A380/388-Emirates.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/Emirates</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/A380/388-Etihad.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/Etihad</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/A380/388-Korean.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/Korean</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/A380/388-Lufthansa.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/Lufthansa</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/A380/388-Malaysia.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/Malaysia</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/A380/388-Qantas.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/Qantas</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/A380/388-Qatar.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/Qatar</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/A380/388-SingaporeAirlines.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/SingaporeAirlines</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/A380/388-Thai.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="388-main.xml">
|
||||
|
||||
<texture-path>Textures/Thai</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
31
AI/Aircraft/A380/388-main.xml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>Airbus A380-800</description>
|
||||
<author>Ian(Yves) Tolosa. July 2016 </author>
|
||||
<path>Models/388.ac</path>
|
||||
|
||||
<!-- Gear Showed only < 150 knotspeed -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>150</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<!-- Animated Jetway Anchoring Point -->
|
||||
|
||||
<nasal>
|
||||
<load>
|
||||
var model = cmdarg();
|
||||
model.getNode("door[0]/position-x-m", 1).setValue(-28.8479);
|
||||
model.getNode("door[0]/position-y-m", 1).setValue(6.23);
|
||||
model.getNode("door[0]/position-z-m", 1).setValue(2.80942);
|
||||
model.getNode("door[0]/jetway-hood-deg", 1).setValue(3);
|
||||
</load>
|
||||
</nasal>
|
||||
|
||||
</PropertyList>
|
56927
AI/Aircraft/A380/Models/388.ac
Normal file
BIN
AI/Aircraft/A380/Paintkit/388-Paintkit.png
Normal file
After ![]() (image error) Size: 473 KiB |
BIN
AI/Aircraft/A380/Paintkit/388-UV-Map.png
Normal file
After ![]() (image error) Size: 784 KiB |
BIN
AI/Aircraft/A380/Textures/AirFrance/388-tex.png
Normal file
After ![]() (image error) Size: 128 KiB |
BIN
AI/Aircraft/A380/Textures/Asiana/388-tex.png
Normal file
After ![]() (image error) Size: 128 KiB |
BIN
AI/Aircraft/A380/Textures/BritishAirways/388-tex.png
Normal file
After ![]() (image error) Size: 140 KiB |
BIN
AI/Aircraft/A380/Textures/ChinaSouthern/388-tex.png
Normal file
After ![]() (image error) Size: 128 KiB |
BIN
AI/Aircraft/A380/Textures/Default/388-tex.png
Normal file
After ![]() (image error) Size: 69 KiB |
BIN
AI/Aircraft/A380/Textures/Emirates/388-tex.png
Normal file
After ![]() (image error) Size: 140 KiB |
BIN
AI/Aircraft/A380/Textures/Etihad/388-tex.png
Normal file
After ![]() (image error) Size: 150 KiB |
BIN
AI/Aircraft/A380/Textures/Korean/388-tex.png
Normal file
After ![]() (image error) Size: 118 KiB |
BIN
AI/Aircraft/A380/Textures/Lufthansa/388-tex.png
Normal file
After ![]() (image error) Size: 109 KiB |
BIN
AI/Aircraft/A380/Textures/Malaysia/388-tex.png
Normal file
After ![]() (image error) Size: 149 KiB |
BIN
AI/Aircraft/A380/Textures/QANTAS/388-tex.png
Normal file
After ![]() (image error) Size: 115 KiB |
BIN
AI/Aircraft/A380/Textures/Qatar/388-tex.png
Normal file
After ![]() (image error) Size: 139 KiB |
BIN
AI/Aircraft/A380/Textures/SingaporeAirlines/388-tex.png
Normal file
After ![]() (image error) Size: 127 KiB |
BIN
AI/Aircraft/A380/Textures/Thai/388-tex.png
Normal file
After ![]() (image error) Size: 130 KiB |