Change XX colors, fix pulling hdg knob

This commit is contained in:
Joshua Davidson 2017-05-27 15:58:19 -04:00
parent d0edc52772
commit 50e13ff689
7 changed files with 125 additions and 98 deletions

View file

@ -332,6 +332,9 @@
<ap1>0</ap1>
<ap2>0</ap2>
</output>
<custom>
<hdg-input>0</hdg-input>
</custom>
</it-autoflight>
<it-fbw n="0">

View file

@ -386,24 +386,16 @@
<type>select</type>
<object-name>lat.dash</object-name>
<condition>
<or>
<equals>
<and>
<not-equals>
<property>/it-autoflight/output/lat</property>
<value>1</value>
</equals>
<value>0</value>
</not-equals>
<equals>
<property>/it-autoflight/output/lat</property>
<value>2</value>
<property>/it-autoflight/custom/hdg-input</property>
<value>0</value>
</equals>
<equals>
<property>/it-autoflight/output/lat</property>
<value>4</value>
</equals>
<equals>
<property>/it-autoflight/output/lat</property>
<value>5</value>
</equals>
</or>
</and>
</condition>
</animation>
@ -537,13 +529,19 @@
<binding>
<command>property-assign</command>
<property>/it-autoflight/input/lat</property>
<value>0</value>
<value>3</value>
</binding>
</action>
<action>
<button>3</button>
<repeatable>true</repeatable>
<binding>
<condition>
<equals>
<property>/it-autoflight/input/lat</property>
<value>0</value>
</equals>
</condition>
<command>property-adjust</command>
<property>/it-autoflight/input/hdg</property>
<step>1</step>
@ -556,6 +554,12 @@
<button>4</button>
<repeatable>true</repeatable>
<binding>
<condition>
<equals>
<property>/it-autoflight/input/lat</property>
<value>0</value>
</equals>
</condition>
<command>property-adjust</command>
<property>/it-autoflight/input/hdg</property>
<step>-1</step>
@ -983,7 +987,6 @@
<animation>
<type>select</type>
<object-name>hdg.ind</object-name>
<object-name>hdg-text</object-name>
<condition>
<equals>
<property>/it-autoflight/output/lat</property>
@ -992,6 +995,23 @@
</condition>
</animation>
<animation>
<type>select</type>
<object-name>hdg-text</object-name>
<condition>
<or>
<equals>
<property>/it-autoflight/output/lat</property>
<value>0</value>
</equals>
<equals>
<property>/it-autoflight/custom/hdg-input</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>hdg2.ind</object-name>
@ -1403,7 +1423,7 @@
<animation>
<type>rotate</type>
<object-name>hdg-sel</object-name>
<property>/it-autoflight/input/hdg</property>
<property>/it-autoflight/input/hdg-sel</property>
<factor>11.25</factor>
<axis>
<x1-m>-0.4608</x1-m>

View file

@ -199,7 +199,7 @@
<object-name>XX.2</object-name>
<diffuse>
<red>1</red>
<green>0.45</green>
<green>0.3</green>
<blue>0</blue>
</diffuse>
<ambient>
@ -214,7 +214,7 @@
</specular>
<emission>
<red>1</red>
<green>0.45</green>
<green>0.3</green>
<blue>0</blue>
</emission>
</animation>

View file

@ -251,7 +251,7 @@
<object-name>XX.4</object-name>
<diffuse>
<red>1</red>
<green>0.45</green>
<green>0.3</green>
<blue>0</blue>
</diffuse>
<ambient>
@ -266,7 +266,7 @@
</specular>
<emission>
<red>1</red>
<green>0.45</green>
<green>0.3</green>
<blue>0</blue>
</emission>
</animation>

View file

@ -199,7 +199,7 @@
<object-name>XX.2</object-name>
<diffuse>
<red>1</red>
<green>0.45</green>
<green>0.3</green>
<blue>0</blue>
</diffuse>
<ambient>
@ -214,7 +214,7 @@
</specular>
<emission>
<red>1</red>
<green>0.45</green>
<green>0.3</green>
<blue>0</blue>
</emission>
</animation>

View file

@ -251,7 +251,7 @@
<object-name>XX.4</object-name>
<diffuse>
<red>1</red>
<green>0.45</green>
<green>0.3</green>
<blue>0</blue>
</diffuse>
<ambient>
@ -266,7 +266,7 @@
</specular>
<emission>
<red>1</red>
<green>0.45</green>
<green>0.3</green>
<blue>0</blue>
</emission>
</animation>

View file

@ -125,6 +125,10 @@ var triggerDoor = func(door, doorName, doorDesc) {
}
};
#######################
# Various Other Stuff #
#######################
setlistener("/sim/signals/fdm-initialized", func {
systems.elec_init();
systems.adirs_init();