747 & 767 Freighter models and liveries.
This commit is contained in:
parent
1487d78532
commit
e5c04e29cd
13 changed files with 94708 additions and 0 deletions
9
AI/Aircraft/747/744-Asiana.xml
Normal file
9
AI/Aircraft/747/744-Asiana.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="744-main.xml">
|
||||
|
||||
<texture-path>Textures/Asiana</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/747/74F-Asiana.xml
Normal file
9
AI/Aircraft/747/74F-Asiana.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="74F-main.xml">
|
||||
|
||||
<texture-path>Textures/Asiana</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
30
AI/Aircraft/747/74F-main.xml
Normal file
30
AI/Aircraft/747/74F-main.xml
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>Boeing 747-400 Freighter</description>
|
||||
<author>Ian(Yves) Tolosa. Apr 2016 </author>
|
||||
<path>Models/74F.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/74F.ac
Normal file
52736
AI/Aircraft/747/Models/74F.ac
Normal file
File diff suppressed because it is too large
Load diff
BIN
AI/Aircraft/747/Textures/Asiana/744-tex.png
Normal file
BIN
AI/Aircraft/747/Textures/Asiana/744-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 609 KiB |
BIN
AI/Aircraft/747/Textures/Asiana/74F-tex.png
Normal file
BIN
AI/Aircraft/747/Textures/Asiana/74F-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 579 KiB |
Binary file not shown.
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 105 KiB |
9
AI/Aircraft/767/767-Asiana.xml
Normal file
9
AI/Aircraft/767/767-Asiana.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="763-main.xml">
|
||||
|
||||
<texture-path>Textures/Asiana</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/767/76Y-Asiana.xml
Normal file
9
AI/Aircraft/767/76Y-Asiana.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="76Y-main.xml">
|
||||
|
||||
<texture-path>Textures/Asiana</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
32
AI/Aircraft/767/76Y-main.xml
Normal file
32
AI/Aircraft/767/76Y-main.xml
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>Boeing 767-300 Freighter</description>
|
||||
<author>Ian(Yves) Tolosa. Mar 2016 </author>
|
||||
<path>Models/76Y.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(-21.5629);
|
||||
model.getNode("door[0]/position-y-m", 1).setValue(5.09848);
|
||||
model.getNode("door[0]/position-z-m", 1).setValue(2.11532);
|
||||
model.getNode("door[0]/jetway-hood-deg", 1).setValue(13.5);
|
||||
</load>
|
||||
</nasal>
|
||||
|
||||
|
||||
|
||||
|
||||
</PropertyList>
|
41874
AI/Aircraft/767/Models/76Y.ac
Normal file
41874
AI/Aircraft/767/Models/76Y.ac
Normal file
File diff suppressed because it is too large
Load diff
BIN
AI/Aircraft/767/Textures/Asiana/763-tex.png
Normal file
BIN
AI/Aircraft/767/Textures/Asiana/763-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 660 KiB |
BIN
AI/Aircraft/767/Textures/Asiana/76Y-tex.png
Normal file
BIN
AI/Aircraft/767/Textures/Asiana/76Y-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 644 KiB |
Loading…
Reference in a new issue