1
0
Fork 0

New ai aircraft twin otter derived from full version

This commit is contained in:
portree_kid 2017-09-06 16:58:51 +02:00
parent 28b6889666
commit 82c75eee2b
7 changed files with 62500 additions and 0 deletions

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 KiB

View file

@ -0,0 +1,6 @@
<?xml version="1.0"?>
<PropertyList include="dhc6-main.xml">
<texture-path>Textures/Loganair</texture-path>
</PropertyList>

View file

@ -0,0 +1,69 @@
<?xml version="1.0"?>
<PropertyList>
<description>de Havilland Canada DHC-6</description>
<author>Syd Adams, Keith Paterson</author>
<path>Models/dhc6.ac</path>
<animation>
<type>select</type>
<object-name>prop-blur-left</object-name>
<condition>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>10</value>
</greater-than>
</condition>
</animation>
<animation>
<name>prop-left</name>
<object-name>Lprop.1</object-name>
<object-name>Lprop.2</object-name>
<object-name>Lprop.3</object-name>
</animation>
<animation>
<name>prop-right</name>
<object-name>Rprop.1</object-name>
<object-name>Rprop.2</object-name>
<object-name>Rprop.3</object-name>
</animation>
<animation>
<type>select</type>
<object-name>prop-left</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>10</value>
</less-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Lprop.disk</object-name>
<condition>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>10</value>
</greater-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Rprop.disk</object-name>
<condition>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>10</value>
</greater-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>prop-right</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>10</value>
</less-than>
</condition>
</animation>
</PropertyList>