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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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