Added new AI Model Airbus A220-300 (Bombardier CS3) + Default Livery + Paintkit
This commit is contained in:
parent
edf4e912b5
commit
f05b9c95e7
9 changed files with 42188 additions and 0 deletions
9
AI/Aircraft/220/223-Default.xml
Normal file
9
AI/Aircraft/220/223-Default.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="223-main.xml">
|
||||
|
||||
<texture-path>Textures/Default</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
31
AI/Aircraft/220/223-main.xml
Normal file
31
AI/Aircraft/220/223-main.xml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>Airbus A220-300, formely Bombardier CS300</description>
|
||||
<author>Ian (Yves) Tolosa, July 2018</author>
|
||||
<path>Models/223.ac</path>
|
||||
<!-- Pitch Forward so nosewheel on ground -->
|
||||
<offsets>
|
||||
<pitch-deg>-0.5</pitch-deg>
|
||||
</offsets>
|
||||
<!-- Gear Showed only < 150 knotspeed -->
|
||||
<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>
|
||||
<!-- Tail and Windows Lightmap Effect -->
|
||||
<effect>
|
||||
<inherits-from>AI/Aircraft/220/Effects/223-LightMap</inherits-from>
|
||||
<object-name>223</object-name>
|
||||
<object-name>Gear</object-name>
|
||||
</effect>
|
||||
<!-- ALS Navigation Lights Objects -->
|
||||
<model>
|
||||
<path>Lights/223-NavLights.xml</path>
|
||||
</model>
|
||||
</PropertyList>
|
36
AI/Aircraft/220/Effects/223-LightMap.eff
Normal file
36
AI/Aircraft/220/Effects/223-LightMap.eff
Normal file
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Lighting of Tail, Flanks and Windows -->
|
||||
<PropertyList>
|
||||
<name>223-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.3</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/220/Effects/223-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/220/Effects/223-LightMap.png
Normal file
BIN
AI/Aircraft/220/Effects/223-LightMap.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 140 KiB |
132
AI/Aircraft/220/Lights/223-NavLights.xml
Normal file
132
AI/Aircraft/220/Lights/223-NavLights.xml
Normal file
|
@ -0,0 +1,132 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<!-- Position ALS Navigation Lights -->
|
||||
<model>
|
||||
<name>nav-right</name>
|
||||
<path>../../../Lights/procedural_light_nav_right.xml</path>
|
||||
<offsets>
|
||||
<x-m>2.75</x-m>
|
||||
<y-m>16.2414</y-m>
|
||||
<z-m>4.33184</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>nav-left</name>
|
||||
<path>../../../Lights/procedural_light_nav_left.xml</path>
|
||||
<offsets>
|
||||
<x-m>2.75</x-m>
|
||||
<y-m>-16.2414</y-m>
|
||||
<z-m>4.33184</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>nav-tail</name>
|
||||
<path>../../../Lights/procedural_light_nav_tail.xml</path>
|
||||
<offsets>
|
||||
<x-m>20.0521</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>4.53825</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<!-- Position ALS Strobes -->
|
||||
<model>
|
||||
<name>strobe-right</name>
|
||||
<path>../../../Lights/procedural_light_strobe_right.xml</path>
|
||||
<offsets>
|
||||
<x-m>4.81569</x-m>
|
||||
<y-m>17.5302</y-m>
|
||||
<z-m>5.76136</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>strobe-left</name>
|
||||
<path>../../../Lights/procedural_light_strobe_left.xml</path>
|
||||
<offsets>
|
||||
<x-m>4.81569</x-m>
|
||||
<y-m>-17.5302</y-m>
|
||||
<z-m>5.76136</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>strobe-tail</name>
|
||||
<path>../../../Lights/procedural_light_strobe_tail.xml</path>
|
||||
<offsets>
|
||||
<x-m>20.5</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>4.53825</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<!-- Position Beacons -->
|
||||
<model>
|
||||
<name>beacon-top</name>
|
||||
<path>../../../Lights/procedural_light_beacon_top.xml</path>
|
||||
<offsets>
|
||||
<x-m>-2.27937</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>5.48479</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>beacon-bottom</name>
|
||||
<path>../../../Lights/procedural_light_beacon_bottom.xml</path>
|
||||
<offsets>
|
||||
<x-m>-2.27937</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>1.28499</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-right</object-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 when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</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>
|
||||
<!-- Show Beacons when Transponder Active -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
41980
AI/Aircraft/220/Models/223.ac
Normal file
41980
AI/Aircraft/220/Models/223.ac
Normal file
File diff suppressed because it is too large
Load diff
BIN
AI/Aircraft/220/Paintkit/223-Paintkit.png
Normal file
BIN
AI/Aircraft/220/Paintkit/223-Paintkit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 582 KiB |
BIN
AI/Aircraft/220/Paintkit/223-UV-Map.png
Normal file
BIN
AI/Aircraft/220/Paintkit/223-UV-Map.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 259 KiB |
BIN
AI/Aircraft/220/Textures/Default/223-tex.png
Normal file
BIN
AI/Aircraft/220/Textures/Default/223-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 131 KiB |
Loading…
Add table
Reference in a new issue