Update to 747 AI Model. New Model 747-400 Freighter. Liveries for Cathay and Singapore 747 Cargo. KuwaitAirways Livery for 744 pax model
This commit is contained in:
parent
4175334c93
commit
7637e79bb9
9 changed files with 52793 additions and 0 deletions
9
AI/Aircraft/747/744-KuwaitAirways.xml
Normal file
9
AI/Aircraft/747/744-KuwaitAirways.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="744-main.xml">
|
||||
|
||||
<texture-path>Textures/KuwaitAirways</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/747/74Y-CathayPacific.xml
Normal file
9
AI/Aircraft/747/74Y-CathayPacific.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="74Y-main.xml">
|
||||
|
||||
<texture-path>Textures/CathayPacific</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/747/74Y-SingaporeAirlines.xml
Normal file
9
AI/Aircraft/747/74Y-SingaporeAirlines.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="74Y-main.xml">
|
||||
|
||||
<texture-path>Textures/SingaporeAirlines</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
30
AI/Aircraft/747/74Y-main.xml
Normal file
30
AI/Aircraft/747/74Y-main.xml
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>Boeing 747-400 Cargo</description>
|
||||
<author>Ian(Yves) Tolosa. Apr 2016 </author>
|
||||
<path>Models/74Y.ac</path>
|
||||
|
||||
<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>
|
||||
|
||||
<nasal>
|
||||
<load>
|
||||
var model = cmdarg();
|
||||
model.getNode("door[0]/position-x-m", 1).setValue(-23.8612);
|
||||
model.getNode("door[0]/position-y-m", 1).setValue(5.65);
|
||||
model.getNode("door[0]/position-z-m", 1).setValue(1.47287);
|
||||
model.getNode("door[0]/jetway-hood-deg", 1).setValue(3);
|
||||
</load>
|
||||
|
||||
|
||||
</nasal>
|
||||
|
||||
</PropertyList>
|
52736
AI/Aircraft/747/Models/74Y.ac
Normal file
52736
AI/Aircraft/747/Models/74Y.ac
Normal file
File diff suppressed because it is too large
Load diff
BIN
AI/Aircraft/747/Textures/74Y-PaintKit.png
Normal file
BIN
AI/Aircraft/747/Textures/74Y-PaintKit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 498 KiB |
BIN
AI/Aircraft/747/Textures/CathayPacific/74Y-tex.png
Normal file
BIN
AI/Aircraft/747/Textures/CathayPacific/74Y-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 111 KiB |
BIN
AI/Aircraft/747/Textures/KuwaitAirways/744-tex.png
Normal file
BIN
AI/Aircraft/747/Textures/KuwaitAirways/744-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 119 KiB |
BIN
AI/Aircraft/747/Textures/SingaporeAirlines/74Y-tex.png
Normal file
BIN
AI/Aircraft/747/Textures/SingaporeAirlines/74Y-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 638 KiB |
Loading…
Add table
Reference in a new issue