Cleaned Up XML for MD80 AI model
This commit is contained in:
parent
e627e64f62
commit
35ff714bda
3 changed files with 16 additions and 48 deletions
|
@ -1,21 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="MD80-main.xml">
|
||||
<description>McDonnel-Douglas-MD80</description>
|
||||
<author>Innis Cunningham</author>
|
||||
<path>Models/md-80.ac</path>
|
||||
<texture-path>Textures/American</texture-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>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
</PropertyList>
|
|
@ -1,21 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="MD80-main.xml">
|
||||
<description>McDonnel-Douglas-MD80</description>
|
||||
<author>Innis Cunningham</author>
|
||||
<path>Models/md-80.ac</path>
|
||||
<texture-path>Textures/Delta</texture-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>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
</PropertyList>
|
|
@ -1,14 +1,16 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<nasal>
|
||||
<load>
|
||||
var model = cmdarg();
|
||||
model.getNode("door[0]/position-x-m",1).setValue(-19.241);
|
||||
model.getNode("door[0]/position-y-m",1).setValue(-1.529);
|
||||
model.getNode("door[0]/position-z-m",1).setValue(2.505);
|
||||
model.getNode("door[0]/jetway-hood-deg",1).setValue(3);
|
||||
</load>
|
||||
</nasal>
|
||||
</PropertyList>
|
||||
|
||||
|
||||
<description>McDonnel-Douglas-MD80</description>
|
||||
<author>Innis Cunningham</author>
|
||||
<path>Models/md-80.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>
|
||||
</PropertyList>
|
Loading…
Reference in a new issue