diff --git a/Aircraft/Instruments/engine-reheat.xml b/Aircraft/Instruments/engine-reheat.xml index daf226f53..91b35a289 100755 --- a/Aircraft/Instruments/engine-reheat.xml +++ b/Aircraft/Instruments/engine-reheat.xml @@ -34,8 +34,8 @@ instrument <h-base>128</h-base> <params> - <pt-select>/controls/afterburner</pt-select> - <reheat-select>/controls/afterburner</reheat-select> + <pt-select>/controls/engines/engine[0]/afterburner</pt-select> + <reheat-select>/controls/engines/engine[0]/afterburner</reheat-select> </params> <layers> diff --git a/Aircraft/Instruments/engine0-reheat.xml b/Aircraft/Instruments/engine0-reheat.xml index 1c7c8d341..384e99e8f 100755 --- a/Aircraft/Instruments/engine0-reheat.xml +++ b/Aircraft/Instruments/engine0-reheat.xml @@ -34,8 +34,8 @@ instrument <h-base>128</h-base> <params> - <pt0-select>/controls/afterburner[0]</pt0-select> - <reheat0-select>/controls/afterburner[0]</reheat0-select> + <pt0-select>/controls/engines/engine[0]/afterburner</pt0-select> + <reheat0-select>/controls/engines/engine[0]/afterburner</reheat0-select> </params> <layers> diff --git a/Aircraft/Instruments/engine1-reheat.xml b/Aircraft/Instruments/engine1-reheat.xml index 00065d737..e265ab7df 100755 --- a/Aircraft/Instruments/engine1-reheat.xml +++ b/Aircraft/Instruments/engine1-reheat.xml @@ -34,8 +34,8 @@ instrument <h-base>128</h-base> <params> - <pt1-select>/controls/afterburner[1]</pt1-select> - <reheat1-select>/controls/afterburner[1]</reheat1-select> + <pt1-select>/controls/engines/engine[1]/afterburner</pt1-select> + <reheat1-select>/controls/engines/engine[1]/afterburner</reheat1-select> </params> <layers> diff --git a/Aircraft/Instruments/gear-indicator.xml b/Aircraft/Instruments/gear-indicator.xml index 4cc69f556..504a79ab4 100644 --- a/Aircraft/Instruments/gear-indicator.xml +++ b/Aircraft/Instruments/gear-indicator.xml @@ -16,7 +16,7 @@ <type>switch</type> <layer> <condition> - <property>/controls[0]/gear-down</property> <!-- nose brake --> + <property>/controls/gear/gear-down</property> <!-- nose brake --> </condition> <name>on</name> <texture> @@ -67,7 +67,7 @@ <h>26</h> <binding> <command>property-toggle</command> - <property>/controls/gear-down</property> + <property>/controls/gear/gear-down</property> </binding> </action> </actions> diff --git a/Aircraft/Instruments/gear.xml b/Aircraft/Instruments/gear.xml index c9a2ebc18..38f8886ee 100644 --- a/Aircraft/Instruments/gear.xml +++ b/Aircraft/Instruments/gear.xml @@ -41,7 +41,7 @@ <transformations> <transformation> <type>x-shift</type> - <property>/controls/gear-down</property> + <property>/controls/gear/gear-down</property> <min>0.0</min> <max>1.0</max> <scale>0.0</scale> @@ -49,7 +49,7 @@ </transformation> <transformation> <type>y-shift</type> - <property>/controls/gear-down</property> + <property>/controls/gear/gear-down</property> <min>0.0</min> <max>1.0</max> <scale>-50.0</scale> @@ -74,7 +74,7 @@ <h>96</h> <binding> <command>property-toggle</command> - <property>/controls/gear-down</property> + <property>/controls/gear/gear-down</property> <min>1.0</min> <max>0.0</max>