This commit is contained in:
commit
5f7c2f7cd7
6 changed files with 19 additions and 43 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,4 +2,3 @@
|
|||
*.*~
|
||||
.*~
|
||||
MyDevWIP
|
||||
RMairlines.*
|
|
@ -36,18 +36,17 @@
|
|||
<object-name>sidestick-pos</object-name>
|
||||
<condition>
|
||||
<or>
|
||||
<property>/gear/gear[1]/wow</property>
|
||||
<property>/gear/gear[2]/wow</property>
|
||||
<and>
|
||||
<property>/options/pfd/sidestick-pos</property>
|
||||
<equals>
|
||||
<property>/it-autoflight/output/ap1</property>
|
||||
<property>/gear/gear[1]/wow</property>
|
||||
<property>/gear/gear[2]/wow</property>
|
||||
<not-equals>
|
||||
<property>/FMGC/status/phase</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>/it-autoflight/output/ap1</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
</not-equals>
|
||||
<not-equals>
|
||||
<property>/FMGC/status/phase</property>
|
||||
<value>1</value>
|
||||
</not-equals>
|
||||
</and>
|
||||
<and>
|
||||
<property>/gear/gear[1]/wow</property>
|
||||
|
|
|
@ -36,18 +36,17 @@
|
|||
<object-name>sidestick-pos</object-name>
|
||||
<condition>
|
||||
<or>
|
||||
<property>/gear/gear[1]/wow</property>
|
||||
<property>/gear/gear[2]/wow</property>
|
||||
<and>
|
||||
<property>/options/pfd/sidestick-pos</property>
|
||||
<equals>
|
||||
<property>/it-autoflight/output/ap1</property>
|
||||
<property>/gear/gear[1]/wow</property>
|
||||
<property>/gear/gear[2]/wow</property>
|
||||
<not-equals>
|
||||
<property>/FMGC/status/phase</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>/it-autoflight/output/ap1</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
</not-equals>
|
||||
<not-equals>
|
||||
<property>/FMGC/status/phase</property>
|
||||
<value>1</value>
|
||||
</not-equals>
|
||||
</and>
|
||||
<and>
|
||||
<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 |
|
@ -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>
|
Reference in a new issue