Added new Dash8 Q300 AI Model and Liveries
This commit is contained in:
parent
5ee8a144a0
commit
8ee8b42bba
15 changed files with 22147 additions and 0 deletions
6
AI/Aircraft/DH3/DH3-AirNewZealand.xml
Normal file
6
AI/Aircraft/DH3/DH3-AirNewZealand.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="DH3-main.xml">
|
||||
<texture-path>Textures/AirNewZealand</texture-path>
|
||||
|
||||
</PropertyList>
|
6
AI/Aircraft/DH3/DH3-AirNiugini.xml
Normal file
6
AI/Aircraft/DH3/DH3-AirNiugini.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="DH3-main.xml">
|
||||
<texture-path>Textures/AirNiugini</texture-path>
|
||||
|
||||
</PropertyList>
|
6
AI/Aircraft/DH3/DH3-Default.xml
Normal file
6
AI/Aircraft/DH3/DH3-Default.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="DH3-main.xml">
|
||||
<texture-path>Textures/Default</texture-path>
|
||||
|
||||
</PropertyList>
|
6
AI/Aircraft/DH3/DH3-QantasLink.xml
Normal file
6
AI/Aircraft/DH3/DH3-QantasLink.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="DH3-main.xml">
|
||||
<texture-path>Textures/QantasLink</texture-path>
|
||||
|
||||
</PropertyList>
|
6
AI/Aircraft/DH3/DH3-Wideroe.xml
Normal file
6
AI/Aircraft/DH3/DH3-Wideroe.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="DH3-main.xml">
|
||||
<texture-path>Textures/Wideroe</texture-path>
|
||||
|
||||
</PropertyList>
|
77
AI/Aircraft/DH3/DH3-main.xml
Normal file
77
AI/Aircraft/DH3/DH3-main.xml
Normal file
|
@ -0,0 +1,77 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>Bombardier Dash-8, Series 300 (Model 311)</description>
|
||||
<author>Ian Tolosa</author>
|
||||
<path>Models/DH3.ac</path>
|
||||
<!-- Tilt Aircraft so Nose Wheels touch ground -->
|
||||
<offsets>
|
||||
<pitch-deg>0.00</pitch-deg>
|
||||
</offsets>
|
||||
<!-- Show Gear if Airspeeed under 120 kts -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>DH3_Gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>120</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Propellers' Blur if Speed over 15 kts -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>DH3_Blur</object-name>
|
||||
<condition>
|
||||
<greater-than-equals>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>15</value>
|
||||
</greater-than-equals>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Propellers rotate x8 factor or airspeed -->
|
||||
<animation>
|
||||
<type>spin</type>
|
||||
<object-name>DH3_PropL</object-name>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<factor>8</factor>
|
||||
<center>
|
||||
<x-m>-3.51536</x-m>
|
||||
<y-m>-3.935</y-m>
|
||||
<z-m>2.84855</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>1.000</x>
|
||||
<y>0.000</y>
|
||||
<z>0.000</z>
|
||||
</axis>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>spin</type>
|
||||
<object-name>DH3_PropR</object-name>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<factor>8</factor>
|
||||
<center>
|
||||
<x-m>-3.51536</x-m>
|
||||
<y-m>3.935</y-m>
|
||||
<z-m>2.84855</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>1.000</x>
|
||||
<y>0.000</y>
|
||||
<z>0.000</z>
|
||||
</axis>
|
||||
</animation>
|
||||
<!-- Tail and Windows Illumination at Night Effect -->
|
||||
<effect>
|
||||
<inherits-from>AI/Aircraft/DH3/Effects/DH3-LightMap</inherits-from>
|
||||
<object-name>DH3_Body</object-name>
|
||||
<object-name>DH3_Gear</object-name>
|
||||
<object-name>DH3_PropL</object-name>
|
||||
<object-name>DH3_PropR</object-name>
|
||||
</effect>
|
||||
<!-- Add Navigation Red/Green/White Lights Objects -->
|
||||
<model>
|
||||
<path>Lights/DH3-NavLights.xml</path>
|
||||
</model>
|
||||
</PropertyList>
|
38
AI/Aircraft/DH3/Effects/DH3-LightMap.eff
Normal file
38
AI/Aircraft/DH3/Effects/DH3-LightMap.eff
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Lighting of Tail, Flanks and Windows -->
|
||||
<PropertyList>
|
||||
<name>DH3-LightMap</name>
|
||||
<inherits-from>Effects/model-combined-deferred</inherits-from>
|
||||
<parameters>
|
||||
<normalmap-enabled type="int">0</normalmap-enabled>
|
||||
<reflection-enabled type="int">0</reflection-enabled>
|
||||
<reflection-dynamic type="int">0</reflection-dynamic>
|
||||
<reflect_map-enabled type="int">0</reflect_map-enabled>
|
||||
<reflection-correction type="float">0</reflection-correction>
|
||||
<!-- Enable 3 colors RGB LigntMap -->
|
||||
<lightmap-enabled type="int">
|
||||
<use>/environment/lightmap-factor</use>
|
||||
</lightmap-enabled>
|
||||
<lightmap-multi type="int">1</lightmap-multi>
|
||||
<!-- Red Channel (Tail) - Night Activation and Color -->
|
||||
<lightmap-factor type="float" n="0">1</lightmap-factor>
|
||||
<lightmap-color type="vec3d" n="0">1.0 1.0 1.0</lightmap-color>
|
||||
<!-- Green Channel (Windows) Multiplying Factor and Color -->
|
||||
<lightmap-factor type="float" n="1">1.5</lightmap-factor>
|
||||
<lightmap-color type="vec3d" n="1">1.0 1.0 1.0</lightmap-color>
|
||||
<!-- Blue Channel (OFF) Multiplying Factor and Color -->
|
||||
<lightmap-factor type="float" n="2">0</lightmap-factor>
|
||||
<lightmap-color type="vec3d" n="2">1.0 1.0 1.0</lightmap-color>
|
||||
<!-- Alpha Channel (OFF) Multiplying Factor and Color -->
|
||||
<lightmap-factor type="float" n="3">0.0</lightmap-factor>
|
||||
<lightmap-color type="vec3d" n="3">1.0 1.0 1.0</lightmap-color>
|
||||
<!-- LightMap Image Location -->
|
||||
<texture n="3">
|
||||
<image>AI/Aircraft/DH3/Effects/DH3-LightMap.png</image>
|
||||
<filter>linear-mipmap-linear</filter>
|
||||
<wrap-s>clamp</wrap-s>
|
||||
<wrap-t>clamp</wrap-t>
|
||||
<internal-format>normalized</internal-format>
|
||||
</texture>
|
||||
</parameters>
|
||||
</PropertyList>
|
BIN
AI/Aircraft/DH3/Effects/DH3-LightMap.png
Normal file
BIN
AI/Aircraft/DH3/Effects/DH3-LightMap.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
112
AI/Aircraft/DH3/Lights/DH3-NavLights.xml
Normal file
112
AI/Aircraft/DH3/Lights/DH3-NavLights.xml
Normal file
|
@ -0,0 +1,112 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- Author Ian (Yves Tolosa) - AUG 2018 -->
|
||||
<PropertyList>
|
||||
<!-- Position ALS Navigation Lights -->
|
||||
<model>
|
||||
<name>nav-right</name>
|
||||
<path>AI/Lights/procedural_light_nav_right.xml</path>
|
||||
<offsets>
|
||||
<x-m>-0.73234</x-m>
|
||||
<y-m>13.4835</y-m>
|
||||
<z-m>3.55894</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>nav-left</name>
|
||||
<path>AI/Lights/procedural_light_nav_left.xml</path>
|
||||
<offsets>
|
||||
<x-m>-0.73234</x-m>
|
||||
<y-m>-13.4835</y-m>
|
||||
<z-m>3.55894</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>nav-tail</name>
|
||||
<path>AI/Lights/procedural_light_nav_tail.xml</path>
|
||||
<offsets>
|
||||
<x-m>13.8372</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>7.24148</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<!-- Position ALS Strobes -->
|
||||
<model>
|
||||
<name>strobe-left</name>
|
||||
<path>AI/Lights/procedural_light_strobe_left.xml</path>
|
||||
<offsets>
|
||||
<x-m>0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0.50775</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>strobe-tail</name>
|
||||
<path>AI/Lights/procedural_light_strobe_tail.xml</path>
|
||||
<offsets>
|
||||
<x-m>14.1182</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>6.74356</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<!-- Position Beacons -->
|
||||
<model>
|
||||
<name>beacon-top</name>
|
||||
<path>AI/Lights/procedural_light_beacon_top.xml</path>
|
||||
<offsets>
|
||||
<x-m>11.8561</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>7.55469</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>beacon-bottom</name>
|
||||
<path>AI/Lights/procedural_light_beacon_bottom.xml</path>
|
||||
<offsets>
|
||||
<x-m>-2</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0.50775</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
</animation>
|
||||
<animation>
|
||||
<name>StrobeGrouped</name>
|
||||
<object-name>strobe-left</object-name>
|
||||
<object-name>strobe-tail</object-name>
|
||||
</animation>
|
||||
<animation>
|
||||
<name>BeaconGrouped</name>
|
||||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights & Beacons when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
21890
AI/Aircraft/DH3/Models/DH3.ac
Normal file
21890
AI/Aircraft/DH3/Models/DH3.ac
Normal file
File diff suppressed because it is too large
Load diff
BIN
AI/Aircraft/DH3/Textures/AirNewZealand/DH3-tex.png
Normal file
BIN
AI/Aircraft/DH3/Textures/AirNewZealand/DH3-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
BIN
AI/Aircraft/DH3/Textures/AirNiugini/DH3-tex.png
Normal file
BIN
AI/Aircraft/DH3/Textures/AirNiugini/DH3-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
AI/Aircraft/DH3/Textures/Default/DH3-tex.png
Normal file
BIN
AI/Aircraft/DH3/Textures/Default/DH3-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
AI/Aircraft/DH3/Textures/QantasLink/DH3-tex.png
Normal file
BIN
AI/Aircraft/DH3/Textures/QantasLink/DH3-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
AI/Aircraft/DH3/Textures/Wideroe/DH3-tex.png
Normal file
BIN
AI/Aircraft/DH3/Textures/Wideroe/DH3-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Loading…
Add table
Reference in a new issue