New AI aircraft Britten Norman Islander derived from full version
This commit is contained in:
parent
2b072dd992
commit
28b6889666
10 changed files with 19809 additions and 0 deletions
6
AI/Aircraft/BN-2/BN-2-Directflight.xml
Normal file
6
AI/Aircraft/BN-2/BN-2-Directflight.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="BN-2-main.xml">
|
||||
<texture-path>Textures/Directflight</texture-path>
|
||||
</PropertyList>
|
||||
|
||||
|
6
AI/Aircraft/BN-2/BN-2-Hebridean.xml
Normal file
6
AI/Aircraft/BN-2/BN-2-Hebridean.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="BN-2-main.xml">
|
||||
<texture-path>Textures/Hebridean</texture-path>
|
||||
</PropertyList>
|
||||
|
||||
|
6
AI/Aircraft/BN-2/BN-2-Loganair.xml
Normal file
6
AI/Aircraft/BN-2/BN-2-Loganair.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="BN-2-main.xml">
|
||||
<texture-path>Textures/Loganair</texture-path>
|
||||
</PropertyList>
|
||||
|
||||
|
67
AI/Aircraft/BN-2/BN-2-main.xml
Normal file
67
AI/Aircraft/BN-2/BN-2-main.xml
Normal file
|
@ -0,0 +1,67 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>Britten-Norman BN-2 Islander</description>
|
||||
<author>Paul RICHTER, Syd Adams, Keith Paterson</author>
|
||||
<path>Models/bn2.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>
|
||||
<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>prop-disc-left</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>20</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>prop-blur-right</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-disc-right</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>20</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>
|
BIN
AI/Aircraft/BN-2/Models/BN-2-livery.png
Normal file
BIN
AI/Aircraft/BN-2/Models/BN-2-livery.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
19722
AI/Aircraft/BN-2/Models/bn2.ac
Normal file
19722
AI/Aircraft/BN-2/Models/bn2.ac
Normal file
File diff suppressed because it is too large
Load diff
2
AI/Aircraft/BN-2/Models/desktop.ini
Normal file
2
AI/Aircraft/BN-2/Models/desktop.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[LocalizedFileNames]
|
||||
bn2.ac=@bn2.ac,0
|
BIN
AI/Aircraft/BN-2/Textures/Directflight/BN-2-livery.png
Normal file
BIN
AI/Aircraft/BN-2/Textures/Directflight/BN-2-livery.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
BIN
AI/Aircraft/BN-2/Textures/Hebridean/BN-2-livery.png
Normal file
BIN
AI/Aircraft/BN-2/Textures/Hebridean/BN-2-livery.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
BIN
AI/Aircraft/BN-2/Textures/Loganair/BN-2-livery.png
Normal file
BIN
AI/Aircraft/BN-2/Textures/Loganair/BN-2-livery.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
Add table
Reference in a new issue