New ai aircraft twin otter derived from full version
This commit is contained in:
parent
28b6889666
commit
82c75eee2b
7 changed files with 62500 additions and 0 deletions
62425
AI/Aircraft/dhc6/Models/dhc6.ac
Normal file
62425
AI/Aircraft/dhc6/Models/dhc6.ac
Normal file
File diff suppressed because it is too large
Load diff
BIN
AI/Aircraft/dhc6/Models/glass-trans-texture-dummy.png
Normal file
BIN
AI/Aircraft/dhc6/Models/glass-trans-texture-dummy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
AI/Aircraft/dhc6/Models/paint2-R.png
Normal file
BIN
AI/Aircraft/dhc6/Models/paint2-R.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 521 KiB |
BIN
AI/Aircraft/dhc6/Models/transparent.png
Normal file
BIN
AI/Aircraft/dhc6/Models/transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 235 KiB |
BIN
AI/Aircraft/dhc6/Textures/Loganair/paint2-R.png
Normal file
BIN
AI/Aircraft/dhc6/Textures/Loganair/paint2-R.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 540 KiB |
6
AI/Aircraft/dhc6/dhc6-Loganair.xml
Normal file
6
AI/Aircraft/dhc6/dhc6-Loganair.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="dhc6-main.xml">
|
||||
<texture-path>Textures/Loganair</texture-path>
|
||||
</PropertyList>
|
||||
|
||||
|
69
AI/Aircraft/dhc6/dhc6-main.xml
Normal file
69
AI/Aircraft/dhc6/dhc6-main.xml
Normal 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>
|
Loading…
Add table
Reference in a new issue