Merge next into volumetric clouds
Signed-off-by: fly <merspieler@alwaysdata.com>
9
AI/Aircraft/339/339-AirMauritius.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="339-main.xml">
|
||||
|
||||
<texture-path>Textures/AirMauritius</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/339/339-AzulBrazilianAirlines.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="339-main.xml">
|
||||
|
||||
<texture-path>Textures/AzulBrazilianAirlines</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/339/339-Corsair.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="339-main.xml">
|
||||
|
||||
<texture-path>Textures/Corsair</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/339/339-Default.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="339-main.xml">
|
||||
|
||||
<texture-path>Textures/Default</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/339/339-Delta.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="339-main.xml">
|
||||
|
||||
<texture-path>Textures/Delta</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/339/339-TAP.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="339-main.xml">
|
||||
|
||||
<texture-path>Textures/TAP</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
31
AI/Aircraft/339/339-main.xml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>Airbus A330-900 (NEO)</description>
|
||||
<author>Ian (Yves) Tolosa, Feb 2022</author>
|
||||
<path>Models/339.ac</path>
|
||||
<!-- Pitch Forward so nosewheel on ground -->
|
||||
<offsets>
|
||||
<pitch-deg>-1.2</pitch-deg>
|
||||
</offsets>
|
||||
<!-- Gear Animation -->
|
||||
<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/339/Effects/339-LightMap</inherits-from>
|
||||
<object-name>339</object-name>
|
||||
<object-name>Gear</object-name>
|
||||
</effect>
|
||||
<!-- ALS Navigation Lights Objects -->
|
||||
<model>
|
||||
<path>Lights/339-NavLights.xml</path>
|
||||
</model>
|
||||
</PropertyList>
|
36
AI/Aircraft/339/Effects/339-LightMap.eff
Normal file
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Lighting of Tail, Flanks and Windows -->
|
||||
<PropertyList>
|
||||
<name>339-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/339/Effects/339-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/339/Effects/339-LightMap.png
Normal file
After Width: | Height: | Size: 26 KiB |
121
AI/Aircraft/339/Lights/339-NavLights.xml
Normal file
|
@ -0,0 +1,121 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<!-- Position ALS Navigation Lights -->
|
||||
<model>
|
||||
<name>nav-right</name>
|
||||
<path>AI/Lights/procedural_light_nav_right.xml</path>
|
||||
<offsets>
|
||||
<x-m>8.84188</x-m>
|
||||
<y-m>30.2001</y-m>
|
||||
<z-m>6.60158</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>nav-left</name>
|
||||
<path>AI/Lights/procedural_light_nav_left.xml</path>
|
||||
<offsets>
|
||||
<x-m>8.84188</x-m>
|
||||
<y-m>-30.2001</y-m>
|
||||
<z-m>6.60158</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>nav-tail</name>
|
||||
<path>AI/Lights/procedural_light_nav_tail.xml</path>
|
||||
<offsets>
|
||||
<x-m>31.4368</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>7.18529</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<!-- Position ALS Strobes -->
|
||||
<model>
|
||||
<name>strobe-right</name>
|
||||
<path>AI/Lights/procedural_light_strobe_right.xml</path>
|
||||
<offsets>
|
||||
<x-m>8.84188</x-m>
|
||||
<y-m>30.2001</y-m>
|
||||
<z-m>6.60158</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>strobe-left</name>
|
||||
<path>AI/Lights/procedural_light_strobe_left.xml</path>
|
||||
<offsets>
|
||||
<x-m>8.84188</x-m>
|
||||
<y-m>-30.2001</y-m>
|
||||
<z-m>6.60158</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>strobe-tail</name>
|
||||
<path>AI/Lights/procedural_light_strobe_tail.xml</path>
|
||||
<offsets>
|
||||
<x-m>32</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>7.18529</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<!-- Position Beacons -->
|
||||
<model>
|
||||
<name>beacon-top</name>
|
||||
<path>AI/Lights/procedural_light_beacon_top.xml</path>
|
||||
<offsets>
|
||||
<x-m>-3.5707</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>7.97288</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>beacon-bottom</name>
|
||||
<path>AI/Lights/procedural_light_beacon_bottom.xml</path>
|
||||
<offsets>
|
||||
<x-m>-5.37365</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>1.84907</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 & 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>
|
45411
AI/Aircraft/339/Models/339.ac
Normal file
BIN
AI/Aircraft/339/Textures/AirMauritius/339-tex.png
Normal file
After Width: | Height: | Size: 183 KiB |
BIN
AI/Aircraft/339/Textures/AzulBrazilianAirlines/339-tex.png
Normal file
After Width: | Height: | Size: 225 KiB |
BIN
AI/Aircraft/339/Textures/Corsair/339-tex.png
Normal file
After Width: | Height: | Size: 203 KiB |
BIN
AI/Aircraft/339/Textures/Default/339-tex.png
Normal file
After Width: | Height: | Size: 190 KiB |
BIN
AI/Aircraft/339/Textures/Delta/339-tex.png
Normal file
After Width: | Height: | Size: 178 KiB |
BIN
AI/Aircraft/339/Textures/TAP/339-tex.png
Normal file
After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 342 KiB After Width: | Height: | Size: 305 KiB |
9
AI/Aircraft/747/74Y-SkyLeaseCargo.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="74Y-main.xml">
|
||||
|
||||
<texture-path>Textures/SkyLeaseCargo</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
BIN
AI/Aircraft/747/Textures/SkyLeaseCargo/74Y-tex.png
Normal file
After Width: | Height: | Size: 141 KiB |
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="76W-main.xml">
|
||||
|
||||
<texture-path>Textures/LAN</texture-path>
|
||||
<texture-path>Textures/LATAM</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="76W-main.xml">
|
||||
|
||||
<texture-path>Textures/TAM</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
15
AI/Aircraft/767/76Y-LATAM.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="76Y-main.xml">
|
||||
<texture-path>Textures/LATAM</texture-path>
|
||||
<!-- Hide Winglets -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Winglets</object-name>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/sim/signals/fdm-initialized</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
15
AI/Aircraft/767/76Y-MasAir.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="76Y-main.xml">
|
||||
<texture-path>Textures/MasAir</texture-path>
|
||||
<!-- Show Winglets -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Winglets</object-name>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/sim/signals/fdm-initialized</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
Before Width: | Height: | Size: 141 KiB |
BIN
AI/Aircraft/767/Textures/LATAM/763-tex.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
AI/Aircraft/767/Textures/LATAM/76Y-tex.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
AI/Aircraft/767/Textures/MasAir/76Y-tex.png
Normal file
After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 143 KiB |
35
AI/Aircraft/777/777-fallback.xml
Normal file
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>Boeing 777-200 LR</description>
|
||||
<author>Ian(Yves) Tolosa. September 2016</author>
|
||||
<path>Models/77L.ac</path>
|
||||
<texture-path>Textures/default</texture-path>
|
||||
<!-- Pitch Forward so nosewheel on ground -->
|
||||
<offsets>
|
||||
<pitch-deg>-0.95</pitch-deg>
|
||||
</offsets>
|
||||
<!-- Gear Showed only < 150 knotspeed -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Gear</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.0</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<!-- Tail and Windows Lightmap Effect -->
|
||||
<effect>
|
||||
<inherits-from>AI/Aircraft/777/Effects/77L-LightMap</inherits-from>
|
||||
<object-name>77L</object-name>
|
||||
<object-name>Gear</object-name>
|
||||
</effect>
|
||||
|
||||
<!-- Add Navigation Lights Objects -->
|
||||
<model>
|
||||
<path>Lights/77L-NavLights.xml</path>
|
||||
</model>
|
||||
|
||||
</PropertyList>
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="77W-main.xml">
|
||||
|
||||
<texture-path>Textures/TAM</texture-path>
|
||||
<texture-path>Textures/LATAM</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
BIN
AI/Aircraft/777/Textures/LATAM/77W-tex.png
Normal file
After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 347 KiB |
Before Width: | Height: | Size: 557 KiB |
9
AI/Aircraft/787/788-Avianca.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="788-main.xml">
|
||||
|
||||
<texture-path>Textures/Avianca</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/787/788-LATAM.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="788-main.xml">
|
||||
|
||||
<texture-path>Textures/LATAM</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/787/789-RoyalAirMaroc.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="789-main.xml">
|
||||
|
||||
<texture-path>Textures/RoyalAirMaroc</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
BIN
AI/Aircraft/787/Textures/Avianca/788-tex.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
AI/Aircraft/787/Textures/LATAM/788-tex.png
Normal file
After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 47 KiB |
BIN
AI/Aircraft/787/Textures/RoyalAirMaroc/789-tex.png
Normal file
After Width: | Height: | Size: 184 KiB |
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyList include="A319-main.xml">
|
||||
|
||||
<texture-path>Textures/LAN</texture-path>
|
||||
<texture-path>Textures/Avianca</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyList include="A319-main.xml">
|
||||
|
||||
<texture-path>Textures/TAM</texture-path>
|
||||
<texture-path>Textures/LATAM</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
BIN
AI/Aircraft/A319/Textures/Avianca/A319-tex.png
Normal file
After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 312 KiB After Width: | Height: | Size: 298 KiB |
Before Width: | Height: | Size: 320 KiB |
BIN
AI/Aircraft/A319/Textures/LATAM/A319-tex.png
Normal file
After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 334 KiB |
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="A320-main.xml">
|
||||
<texture-path>Textures/TAM</texture-path>
|
||||
<texture-path>Textures/Avianca</texture-path>
|
||||
|
||||
</PropertyList>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="A320-main.xml">
|
||||
<texture-path>Textures/LAN</texture-path>
|
||||
<texture-path>Textures/LATAM</texture-path>
|
||||
|
||||
</PropertyList>
|
BIN
AI/Aircraft/A320/Textures/Avianca/A320-tex.png
Normal file
After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 308 KiB After Width: | Height: | Size: 273 KiB |
Before Width: | Height: | Size: 312 KiB |
BIN
AI/Aircraft/A320/Textures/LATAM/A320-tex.png
Normal file
After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 294 KiB After Width: | Height: | Size: 287 KiB |
Before Width: | Height: | Size: 323 KiB |
9
AI/Aircraft/A321/A321-Avianca.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="A321-main.xml">
|
||||
|
||||
<texture-path>Textures/Avianca</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyList include="A321-main.xml">
|
||||
|
||||
<texture-path>Textures/TAM</texture-path>
|
||||
<texture-path>Textures/LATAM</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
BIN
AI/Aircraft/A321/Textures/Avianca/A321-tex.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
AI/Aircraft/A321/Textures/LATAM/A321-tex.png
Normal file
After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 310 KiB |
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="A332-main.xml">
|
||||
|
||||
<texture-path>Textures/TAM</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="A332-main.xml">
|
||||
|
||||
<texture-path>Textures/Avianca</texture-path>
|
||||
|
||||
</PropertyList>
|
BIN
AI/Aircraft/A332/Textures/Avianca/A332-tex.png
Normal file
After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 296 KiB |
Before Width: | Height: | Size: 282 KiB After Width: | Height: | Size: 252 KiB |
9
AI/Aircraft/A350/359-AirMauritius.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="359-main.xml">
|
||||
|
||||
<texture-path>Textures/AirMauritius</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="359-main.xml">
|
||||
|
||||
<texture-path>Textures/TAM</texture-path>
|
||||
<texture-path>Textures/SAS</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
BIN
AI/Aircraft/A350/Textures/AirMauritius/359-tex.png
Normal file
After Width: | Height: | Size: 150 KiB |
9
AI/Aircraft/A350/Textures/SAS/359-SAS.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="359-main.xml">
|
||||
|
||||
<texture-path>Textures/SAS</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
BIN
AI/Aircraft/A350/Textures/SAS/359-tex.png
Normal file
After Width: | Height: | Size: 167 KiB |
Before Width: | Height: | Size: 109 KiB |
9
AI/Aircraft/AT7/AT7-Avianca.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="AT7-main.xml">
|
||||
|
||||
<texture-path>Textures/Avianca</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
6
AI/Aircraft/AT7/AT7-EasternAirways.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="AT7-main.xml">
|
||||
<texture-path>Textures/EasternAirways</texture-path>
|
||||
|
||||
</PropertyList>
|
BIN
AI/Aircraft/AT7/Textures/Avianca/AT7-tex.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
AI/Aircraft/AT7/Textures/EasternAirways/AT7-tex.png
Normal file
After Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 166 KiB |
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="BN-2-main.xml">
|
||||
<texture-path>Textures/Directflight</texture-path>
|
||||
</PropertyList>
|
||||
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="BN-2-main.xml">
|
||||
<texture-path>Textures/Hebridean</texture-path>
|
||||
</PropertyList>
|
||||
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="BN-2-main.xml">
|
||||
<texture-path>Textures/Loganair</texture-path>
|
||||
</PropertyList>
|
||||
|
||||
|
|
@ -1,87 +0,0 @@
|
|||
<?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>landinglight.L</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>10</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>landinglight.R</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-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>
|
Before Width: | Height: | Size: 39 KiB |
|
@ -1,2 +0,0 @@
|
|||
[LocalizedFileNames]
|
||||
bn2.ac=@bn2.ac,0
|
Before Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 28 KiB |
6
AI/Aircraft/BNI/BNI-DirectFlight.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="BNI-main.xml">
|
||||
<texture-path>Textures/DirectFlight</texture-path>
|
||||
|
||||
</PropertyList>
|
6
AI/Aircraft/BNI/BNI-Hebridean.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="BNI-main.xml">
|
||||
<texture-path>Textures/Hebridean</texture-path>
|
||||
|
||||
</PropertyList>
|
6
AI/Aircraft/BNI/BNI-LoganAir.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="BNI-main.xml">
|
||||
<texture-path>Textures/LoganAir</texture-path>
|
||||
|
||||
</PropertyList>
|
68
AI/Aircraft/BNI/BNI-main.xml
Normal file
|
@ -0,0 +1,68 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>Britten-Norman BN-2 Islander</description>
|
||||
<author>Paul RICHTER, Syd Adams, Keith Paterson, Ian Tolosa</author>
|
||||
<path>Models/BNI.ac</path>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>120</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>prop-blur</object-name>
|
||||
<condition>
|
||||
<greater-than-equals>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>15</value>
|
||||
</greater-than-equals>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>spin</type>
|
||||
<object-name>prop-left</object-name>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<factor>19</factor>
|
||||
<center>
|
||||
<x-m>-1.75671</x-m>
|
||||
<y-m>-1.881</y-m>
|
||||
<z-m>1.70835</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>1.000</x>
|
||||
<y>0.000</y>
|
||||
<z>0.000</z>
|
||||
</axis>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>spin</type>
|
||||
<object-name>prop-right</object-name>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<factor>20</factor>
|
||||
<center>
|
||||
<x-m>-1.75671</x-m>
|
||||
<y-m>1.881</y-m>
|
||||
<z-m>1.70835</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>1.000</x>
|
||||
<y>0.000</y>
|
||||
<z>0.000</z>
|
||||
</axis>
|
||||
</animation>
|
||||
<!-- Tail and Windows Lightmap Effect -->
|
||||
<effect>
|
||||
<inherits-from>AI/Aircraft/BNI/Effects/BNI-LightMap</inherits-from>
|
||||
<object-name>BNI</object-name>
|
||||
<object-name>Gear</object-name>
|
||||
</effect>
|
||||
<!-- Add Navigation Lights Objects -->
|
||||
<model>
|
||||
<path>Lights/BNI-NavLights.xml</path>
|
||||
</model>
|
||||
</PropertyList>
|
38
AI/Aircraft/BNI/Effects/BNI-LightMap.eff
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Lighting of Tail, Flanks and Windows -->
|
||||
<PropertyList>
|
||||
<name>BNI-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/BNI/Effects/BNI-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/BNI/Effects/BNI-LightMap.png
Normal file
After Width: | Height: | Size: 19 KiB |
102
AI/Aircraft/BNI/Lights/BNI-NavLights.xml
Normal file
|
@ -0,0 +1,102 @@
|
|||
<?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.89056</x-m>
|
||||
<y-m>7.24734</y-m>
|
||||
<z-m>2.15608</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>nav-left</name>
|
||||
<path>AI/Lights/procedural_light_nav_left.xml</path>
|
||||
<offsets>
|
||||
<x-m>-0.89056</x-m>
|
||||
<y-m>-7.24734</y-m>
|
||||
<z-m>2.15608</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>nav-tail</name>
|
||||
<path>AI/Lights/procedural_light_nav_tail.xml</path>
|
||||
<offsets>
|
||||
<x-m>6.26388</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>1.83859</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<!-- Position ALS Strobes -->
|
||||
<model>
|
||||
<name>strobe-tail</name>
|
||||
<path>AI/Lights/procedural_light_strobe_tail.xml</path>
|
||||
<offsets>
|
||||
<x-m>5.08984</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>4.34283</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<!-- Position Beacons -->
|
||||
<model>
|
||||
<name>beacon-top</name>
|
||||
<path>AI/Lights/procedural_light_beacon_top.xml</path>
|
||||
<offsets>
|
||||
<x-m>-0.1267</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>2.09174</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>beacon-bottom</name>
|
||||
<path>AI/Lights/procedural_light_beacon_bottom.xml</path>
|
||||
<offsets>
|
||||
<x-m>0.883</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0.59026</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-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>
|
16645
AI/Aircraft/BNI/Models/BNI.ac
Normal file
BIN
AI/Aircraft/BNI/Textures/Default/BNI-tex.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
AI/Aircraft/BNI/Textures/DirectFlight/BNI-tex.png
Normal file
After Width: | Height: | Size: 114 KiB |
BIN
AI/Aircraft/BNI/Textures/Hebridean/BNI-tex.png
Normal file
After Width: | Height: | Size: 126 KiB |
BIN
AI/Aircraft/BNI/Textures/LoganAir/BNI-tex.png
Normal file
After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 168 KiB |
9
AI/Aircraft/E90/E90-EasternAirways.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="E90-main.xml">
|
||||
|
||||
<texture-path>Textures/EasternAirways</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|