1
0
Fork 0

747 & 767 Freighter models and liveries.

This commit is contained in:
Yves Tolosa-Joas 2016-09-17 15:46:17 +10:00 committed by James Turner
parent 1487d78532
commit e5c04e29cd
13 changed files with 94708 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<PropertyList include="744-main.xml">
<texture-path>Textures/Asiana</texture-path>
</PropertyList>

View file

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<PropertyList include="74F-main.xml">
<texture-path>Textures/Asiana</texture-path>
</PropertyList>

View 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

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 KiB

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

View file

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<PropertyList include="763-main.xml">
<texture-path>Textures/Asiana</texture-path>
</PropertyList>

View file

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<PropertyList include="76Y-main.xml">
<texture-path>Textures/Asiana</texture-path>
</PropertyList>

View 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

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 KiB