A3XX: Finally actually fix the PFD

This commit is contained in:
Joshua Davidson 2017-06-23 17:42:49 -04:00
parent 814aa44f66
commit ed0f7a8224
2 changed files with 68 additions and 90 deletions

View file

@ -35,23 +35,13 @@
<object-name>sidestick-max</object-name>
<object-name>sidestick-pos</object-name>
<condition>
<and>
<or>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
</or>
<or>
<and>
<property>/options/pfd/sidestick-pos</property>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>0</value>
</equals>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>0</value>
</equals>
</and>
<and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or>
<equals>
<property>/FMGC/status/phase</property>
@ -68,8 +58,6 @@
</equals>
</and>
<and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or>
<equals>
<property>/FMGC/status/phase</property>
@ -86,6 +74,7 @@
</equals>
</and>
</or>
</and>
</condition>
</animation>

View file

@ -35,23 +35,13 @@
<object-name>sidestick-max</object-name>
<object-name>sidestick-pos</object-name>
<condition>
<and>
<or>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
</or>
<or>
<and>
<property>/options/pfd/sidestick-pos</property>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>0</value>
</equals>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>0</value>
</equals>
</and>
<and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or>
<equals>
<property>/FMGC/status/phase</property>
@ -68,8 +58,6 @@
</equals>
</and>
<and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or>
<equals>
<property>/FMGC/status/phase</property>
@ -86,6 +74,7 @@
</equals>
</and>
</or>
</and>
</condition>
</animation>