Cleanup post merge; add XML
This commit is contained in:
parent
e028870b51
commit
0b85e3867e
17 changed files with 440 additions and 128632 deletions
|
@ -12,7 +12,7 @@
|
|||
</model>
|
||||
|
||||
<model>
|
||||
<name>EnginesCFM</name>
|
||||
<name>EnginesCFMLEAP</name>
|
||||
<path>Aircraft/A320-family/Models/Engines/XMLs/a320.cfm.leap.xml</path>
|
||||
</model>
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
</model>
|
||||
|
||||
<model>
|
||||
<name>EnginesCFM</name>
|
||||
<path>Aircraft/A320-family/Models/Engines/XMLs/a320.cfm.xml</path>
|
||||
<name>EnginesPWLeap</name>
|
||||
<path>Aircraft/A320-family/Models/Engines/XMLs/a320.pw.xml</path>
|
||||
</model>
|
||||
|
||||
<!-- Nasal code -->
|
||||
|
|
|
@ -1,225 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>res/a320.nacelle.cfmleapx.ac</path>
|
||||
|
||||
<params>
|
||||
<n1>engines/engine[3]/n1</n1>
|
||||
<on-fire>systems/failures/fire/engine-left-fire</on-fire>
|
||||
<contrail>engines/engine[0]/contrail</contrail>
|
||||
<reverser-pos-norm>sim/multiplay/generic/float[2]</reverser-pos-norm>
|
||||
</params>
|
||||
|
||||
<offsets>
|
||||
<heading-deg>-1</heading-deg>
|
||||
<pitch-deg>2.2</pitch-deg>
|
||||
</offsets>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>Reverser</object-name>
|
||||
<object-name>Nozzle</object-name>
|
||||
<property alias="../../params/reverser-pos-norm" />
|
||||
<factor>0.25</factor>
|
||||
<axis>
|
||||
<x>1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<name>Chrome shader</name>
|
||||
<type>shader</type>
|
||||
<shader>chrome</shader>
|
||||
<texture>../Models/chrome.png</texture>
|
||||
<object-name>Nozzle</object-name>
|
||||
</animation>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Engines/NEO/res/cfmleapx.ac</path>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Engines/NEO/res/a320.pylon.cfmleapx.left.ac</path>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
|
||||
<name>contrail</name>
|
||||
<condition>
|
||||
<property>environment/contrail</property>
|
||||
</condition>
|
||||
<overlay>
|
||||
<params>
|
||||
<contrail alias="../../../../params/contrail" />
|
||||
</params>
|
||||
</overlay>
|
||||
<offsets>
|
||||
<x-m>4.875</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine Moisture -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/Moisture-neo.xml</path>
|
||||
<name>moisture</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/relative-humidity</property>
|
||||
<value>45</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>75</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/n1</property>
|
||||
<value>60</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0.4</z-m>
|
||||
<pitch-deg>0</pitch-deg>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
|
||||
<name>engine-spray</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/surface/wetness</property>
|
||||
<value>0.3</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>15</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/n1-actual</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>engines/engine[0]/reverser-pos-norm</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>4.875</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>-5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine Reverse spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
|
||||
<name>engine-spray-reverse</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/surface/wetness</property>
|
||||
<value>0.3</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/n1-actual</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/reverser-pos-norm</property>
|
||||
<value>0.75</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>-1.0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- ############### -->
|
||||
<!-- Tubofan Exhaust -->
|
||||
<!-- ###############
|
||||
<model>
|
||||
<name>Left Tubofan Exhaust</name>
|
||||
<path>Aircraft/A320-family/Models/Effects/Exhaust/Exhaust.xml</path>
|
||||
<offsets>
|
||||
<x-m>-7.0</x-m>
|
||||
<y-m>-7.77</y-m>
|
||||
<z-m>-4.4</z-m>
|
||||
<pitch-deg>0</pitch-deg>
|
||||
</offsets>
|
||||
</model> -->
|
||||
|
||||
<model>
|
||||
<name>Engine fire</name>
|
||||
<path>Aircraft/A320-family/Models/Effects/enginefire.xml</path>
|
||||
<offsets>
|
||||
<x-m>2.774</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
<condition>
|
||||
<property alias="../../../params/on-fire" />
|
||||
</condition>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<name>Fan</name>
|
||||
<type>spin</type>
|
||||
<object-name>fan</object-name>
|
||||
<object-name>cone</object-name>
|
||||
<factor>-67</factor>
|
||||
<property alias="../../params/n1" />
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<!-- <effect>
|
||||
<inherits-from>Aircraft/A320-family/Models/Effects/engineLEAPl</inherits-from>
|
||||
<object-name>Nacelle</object-name>
|
||||
<object-name>Reverser</object-name>
|
||||
</effect> -->
|
||||
|
||||
</PropertyList>
|
|
@ -1,228 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>res/a320.nacelle.cfmleapx.ac</path>
|
||||
|
||||
<params>
|
||||
<n1>engines/engine[4]/n1</n1>
|
||||
<on-fire>systems/failures/fire/engine-right-fire</on-fire>
|
||||
<contrail>engines/engine[1]/contrail</contrail>
|
||||
<reverser-pos-norm>sim/multiplay/generic/float[3]</reverser-pos-norm>
|
||||
</params>
|
||||
|
||||
<offsets>
|
||||
<heading-deg>-1</heading-deg>
|
||||
<pitch-deg>2.2</pitch-deg>
|
||||
</offsets>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>Reverser</object-name>
|
||||
<object-name>Nozzle</object-name>
|
||||
<property alias="../../params/reverser-pos-norm" />
|
||||
<factor>0.25</factor>
|
||||
<axis>
|
||||
<x>1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<name>Chrome shader</name>
|
||||
<type>shader</type>
|
||||
<shader>chrome</shader>
|
||||
<texture>../Models/chrome.png</texture>
|
||||
<object-name>Nozzle</object-name>
|
||||
</animation>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Engines/NEO/res/cfmleapx.ac</path>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Engines/NEO/res/a320.pylon.cfmleapx.right.ac</path>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
|
||||
<name>contrail</name>
|
||||
<condition>
|
||||
<property>environment/contrail</property>
|
||||
</condition>
|
||||
<overlay>
|
||||
<params>
|
||||
<contrail alias="../../../../params/contrail" />
|
||||
</params>
|
||||
</overlay>
|
||||
<offsets>
|
||||
<x-m>4.875</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine Moisture -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/Moisture-neo.xml</path>
|
||||
<name>moisture</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/relative-humidity</property>
|
||||
<value>45</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>75</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[1]/n1</property>
|
||||
<value>60</value>
|
||||
</greater-than>
|
||||
<!-- <not>
|
||||
<property>sim/crashed</property>
|
||||
</not> -->
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0.4</z-m>
|
||||
<pitch-deg>0</pitch-deg>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
|
||||
<name>engine-spray</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/surface/wetness</property>
|
||||
<value>0.3</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>15</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[1]/n1-actual</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>engines/engine[1]/reverser-pos-norm</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>4.875</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>-5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine Reverse spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
|
||||
<name>engine-spray-reverse</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/surface/wetness</property>
|
||||
<value>0.3</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[1]/n1-actual</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>engines/engine[1]/reverser-pos-norm</property>
|
||||
<value>0.75</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>-1.0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- ############### -->
|
||||
<!-- Tubofan Exhaust -->
|
||||
<!-- ###############
|
||||
<model>
|
||||
<name>Right Tubofan Exhaust</name>
|
||||
<path>Aircraft/A320-family/Models/Effects/Exhaust/Exhaust.xml</path>
|
||||
<offsets>
|
||||
<x-m>-7.0</x-m>
|
||||
<y-m> 7.77</y-m>
|
||||
<z-m>-4.4</z-m>
|
||||
<pitch-deg>0</pitch-deg>
|
||||
</offsets>
|
||||
</model> -->
|
||||
|
||||
<model>
|
||||
<name>Engine fire</name>
|
||||
<path>Aircraft/A320-family/Models/Effects/enginefire.xml</path>
|
||||
<offsets>
|
||||
<x-m>2.774</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
<condition>
|
||||
<property alias="../../../params/on-fire" />
|
||||
</condition>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<name>Fan</name>
|
||||
<type>spin</type>
|
||||
<object-name>fan</object-name>
|
||||
<object-name>cone</object-name>
|
||||
<factor>-67</factor>
|
||||
<property alias="../../params/n1" />
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<!-- <effect>
|
||||
<inherits-from>Aircraft/A320-family/Models/Effects/engineLEAPr</inherits-from>
|
||||
<object-name>Nacelle</object-name>
|
||||
<object-name>Reverser</object-name>
|
||||
</effect> -->
|
||||
|
||||
</PropertyList>
|
|
@ -1,199 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>res/PW_PurePower_1100G.ac</path>
|
||||
|
||||
<offsets>
|
||||
<heading-deg>-1</heading-deg>
|
||||
<pitch-deg>2.2</pitch-deg>
|
||||
</offsets>
|
||||
|
||||
<params>
|
||||
<n1>engines/engine[3]/n1</n1>
|
||||
<on-fire>systems/failures/fire/engine-left-fire</on-fire>
|
||||
<contrail>engines/engine[0]/contrail</contrail>
|
||||
<reverser-pos-norm>sim/multiplay/generic/float[2]</reverser-pos-norm>
|
||||
</params>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>ReverserPW1100G</object-name>
|
||||
<property alias="../../params/reverser-pos-norm" />
|
||||
<factor>0.25</factor>
|
||||
<axis>
|
||||
<x>1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Engines/NEO/res/a320.pylon.cfmleapx.left.ac</path>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
|
||||
<name>contrail</name>
|
||||
<condition>
|
||||
<property>environment/contrail</property>
|
||||
</condition>
|
||||
<overlay>
|
||||
<params>
|
||||
<contrail alias="../../../../params/contrail" />
|
||||
</params>
|
||||
</overlay>
|
||||
<offsets>
|
||||
<x-m>5.137</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine Moisture -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/Moisture-neo.xml</path>
|
||||
<name>moisture</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/relative-humidity</property>
|
||||
<value>45</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>75</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/n1</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
<pitch-deg>0</pitch-deg>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
|
||||
<name>engine-spray</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/surface/wetness</property>
|
||||
<value>0.3</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>15</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/n1-actual</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>engines/engine[0]/reverser-pos-norm</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>5.137</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>-5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine Reverse spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
|
||||
<name>engine-spray-reverse</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/surface/wetness</property>
|
||||
<value>0.3</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/n1-actual</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/reverser-pos-norm</property>
|
||||
<value>0.75</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Engine fire</name>
|
||||
<path>Aircraft/A320-family/Models/Effects/enginefire.xml</path>
|
||||
<offsets>
|
||||
<x-m>3.316</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
<condition>
|
||||
<property alias="../../../params/on-fire" />
|
||||
</condition>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<name>Fan Animation</name>
|
||||
<type>spin</type>
|
||||
<object-name>Cone</object-name>
|
||||
<object-name>Fan</object-name>
|
||||
<factor>-67</factor>
|
||||
<property alias="../../params/n1" />
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<!-- <effect>
|
||||
<inherits-from>Aircraft/A320-family/Models/Effects/enginePW1100L</inherits-from>
|
||||
<object-name>NacellePW1100G</object-name>
|
||||
<object-name>ReverserPW1100G</object-name>
|
||||
<object-name>SpoilersPW1100G</object-name>
|
||||
</effect> -->
|
||||
|
||||
</PropertyList>
|
|
@ -1,199 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>res/PW_PurePower_1100G.ac</path>
|
||||
|
||||
<offsets>
|
||||
<heading-deg>-1</heading-deg>
|
||||
<pitch-deg>2.2</pitch-deg>
|
||||
</offsets>
|
||||
|
||||
<params>
|
||||
<n1>engines/engine[4]/n1</n1>
|
||||
<on-fire>systems/failures/fire/engine-right-fire</on-fire>
|
||||
<contrail>engines/engine[1]/contrail</contrail>
|
||||
<reverser-pos-norm>sim/multiplay/generic/float[3]</reverser-pos-norm>
|
||||
</params>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>ReverserPW1100G</object-name>
|
||||
<property alias="../../params/reverser-pos-norm" />
|
||||
<factor>0.25</factor>
|
||||
<axis>
|
||||
<x>1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Engines/NEO/res/a320.pylon.cfmleapx.right.ac</path>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
|
||||
<name>contrail</name>
|
||||
<condition>
|
||||
<property>environment/contrail</property>
|
||||
</condition>
|
||||
<overlay>
|
||||
<params>
|
||||
<contrail alias="../../../../params/contrail" />
|
||||
</params>
|
||||
</overlay>
|
||||
<offsets>
|
||||
<x-m>5.137</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine Moisture -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/Moisture-neo.xml</path>
|
||||
<name>moisture</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/relative-humidity</property>
|
||||
<value>45</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>75</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[1]/n1</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
<pitch-deg>0</pitch-deg>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
|
||||
<name>engine-spray</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/surface/wetness</property>
|
||||
<value>0.3</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>15</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[1]/n1-actual</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>engines/engine[1]/reverser-pos-norm</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>5.137</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>-5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Takeoff/Landing Engine Reverse spray -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
|
||||
<name>engine-spray-reverse</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>environment/surface/wetness</property>
|
||||
<value>0.3</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[1]/n1-actual</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>engines/engine[1]/reverser-pos-norm</property>
|
||||
<value>0.75</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Engine fire</name>
|
||||
<path>Aircraft/A320-family/Models/Effects/enginefire.xml</path>
|
||||
<offsets>
|
||||
<x-m>3.316</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
<condition>
|
||||
<property alias="../../../params/on-fire" />
|
||||
</condition>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<name>Fan Animation</name>
|
||||
<type>spin</type>
|
||||
<object-name>Cone</object-name>
|
||||
<object-name>Fan</object-name>
|
||||
<factor>-67</factor>
|
||||
<property alias="../../params/n1" />
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<!-- <effect>
|
||||
<inherits-from>Aircraft/A320-family/Models/Effects/enginePW1100R</inherits-from>
|
||||
<object-name>NacellePW1100G</object-name>
|
||||
<object-name>ReverserPW1100G</object-name>
|
||||
<object-name>SpoilersPW1100G</object-name>
|
||||
</effect> -->
|
||||
|
||||
</PropertyList>
|
Binary file not shown.
Before Width: | Height: | Size: 582 KiB |
File diff suppressed because it is too large
Load diff
Binary file not shown.
Before Width: | Height: | Size: 101 KiB |
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 103 KiB |
437
Models/Engines/XMLs/a320.pw.xml
Normal file
437
Models/Engines/XMLs/a320.pw.xml
Normal file
|
@ -0,0 +1,437 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
||||
|
||||
<PropertyList>
|
||||
<path>Aircraft/A320-family/Models/Engines/Models/PW1100G.ac</path>
|
||||
|
||||
<params>
|
||||
<contrail1>engines/engine[0]/contrail</contrail1>
|
||||
<contrail2>engines/engine[1]/contrail</contrail2>
|
||||
</params>
|
||||
|
||||
<!-- Particle Effects -->
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
|
||||
<name>contrailLeft</name>
|
||||
<condition>
|
||||
<property>environment/contrail</property>
|
||||
</condition>
|
||||
<overlay>
|
||||
<params>
|
||||
<contrail alias="../../../../params/contrail1" />
|
||||
</params>
|
||||
</overlay>
|
||||
<offsets>
|
||||
<x-m> 4.51789</x-m>
|
||||
<y-m>-5.63029</y-m>
|
||||
<z-m>-2.22295</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/contrail.xml</path>
|
||||
<name>contrailRight</name>
|
||||
<condition>
|
||||
<property>environment/contrail</property>
|
||||
</condition>
|
||||
<overlay>
|
||||
<params>
|
||||
<contrail alias="../../../../params/contrail2" />
|
||||
</params>
|
||||
</overlay>
|
||||
<offsets>
|
||||
<x-m> 4.51789</x-m>
|
||||
<y-m> 5.63029</y-m>
|
||||
<z-m>-2.22295</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/Moisture.xml</path>
|
||||
<name>moistureLeft</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>environment/relative-humidity</property>
|
||||
<value>45</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>75</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[3]/n1</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>-7.432</x-m>
|
||||
<y-m>-5.63029</y-m>
|
||||
<z-m>-2.46943</z-m>
|
||||
<pitch-deg>0</pitch-deg>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/Moisture.xml</path>
|
||||
<name>moistureRight</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>environment/relative-humidity</property>
|
||||
<value>45</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>75</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[4]/n1</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>-7.432</x-m>
|
||||
<y-m> 5.63029</y-m>
|
||||
<z-m>-2.46943</z-m>
|
||||
<pitch-deg>0</pitch-deg>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
|
||||
<name>engine-spray-left</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>environment/surface/wetness</property>
|
||||
<value>0.3</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>15</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[3]/n1</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>engines/engine[0]/reverser-pos-norm</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>-0.62458</x-m>
|
||||
<y-m>-5.63029</y-m>
|
||||
<z-m>-5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
|
||||
<name>engine-spray-right</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>environment/surface/wetness</property>
|
||||
<value>0.3</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>position/altitude-agl-ft</property>
|
||||
<value>15</value>
|
||||
</less-than-equals>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[4]/n1</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>engines/engine[1]/reverser-pos-norm</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>-0.62458</x-m>
|
||||
<y-m>5.63029</y-m>
|
||||
<z-m>-5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
|
||||
<name>engine-spray-reverse</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>environment/surface/wetness</property>
|
||||
<value>0.3</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[3]/n1</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/reverser-pos-norm</property>
|
||||
<value>0.75</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>-6.62458</x-m>
|
||||
<y-m>-5.63029</y-m>
|
||||
<z-m>-5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
|
||||
<name>engine-spray-reverse</name>
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>environment/surface/wetness</property>
|
||||
<value>0.3</value>
|
||||
</greater-than>
|
||||
<less-than-equals>
|
||||
<property>sim/time/sun-angle-rad</property>
|
||||
<value>1.63</value>
|
||||
</less-than-equals>
|
||||
<greater-than>
|
||||
<property>engines/engine[4]/n1</property>
|
||||
<value>65</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>engines/engine[1]/reverser-pos-norm</property>
|
||||
<value>0.75</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>-6.62458</x-m>
|
||||
<y-m>5.63029</y-m>
|
||||
<z-m>-5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Engine fire left</name>
|
||||
<path>Aircraft/A320-family/Models/Effects/enginefire.xml</path>
|
||||
<offsets>
|
||||
<x-m>-3.96705</x-m>
|
||||
<y-m>-5.63029</y-m>
|
||||
<z-m>-2.22295</z-m>
|
||||
</offsets>
|
||||
<condition>
|
||||
<property>systems/failures/fire/engine-left-fire</property>
|
||||
</condition>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Engine fire right</name>
|
||||
<path>Aircraft/A320-family/Models/Effects/enginefire.xml</path>
|
||||
<offsets>
|
||||
<x-m>-3.96705</x-m>
|
||||
<y-m> 5.63029</y-m>
|
||||
<z-m>-2.22295</z-m>
|
||||
</offsets>
|
||||
<condition>
|
||||
<property>systems/failures/fire/engine-right-fire</property>
|
||||
</condition>
|
||||
</model>
|
||||
|
||||
<!-- Animations -->
|
||||
<animation>
|
||||
<name>Fan spinning animation (slow)</name>
|
||||
<type>spin</type>
|
||||
<object-name>FanPWPPL</object-name>
|
||||
<factor>50</factor> <!-- TCDS sourced - don't tune! -->
|
||||
<property>engines/engine[3]/n1</property>
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
<center>
|
||||
<x-m>-6.73265</x-m>
|
||||
<y-m>-5.63098</y-m>
|
||||
<z-m>-2.33038</z-m>
|
||||
</center>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<name>Fan spinning animation (slow)</name>
|
||||
<type>spin</type>
|
||||
<object-name>FanPWPPR</object-name>
|
||||
<factor>50</factor>
|
||||
<property>engines/engine[4]/n1</property>
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
<center>
|
||||
<x-m>-6.73265</x-m>
|
||||
<y-m> 5.63098</y-m>
|
||||
<z-m>-2.33038</z-m>
|
||||
</center>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<name>Fan spinning animation (fast)</name>
|
||||
<type>spin</type>
|
||||
<object-name>FanSpinningPWPPL</object-name>
|
||||
<factor>5</factor>
|
||||
<property>engines/engine[3]/n1</property>
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
<center>
|
||||
<x-m>-6.73265</x-m>
|
||||
<y-m>-5.63098</y-m>
|
||||
<z-m>-2.33038</z-m>
|
||||
</center>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<name>Fan spinning animation (fast)</name>
|
||||
<type>spin</type>
|
||||
<object-name>FanSpinningPWPPR</object-name>
|
||||
<factor>5</factor>
|
||||
<property>engines/engine[4]/n1</property>
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
<center>
|
||||
<x-m>-6.73265</x-m>
|
||||
<y-m> 5.63098</y-m>
|
||||
<z-m>-2.33038</z-m>
|
||||
</center>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>FanSpinningPWPPL</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>engines/engine[3]/n1</property>
|
||||
<value>40.0</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>FanSpinningPWPPR</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>engines/engine[4]/n1</property>
|
||||
<value>40.0</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>FanPWPPL</object-name>
|
||||
<condition>
|
||||
<less-than-equals>
|
||||
<property>engines/engine[3]/n1</property>
|
||||
<value>40.0</value>
|
||||
</less-than-equals>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>FanPWPPR</object-name>
|
||||
<condition>
|
||||
<less-than-equals>
|
||||
<property>engines/engine[4]/n1</property>
|
||||
<value>40.0</value>
|
||||
</less-than-equals>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>ReverserLDoorPWPP.Inner</object-name>
|
||||
<object-name>ReverserLDoorLPWPP</object-name>
|
||||
<property>engines/engine[0]/reverser-pos-norm</property>
|
||||
<factor>0.50</factor> <!-- According to photo reference -->
|
||||
<axis>
|
||||
<x>1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>ReverserRDoorPWPP.Inner</object-name>
|
||||
<object-name>ReverserRDoorLPWPP</object-name>
|
||||
<property>engines/engine[1]/reverser-pos-norm</property>
|
||||
<factor>0.50</factor> <!-- According to photo reference -->
|
||||
<axis>
|
||||
<x>1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<!-- Effect -->
|
||||
<effect>
|
||||
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-engine-LEAP</inherits-from>
|
||||
<object-name>EnginePWPP</object-name>
|
||||
<object-name>EnginePWPPR</object-name>
|
||||
<object-name>ReverserLDoorLPWPP</object-name>
|
||||
<object-name>ReverserRDoorLPWPP</object-name>
|
||||
</effect>
|
||||
|
||||
<effect>
|
||||
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-matt-engine-LEAP</inherits-from>
|
||||
<object-name>EngineLEAPL.Inner</object-name>
|
||||
<object-name>EngineLEAPR.Inner</object-name>
|
||||
<object-name>PylonPWPPL</object-name>
|
||||
<object-name>PylonPWPPR</object-name>
|
||||
<object-name>ReverserLDoorPWPP.Inner</object-name>
|
||||
<object-name>ReverserRDoorPWPP.Inner</object-name>
|
||||
</effect>
|
||||
|
||||
<effect>
|
||||
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-chrome-engine-LEAP</inherits-from>
|
||||
<object-name>IntakePWPPL</object-name>
|
||||
<object-name>IntakePWPPR</object-name>
|
||||
<object-name>Exhaust3PWPPL</object-name>
|
||||
<object-name>Exhaust2PWPPL</object-name>
|
||||
<object-name>Exhaust3PWPPR</object-name>
|
||||
<object-name>Exhaust2PWPPR</object-name>
|
||||
</effect>
|
||||
</PropertyList>
|
|
@ -108,7 +108,6 @@ var lightManager = {
|
|||
|
||||
me.Lights.light1.setStretch(6);
|
||||
me.Lights.light2.setStretch(6);
|
||||
>>>>>>> dev
|
||||
me.update();
|
||||
},
|
||||
apos: 0,
|
||||
|
|
Loading…
Reference in a new issue