New AI aircraft: JS41
By Brett Harrison
This commit is contained in:
parent
bdec01963a
commit
04a44db7b2
8 changed files with 19054 additions and 0 deletions
9
AI/Aircraft/JS41/JS41-EasternAirways.xml
Normal file
9
AI/Aircraft/JS41/JS41-EasternAirways.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="JS41-main.xml">
|
||||
|
||||
<texture-path>Textures/EasternAirways</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
9
AI/Aircraft/JS41/JS41-SkyExpress.xml
Normal file
9
AI/Aircraft/JS41/JS41-SkyExpress.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="JS41-main.xml">
|
||||
|
||||
<texture-path>Textures/SkyExpress</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
7
AI/Aircraft/JS41/JS41-default.xml
Normal file
7
AI/Aircraft/JS41/JS41-default.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="JS41-main.xml">
|
||||
|
||||
<texture-path>Textures/default</texture-path>
|
||||
|
||||
</PropertyList>
|
110
AI/Aircraft/JS41/JS41-main.xml
Normal file
110
AI/Aircraft/JS41/JS41-main.xml
Normal file
|
@ -0,0 +1,110 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
<description>Jetstream 41</description>
|
||||
<author>Brett Harrison</author>
|
||||
<path>Models/JS41.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>propleft</object-name>
|
||||
<object-name>propblurleft</object-name>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>propblurleft</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>50</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>propleft</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>10</factor>
|
||||
<center>
|
||||
<x-m> -2.9292 </x-m>
|
||||
<y-m> -2.9707 </y-m>
|
||||
<z-m> 1.8854 </z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x> 1.000 </x>
|
||||
<y> 0.000 </y>
|
||||
<z> 0.000 </z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
|
||||
<animation>
|
||||
<name>rightprop</name>
|
||||
<object-name>propright</object-name>
|
||||
<object-name>propblurright</object-name>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>propblurright</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>50</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>propright</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>10</factor>
|
||||
<center>
|
||||
<x-m> -2.9292 </x-m>
|
||||
<y-m> 2.9707 </y-m>
|
||||
<z-m> 1.8854 </z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x> -1.000 </x>
|
||||
<y> 0.000 </y>
|
||||
<z> 0.000 </z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
18919
AI/Aircraft/JS41/Models/JS41.ac
Normal file
18919
AI/Aircraft/JS41/Models/JS41.ac
Normal file
File diff suppressed because it is too large
Load diff
BIN
AI/Aircraft/JS41/Textures/EasternAirways/js41-tex.png
Normal file
BIN
AI/Aircraft/JS41/Textures/EasternAirways/js41-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 244 KiB |
BIN
AI/Aircraft/JS41/Textures/SkyExpress/js41-tex.png
Normal file
BIN
AI/Aircraft/JS41/Textures/SkyExpress/js41-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 244 KiB |
BIN
AI/Aircraft/JS41/Textures/default/js41-tex.png
Normal file
BIN
AI/Aircraft/JS41/Textures/default/js41-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 170 KiB |
Loading…
Reference in a new issue