New AI aircraft: Saab-2000
By Brett Harrison.
This commit is contained in:
parent
0a853f5a4d
commit
bdec01963a
14 changed files with 19217 additions and 0 deletions
19051
AI/Aircraft/Saab-2000/Models/Saab-2000.ac
Normal file
19051
AI/Aircraft/Saab-2000/Models/Saab-2000.ac
Normal file
File diff suppressed because it is too large
Load diff
9
AI/Aircraft/Saab-2000/Saab-2000-BraathensRegional.xml
Normal file
9
AI/Aircraft/Saab-2000/Saab-2000-BraathensRegional.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<PropertyList include="Saab-2000-main.xml">
|
||||||
|
|
||||||
|
<texture-path>Textures/BraathensRegional</texture-path>
|
||||||
|
|
||||||
|
</PropertyList>
|
||||||
|
|
||||||
|
|
9
AI/Aircraft/Saab-2000/Saab-2000-BritishAirways.xml
Normal file
9
AI/Aircraft/Saab-2000/Saab-2000-BritishAirways.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<PropertyList include="Saab-2000-main.xml">
|
||||||
|
|
||||||
|
<texture-path>Textures/BritishAirways</texture-path>
|
||||||
|
|
||||||
|
</PropertyList>
|
||||||
|
|
||||||
|
|
9
AI/Aircraft/Saab-2000/Saab-2000-EasternAirways.xml
Normal file
9
AI/Aircraft/Saab-2000/Saab-2000-EasternAirways.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<PropertyList include="Saab-2000-main.xml">
|
||||||
|
|
||||||
|
<texture-path>Textures/EasternAirways</texture-path>
|
||||||
|
|
||||||
|
</PropertyList>
|
||||||
|
|
||||||
|
|
9
AI/Aircraft/Saab-2000/Saab-2000-EtihadRegional.xml
Normal file
9
AI/Aircraft/Saab-2000/Saab-2000-EtihadRegional.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<PropertyList include="Saab-2000-main.xml">
|
||||||
|
|
||||||
|
<texture-path>Textures/EtihadRegional</texture-path>
|
||||||
|
|
||||||
|
</PropertyList>
|
||||||
|
|
||||||
|
|
9
AI/Aircraft/Saab-2000/Saab-2000-Flybe.xml
Normal file
9
AI/Aircraft/Saab-2000/Saab-2000-Flybe.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<PropertyList include="Saab-2000-main.xml">
|
||||||
|
|
||||||
|
<texture-path>Textures/Flybe</texture-path>
|
||||||
|
|
||||||
|
</PropertyList>
|
||||||
|
|
||||||
|
|
9
AI/Aircraft/Saab-2000/Saab-2000-default.xml
Normal file
9
AI/Aircraft/Saab-2000/Saab-2000-default.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<PropertyList include="Saab-2000-main.xml">
|
||||||
|
|
||||||
|
<texture-path>Textures/default</texture-path>
|
||||||
|
|
||||||
|
</PropertyList>
|
||||||
|
|
||||||
|
|
112
AI/Aircraft/Saab-2000/Saab-2000-main.xml
Normal file
112
AI/Aircraft/Saab-2000/Saab-2000-main.xml
Normal file
|
@ -0,0 +1,112 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
<description>Saab-2000</description>
|
||||||
|
<author>Brett Harrison</author>
|
||||||
|
<path>Models/Saab-2000.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>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<name>leftprop</name>
|
||||||
|
<object-name>left-prop</object-name>
|
||||||
|
<object-name>left-blur</object-name>
|
||||||
|
<object-name>left-boss</object-name>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>left-blur</object-name>
|
||||||
|
<condition>
|
||||||
|
<greater-than>
|
||||||
|
<property>velocities/true-airspeed-kt</property>
|
||||||
|
<value>50</value>
|
||||||
|
</greater-than>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>left-prop</object-name>
|
||||||
|
<condition>
|
||||||
|
<less-than>
|
||||||
|
<property>velocities/true-airspeed-kt</property>
|
||||||
|
<value>60</value>
|
||||||
|
</less-than>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>spin</type>
|
||||||
|
<object-name>leftprop</object-name>
|
||||||
|
<property>velocities/true-airspeed-kt</property>
|
||||||
|
<factor>6</factor>
|
||||||
|
<center>
|
||||||
|
<x-m> -4.1630 </x-m>
|
||||||
|
<y-m> -4.1059 </y-m>
|
||||||
|
<z-m> 2.4649 </z-m>
|
||||||
|
</center>
|
||||||
|
<axis>
|
||||||
|
<x> 1.000 </x>
|
||||||
|
<y> 0.000 </y>
|
||||||
|
<z> 0.000 </z>
|
||||||
|
</axis>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<name>rightprop</name>
|
||||||
|
<object-name>right-prop</object-name>
|
||||||
|
<object-name>right-blur</object-name>
|
||||||
|
<object-name>right-boss</object-name>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>right-blur</object-name>
|
||||||
|
<condition>
|
||||||
|
<greater-than>
|
||||||
|
<property>velocities/true-airspeed-kt</property>
|
||||||
|
<value>50</value>
|
||||||
|
</greater-than>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>right-prop</object-name>
|
||||||
|
<condition>
|
||||||
|
<less-than>
|
||||||
|
<property>velocities/true-airspeed-kt</property>
|
||||||
|
<value>60</value>
|
||||||
|
</less-than>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>spin</type>
|
||||||
|
<object-name>rightprop</object-name>
|
||||||
|
<property>velocities/true-airspeed-kt</property>
|
||||||
|
<factor>6</factor>
|
||||||
|
<center>
|
||||||
|
<x-m> -4.1630 </x-m>
|
||||||
|
<y-m> 4.1059 </y-m>
|
||||||
|
<z-m> 2.4649 </z-m>
|
||||||
|
</center>
|
||||||
|
<axis>
|
||||||
|
<x> -1.000 </x>
|
||||||
|
<y> 0.000 </y>
|
||||||
|
<z> 0.000 </z>
|
||||||
|
</axis>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
</PropertyList>
|
Binary file not shown.
After Width: | Height: | Size: 201 KiB |
BIN
AI/Aircraft/Saab-2000/Textures/BritishAirways/saab-2000-tex.png
Normal file
BIN
AI/Aircraft/Saab-2000/Textures/BritishAirways/saab-2000-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 220 KiB |
BIN
AI/Aircraft/Saab-2000/Textures/EasternAirways/saab-2000-tex.png
Normal file
BIN
AI/Aircraft/Saab-2000/Textures/EasternAirways/saab-2000-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 246 KiB |
BIN
AI/Aircraft/Saab-2000/Textures/EtihadRegional/saab-2000-tex.png
Normal file
BIN
AI/Aircraft/Saab-2000/Textures/EtihadRegional/saab-2000-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 229 KiB |
BIN
AI/Aircraft/Saab-2000/Textures/Flybe/saab-2000-tex.png
Normal file
BIN
AI/Aircraft/Saab-2000/Textures/Flybe/saab-2000-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 219 KiB |
BIN
AI/Aircraft/Saab-2000/Textures/default/saab-2000-tex.png
Normal file
BIN
AI/Aircraft/Saab-2000/Textures/default/saab-2000-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 167 KiB |
Loading…
Add table
Reference in a new issue