Modified to work with changed "switch" layer.
This commit is contained in:
parent
a8cb795495
commit
b6d3f56829
17 changed files with 103 additions and 35 deletions
|
@ -215,8 +215,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>voice/ident toggle</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../params/adf-morse-ident-toggle-prop"/>
|
||||
<layer>
|
||||
<layer>
|
||||
<condition>
|
||||
<property alias="../../../../../params/adf-morse-ident-toggle-prop"/>
|
||||
</condition>
|
||||
<name>voice on</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/switches.rgb</path>
|
||||
|
|
|
@ -52,8 +52,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>WL button</name>
|
||||
<type>switch</type>
|
||||
<property>/autopilot/locks/wing-leveler</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/autopilot/locks/wing-leveler</property>
|
||||
</condition>
|
||||
<name>WL on</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/blister.rgb</path>
|
||||
|
@ -124,8 +126,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>HDG button</name>
|
||||
<type>switch</type>
|
||||
<property>/autopilot/locks/heading</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/autopilot/locks/heading</property>
|
||||
</condition>
|
||||
<name>HDG on</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/blister.rgb</path>
|
||||
|
@ -196,8 +200,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>NAV button</name>
|
||||
<type>switch</type>
|
||||
<property>/autopilot/locks/nav[0]</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/autopilot/locks/nav[0]</property>
|
||||
</condition>
|
||||
<name>NAV on</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/blister.rgb</path>
|
||||
|
@ -268,8 +274,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>APR button</name>
|
||||
<type>switch</type>
|
||||
<property>/autopilot/locks/glide-slope[0]</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/autopilot/locks/glide-slope[0]</property>
|
||||
</condition>
|
||||
<name>APR on</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/blister.rgb</path>
|
||||
|
@ -340,8 +348,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>ALT button</name>
|
||||
<type>switch</type>
|
||||
<property>/autopilot/locks/altitude</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/autopilot/locks/altitude</property>
|
||||
</condition>
|
||||
<name>ALT on</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/blister.rgb</path>
|
||||
|
|
|
@ -14,8 +14,10 @@
|
|||
<layer>
|
||||
<name>Brake light</name>
|
||||
<type>switch</type>
|
||||
<property>/controls[0]/parking-brake</property> <!-- nose brake -->
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/controls[0]/parking-brake</property> <!-- nose brake -->
|
||||
</condition>
|
||||
<name>on</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/warning-lamps.rgb</path>
|
||||
|
|
|
@ -44,10 +44,12 @@ properties' values.
|
|||
<layer>
|
||||
<name>distance to station</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/dme/in-range</property>
|
||||
<w>128</w>
|
||||
<h>64</h>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/dme/in-range</property>
|
||||
</condition>
|
||||
<name>display</name>
|
||||
<type>text</type>
|
||||
<font>led</font>
|
||||
|
@ -97,8 +99,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>ground speed towards station</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/dme/in-range</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/dme/in-range</property>
|
||||
</condition>
|
||||
<type>text</type>
|
||||
<font>led</font>
|
||||
<point-size>6</point-size>
|
||||
|
@ -143,8 +147,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>time to station</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/dme/in-range</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/dme/in-range</property>
|
||||
</condition>
|
||||
<type>text</type>
|
||||
<font>led</font>
|
||||
<point-size>6</point-size>
|
||||
|
|
|
@ -14,8 +14,10 @@
|
|||
<layer>
|
||||
<name>Brake light</name>
|
||||
<type>switch</type>
|
||||
<property>/controls[0]/gear-down</property> <!-- nose brake -->
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/controls[0]/gear-down</property> <!-- nose brake -->
|
||||
</condition>
|
||||
<name>on</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/warning-lamps.rgb</path>
|
||||
|
|
|
@ -43,8 +43,10 @@ Started 24-7-01 by Timothy Gale
|
|||
<layer>
|
||||
<name>TO/FROM/OFF flag</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/nav[0]/to-flag</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/nav[0]/to-flag</property>
|
||||
</condition>
|
||||
<name>TO flag</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
||||
|
@ -59,8 +61,10 @@ Started 24-7-01 by Timothy Gale
|
|||
<layer>
|
||||
<name>FROM/OFF flag</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/nav[0]/from-flag</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/nav[0]/from-flag</property>
|
||||
</condition>
|
||||
<name>FROM flag</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
||||
|
|
|
@ -43,8 +43,10 @@ Started 24-7-01 by Timothy Gale
|
|||
<layer>
|
||||
<name>TO/FROM/OFF flag</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/nav[0]/to-flag</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/nav[0]/to-flag</property>
|
||||
</condition>
|
||||
<name>TO flag</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
||||
|
@ -59,8 +61,10 @@ Started 24-7-01 by Timothy Gale
|
|||
<layer>
|
||||
<name>FROM/OFF flag</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/nav[0]/from-flag</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/nav[0]/from-flag</property>
|
||||
</condition>
|
||||
<name>FROM flag</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
||||
|
|
|
@ -75,8 +75,10 @@ Started 24-7-01 by Timothy Gale
|
|||
<layer>
|
||||
<name>TO/FROM/OFF flag</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/nav[0]/to-flag</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/nav[0]/to-flag</property>
|
||||
</condition>
|
||||
<name>TO flag</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
||||
|
@ -91,8 +93,10 @@ Started 24-7-01 by Timothy Gale
|
|||
<layer>
|
||||
<name>FROM/OFF flag</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/nav[0]/from-flag</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/nav[0]/from-flag</property>
|
||||
</condition>
|
||||
<name>FROM flag</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
||||
|
|
|
@ -58,8 +58,10 @@
|
|||
<layer>
|
||||
<name>magneto 0 switch</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../params/starter0-select"/>
|
||||
<layer>
|
||||
<condition>
|
||||
<property alias="../../../../../params/starter0-select"/>
|
||||
</condition>
|
||||
<name>starter engage</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/radios-1.rgb</path>
|
||||
|
@ -151,8 +153,10 @@
|
|||
<layer>
|
||||
<name>magneto 1 switch</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../params/starter1-select"/>
|
||||
<layer>
|
||||
<condition>
|
||||
<property alias="../../../../../params/starter1-select"/>
|
||||
</condition>
|
||||
<name>starter engage</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/radios-1.rgb</path>
|
||||
|
|
|
@ -44,10 +44,12 @@ properties' values.
|
|||
<layer>
|
||||
<name>lamp</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/marker-beacon/outer</property>
|
||||
<layer>
|
||||
<name>on</name>
|
||||
<texture>
|
||||
<condition>
|
||||
<property>/radios/marker-beacon/outer</property>
|
||||
</condition>
|
||||
<path>Aircraft/Instruments/Textures/led.rgb</path>
|
||||
<x1>0.5</x1>
|
||||
<y1>0.75</y1>
|
||||
|
@ -123,8 +125,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>lamp</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/marker-beacon/middle</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/marker-beacon/middle</property>
|
||||
</condition>
|
||||
<name>on</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/led.rgb</path>
|
||||
|
@ -204,8 +208,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>lamp</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/marker-beacon/inner</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/marker-beacon/inner</property>
|
||||
</condition>
|
||||
<name>on</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/led.rgb</path>
|
||||
|
|
|
@ -67,8 +67,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>TO/FROM/OFF flag</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../params/nav-to-flag"/>
|
||||
<layer>
|
||||
<condition>
|
||||
<property alias="../../../../../params/nav-to-flag"/>
|
||||
</condition>
|
||||
<name>TO flag</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
||||
|
@ -83,8 +85,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>FROM/OFF flag</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../../params/nav-from-flag"/>
|
||||
<layer>
|
||||
<condition>
|
||||
<property alias="../../../../../../params/nav-from-flag"/>
|
||||
</condition>
|
||||
<name>FROM flag</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
||||
|
|
|
@ -67,8 +67,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>TO/FROM/OFF flag</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../params/nav-to-flag"/>
|
||||
<layer>
|
||||
<condition>
|
||||
<property alias="../../../../../params/nav-to-flag"/>
|
||||
</condition>
|
||||
<name>TO flag</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
||||
|
@ -83,8 +85,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>FROM/OFF flag</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../../params/nav-from-flag"/>
|
||||
<layer>
|
||||
<condition>
|
||||
<property alias="../../../../../../params/nav-from-flag"/>
|
||||
</condition>
|
||||
<name>FROM flag</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
||||
|
|
|
@ -56,10 +56,12 @@ properties' values.
|
|||
<layer>
|
||||
<name>distance to station</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/dme/in-range</property>
|
||||
<w>96</w>
|
||||
<h>64</h>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/dme/in-range</property>
|
||||
</condition>
|
||||
<name>display</name>
|
||||
<type>text</type>
|
||||
<point-size>10</point-size>
|
||||
|
@ -147,8 +149,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>TO/FROM/OFF flag</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/nav[0]/to-flag</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/nav[0]/to-flag</property>
|
||||
</condition>
|
||||
<name>TO flag</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
||||
|
@ -163,8 +167,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>FROM/OFF flag</name>
|
||||
<type>switch</type>
|
||||
<property>/radios/nav[1]/from-flag</property>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/nav[1]/from-flag</property>
|
||||
</condition>
|
||||
<name>FROM flag</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
||||
|
|
|
@ -230,8 +230,10 @@ properties' values.
|
|||
<layer>
|
||||
<name>voice/ident toggle</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../params/nav-morse-ident-toggle-prop"/>
|
||||
<layer>
|
||||
<condition>
|
||||
<property alias="../../../../../params/nav-morse-ident-toggle-prop"/>
|
||||
</condition>
|
||||
<name>voice on</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/switches.rgb</path>
|
||||
|
|
|
@ -55,8 +55,10 @@
|
|||
<layer>
|
||||
<name>magneto switch</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../params/starter-select"/>
|
||||
<layer>
|
||||
<condition>
|
||||
<property alias="../../../../../params/starter-select"/>
|
||||
</condition>
|
||||
<name>starter engage</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/navcom-radios.rgb</path>
|
||||
|
|
|
@ -4,8 +4,10 @@
|
|||
|
||||
<name>voice/ident toggle</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../params/"/>
|
||||
<layer>
|
||||
<condition>
|
||||
<property alias="../../../params/"/>
|
||||
</condition>
|
||||
<name>voice on</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/switches.rgb</path>
|
||||
|
|
|
@ -58,8 +58,10 @@
|
|||
<layer>
|
||||
<name>magneto 0 switch</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../params/starter0-select"/>
|
||||
<layer>
|
||||
<condition>
|
||||
<property alias="../../../../../params/starter0-select"/>
|
||||
</condition>
|
||||
<name>starter engage</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/navcom-radios.rgb</path>
|
||||
|
@ -151,8 +153,10 @@
|
|||
<layer>
|
||||
<name>magneto 1 switch</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../params/starter1-select"/>
|
||||
<layer>
|
||||
<condition>
|
||||
<property alias="../../../../../params/starter1-select"/>
|
||||
</condition>
|
||||
<name>starter engage</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/navcom-radios.rgb</path>
|
||||
|
|
Loading…
Add table
Reference in a new issue