This commit is contained in:
omega13a 2017-06-24 00:03:32 -07:00
commit 5f7c2f7cd7
6 changed files with 19 additions and 43 deletions

3
.gitignore vendored
View file

@ -1,5 +1,4 @@
#ignore generated backup files #ignore generated backup files
*.*~ *.*~
.*~ .*~
MyDevWIP MyDevWIP
RMairlines.*

View file

@ -36,18 +36,17 @@
<object-name>sidestick-pos</object-name> <object-name>sidestick-pos</object-name>
<condition> <condition>
<or> <or>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<and> <and>
<property>/options/pfd/sidestick-pos</property> <property>/gear/gear[1]/wow</property>
<equals> <property>/gear/gear[2]/wow</property>
<property>/it-autoflight/output/ap1</property> <not-equals>
<property>/FMGC/status/phase</property>
<value>0</value> <value>0</value>
</equals> </not-equals>
<equals> <not-equals>
<property>/it-autoflight/output/ap1</property> <property>/FMGC/status/phase</property>
<value>0</value> <value>1</value>
</equals> </not-equals>
</and> </and>
<and> <and>
<property>/gear/gear[1]/wow</property> <property>/gear/gear[1]/wow</property>

View file

@ -36,18 +36,17 @@
<object-name>sidestick-pos</object-name> <object-name>sidestick-pos</object-name>
<condition> <condition>
<or> <or>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<and> <and>
<property>/options/pfd/sidestick-pos</property> <property>/gear/gear[1]/wow</property>
<equals> <property>/gear/gear[2]/wow</property>
<property>/it-autoflight/output/ap1</property> <not-equals>
<property>/FMGC/status/phase</property>
<value>0</value> <value>0</value>
</equals> </not-equals>
<equals> <not-equals>
<property>/it-autoflight/output/ap1</property> <property>/FMGC/status/phase</property>
<value>0</value> <value>1</value>
</equals> </not-equals>
</and> </and>
<and> <and>
<property>/gear/gear[1]/wow</property> <property>/gear/gear[1]/wow</property>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 473 KiB

View file

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
<sim>
<model>
<livery>
<name>Suprise Aircraft</name>
<texture>Liveries/A318/CFM/Suprise.png</texture>
</livery>
<nose>
<texture>Liveries/A318/CFM/Suprise-nose.png</texture>
</nose>
</model>
</sim>
<options>
<steep-ils type="bool">0</steep-ils>
<steep-ils-avail type="bool">0</steep-ils-avail>
</options>
</PropertyList>