1
0
Fork 0

New AI aircraft: JS41

By Brett Harrison
This commit is contained in:
James Turner 2016-08-08 17:02:36 +01:00
parent bdec01963a
commit 04a44db7b2
8 changed files with 19054 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<PropertyList include="JS41-main.xml">
<texture-path>Textures/EasternAirways</texture-path>
</PropertyList>

View file

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<PropertyList include="JS41-main.xml">
<texture-path>Textures/SkyExpress</texture-path>
</PropertyList>

View file

@ -0,0 +1,7 @@
<?xml version="1.0"?>
<PropertyList include="JS41-main.xml">
<texture-path>Textures/default</texture-path>
</PropertyList>

View 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>

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB