Added new AI model De Havilland DHC6 Twin Otter
This commit is contained in:
parent
f6637f495d
commit
f5697bff21
3 changed files with 24619 additions and 0 deletions
60
AI/Aircraft/DHT/DHT-main.xml
Normal file
60
AI/Aircraft/DHT/DHT-main.xml
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>De Havilland Canada DHC6 Twin Otter</description>
|
||||
<author>Ian (Yves) Tolosa from flyable model by Syd Adams</author>
|
||||
<path>Models/DHT.ac</path>
|
||||
<!-- Show Propeller Blur if Speed over 15 Knots -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Prop_Blur_L</object-name>
|
||||
<condition>
|
||||
<greater-than-equals>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>25</value>
|
||||
</greater-than-equals>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Prop_Blur_R</object-name>
|
||||
<condition>
|
||||
<greater-than-equals>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>25</value>
|
||||
</greater-than-equals>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Propellers rotate at (Factor) times Air Speed -->
|
||||
<animation>
|
||||
<type>spin</type>
|
||||
<object-name>Prop_L</object-name>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<factor>10</factor>
|
||||
<center>
|
||||
<x-m>-2.73651</x-m>
|
||||
<y-m>-2.857</y-m>
|
||||
<z-m>2.83788</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>1.000</x>
|
||||
<y>0.000</y>
|
||||
<z>0.000</z>
|
||||
</axis>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>spin</type>
|
||||
<object-name>Prop_R</object-name>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<factor>10</factor>
|
||||
<center>
|
||||
<x-m>-2.73651</x-m>
|
||||
<y-m>2.857</y-m>
|
||||
<z-m>2.83788</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>1.000</x>
|
||||
<y>0.000</y>
|
||||
<z>0.000</z>
|
||||
</axis>
|
||||
</animation>
|
||||
</PropertyList>
|
24542
AI/Aircraft/DHT/Models/DHT.ac
Normal file
24542
AI/Aircraft/DHT/Models/DHT.ac
Normal file
File diff suppressed because it is too large
Load diff
|
@ -239,6 +239,11 @@
|
|||
<match>DH1</match>
|
||||
<match>DH4</match>
|
||||
<alias>DHC4</alias>
|
||||
</alias>
|
||||
<!-- DHC6 Twin Otter -->
|
||||
<alias>
|
||||
<match>DH6</match>
|
||||
<alias>DHT</alias>
|
||||
</alias>
|
||||
<alias>
|
||||
<match>D95</match>
|
||||
|
@ -460,6 +465,18 @@
|
|||
<type>DHC4</type>
|
||||
<base>turboprop_transport</base>
|
||||
</aircraft>
|
||||
<aircraft>
|
||||
<type>DHT</type>
|
||||
<base>turboprop_transport</base>
|
||||
<rotate-speed-kts>80.0</rotate-speed-kts>
|
||||
<takeoff-speed-kts>90.0</takeoff-speed-kts>
|
||||
<climbspeed-kts>92.0</climbspeed-kts>
|
||||
<cruise-speed-kts>145.0</cruise-speed-kts>
|
||||
<decent-speed-kts>80.0</decent-speed-kts>
|
||||
<approach-speed-kts>70.0</approach-speed-kts>
|
||||
<touchdown-speed-kts>64.0</touchdown-speed-kts>
|
||||
<taxi-speed-kts>25.0</taxi-speed-kts>
|
||||
</aircraft>
|
||||
<aircraft>
|
||||
<type>ATR</type>
|
||||
<base>turboprop_transport</base>
|
||||
|
|
Loading…
Reference in a new issue