1
0
Fork 0

New 777 AI Models : 777-200LR 777-300ER and 777-200 Freighter

This commit is contained in:
Yves Tolosa-Joas 2016-11-08 21:46:54 +11:00 committed by James Turner
parent 8880368033
commit 151b3f7e88
9 changed files with 92724 additions and 0 deletions

View file

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

View file

@ -0,0 +1,30 @@
<?xml version="1.0"?>
<PropertyList>
<description>Boeing 777-200 Freighter</description>
<author>Ian(Yves) Tolosa. September 2016</author>
<path>Models/77F.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(-24.9728);
model.getNode("door[0]/position-y-m", 1).setValue(5.7406);
model.getNode("door[0]/position-z-m", 1).setValue(2.58669);
model.getNode("door[0]/jetway-hood-deg", 1).setValue(10.6);
</load>
</nasal>
</PropertyList>

View file

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

View file

@ -0,0 +1,30 @@
<?xml version="1.0"?>
<PropertyList>
<description>Boeing 777-200 LR</description>
<author>Ian(Yves) Tolosa. September 2016</author>
<path>Models/77L.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(-24.9728);
model.getNode("door[0]/position-y-m", 1).setValue(5.7406);
model.getNode("door[0]/position-z-m", 1).setValue(2.58669);
model.getNode("door[0]/jetway-hood-deg", 1).setValue(10.6);
</load>
</nasal>
</PropertyList>

View file

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

View file

@ -0,0 +1,30 @@
<?xml version="1.0"?>
<PropertyList>
<description>Boeing 777-300 ER</description>
<author>Ian(Yves) Tolosa. September 2016</author>
<path>Models/77W.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(-30.3449);
model.getNode("door[0]/position-y-m", 1).setValue(5.71466);
model.getNode("door[0]/position-z-m", 1).setValue(2.5903);
model.getNode("door[0]/jetway-hood-deg", 1).setValue(10.6);
</load>
</nasal>
</PropertyList>

30839
AI/Aircraft/777/Models/77F.ac Normal file

File diff suppressed because it is too large Load diff

30839
AI/Aircraft/777/Models/77L.ac Normal file

File diff suppressed because it is too large Load diff

30929
AI/Aircraft/777/Models/77W.ac Normal file

File diff suppressed because it is too large Load diff