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-max</object-name>
<object-name>sidestick-pos</object-name> <object-name>sidestick-pos</object-name>
<condition> <condition>
<and>
<or> <or>
<property>/gear/gear[1]/wow</property> <property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property> <property>/gear/gear[2]/wow</property>
</or>
<or>
<and> <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> <or>
<equals> <equals>
<property>/FMGC/status/phase</property> <property>/FMGC/status/phase</property>
@ -68,8 +58,6 @@
</equals> </equals>
</and> </and>
<and> <and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or> <or>
<equals> <equals>
<property>/FMGC/status/phase</property> <property>/FMGC/status/phase</property>
@ -86,6 +74,7 @@
</equals> </equals>
</and> </and>
</or> </or>
</and>
</condition> </condition>
</animation> </animation>

View file

@ -35,23 +35,13 @@
<object-name>sidestick-max</object-name> <object-name>sidestick-max</object-name>
<object-name>sidestick-pos</object-name> <object-name>sidestick-pos</object-name>
<condition> <condition>
<and>
<or> <or>
<property>/gear/gear[1]/wow</property> <property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property> <property>/gear/gear[2]/wow</property>
</or>
<or>
<and> <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> <or>
<equals> <equals>
<property>/FMGC/status/phase</property> <property>/FMGC/status/phase</property>
@ -68,8 +58,6 @@
</equals> </equals>
</and> </and>
<and> <and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or> <or>
<equals> <equals>
<property>/FMGC/status/phase</property> <property>/FMGC/status/phase</property>
@ -86,6 +74,7 @@
</equals> </equals>
</and> </and>
</or> </or>
</and>
</condition> </condition>
</animation> </animation>