fix wings/livery over MP -thanks jomo

This commit is contained in:
Joshua Davidson 2016-11-09 17:25:51 -05:00
parent eb3cf81ced
commit 93f51dfea3
8 changed files with 28 additions and 15 deletions

View file

@ -16,7 +16,6 @@
<path>Aircraft/A320Family/Models/A319-200.xml</path>
<livery>
<file>Liveries/A319/USAirwaysStar</file>
<texture>Liveries/A319/USAirwaysStar.png</texture>
</livery>
</model>
@ -75,6 +74,8 @@
</menubar>
</sim>
<engine-type>1</engine-type>
<nasal>
<A320>
<file>Aircraft/A320Family/Nasal/engines.nas</file>

View file

@ -16,7 +16,6 @@
<path>Aircraft/A320Family/Models/A320-200.xml</path>
<livery>
<file>Liveries/A320/Airbus</file>
<texture>Liveries/A320/Airbus.png</texture>
</livery>
</model>
@ -67,6 +66,8 @@
</menubar>
</sim>
<engine-type>1</engine-type>
<nasal>
<A320>
<file>Aircraft/A320Family/Nasal/engines.nas</file>

View file

@ -125,6 +125,7 @@
<generic>
<float n="0" alias="/controls/lighting/dome-norm" />
<float n="1" alias="/controls/lighting/interior" />
<float n="2" alias="/engine-type" />
<int n="2" alias="/controls/lighting/landing-lights[0]" />
<int n="3" alias="/controls/lighting/landing-lights[1]" />
<int n="4" alias="/controls/lighting/landing-lights[2]" />
@ -237,12 +238,12 @@
<pitch>
<umin>-0.25</umin>
<umax>0.25</umax>
<kp>-0.07</kp>
<kp>-0.05</kp>
</pitch>
<flch>
<umin>-0.25</umin>
<umax>0.25</umax>
<kp>-0.08</kp>
<kp>-0.03</kp>
</flch>
<gs>
<kp>0.10</kp>

View file

@ -16,7 +16,6 @@
<path>Aircraft/A320Family/Models/A321-200.xml</path>
<livery>
<file>Liveries/A321/Airbus</file>
<texture>Liveries/A321/Airbus.png</texture>
</livery>
</model>
@ -75,6 +74,8 @@
</menubar>
</sim>
<engine-type>1</engine-type>
<nasal>
<A320>
<file>Aircraft/A320Family/Nasal/engines.nas</file>

View file

@ -73,8 +73,8 @@
<path>Aircraft/A320Family/Models/Wings/a320.wings.iae.xml</path>
<condition>
<equals>
<property>/sim/aero</property>
<value>A319-200-IAE</value>
<property>/sim/multiplay/generic/float[2]</property>
<value>1</value>
</equals>
</condition>
<offsets>
@ -233,6 +233,7 @@
<!-- Fuselage -->
<property-base>sim/model/livery</property-base>
<texture-prop>texture</texture-prop>
<texture>A319.png</texture>
</animation>
<!-- Nasal code -->

View file

@ -74,8 +74,8 @@
<path>Aircraft/A320Family/Models/Wings/a320.wings.iae.xml</path>
<condition>
<equals>
<property>/sim/aero</property>
<value>A320-200-IAE</value>
<property>/sim/multiplay/generic/float[2]</property>
<value>1</value>
</equals>
</condition>
<offsets>
@ -238,6 +238,7 @@
<!-- Fuselage -->
<property-base>sim/model/livery</property-base>
<texture-prop>texture</texture-prop>
<texture>A320.png</texture>
</animation>
<!-- Nasal code -->

View file

@ -73,8 +73,8 @@
<path>Aircraft/A320Family/Models/Wings/a320.wings.iae.xml</path>
<condition>
<equals>
<property>/sim/aero</property>
<value>A321-200-IAE</value>
<property>/sim/multiplay/generic/float[2]</property>
<value>1</value>
</equals>
</condition>
<offsets>
@ -233,6 +233,7 @@
<!-- Fuselage -->
<property-base>sim/model/livery</property-base>
<texture-prop>texture</texture-prop>
<texture>A321.png</texture>
</animation>
<!-- Nasal code -->

View file

@ -256,10 +256,16 @@
<type>select</type>
<object-name>lat.dash</object-name>
<condition>
<equals>
<property>/it-autoflight/aplatmode</property>
<value>1</value>
</equals>
<or>
<equals>
<property>/it-autoflight/aplatmode</property>
<value>1</value>
</equals>
<equals>
<property>/it-autoflight/aplatmode</property>
<value>2</value>
</equals>
</or>
</condition>
</animation>