<?xml version="1.0"?> <!-- Throttle qquadrant. December 2001 by John Check, j4strngs@rockfish.net This is an instrument configuration file for the open-source flight simulator FlightGear (www.flightgear.org). The file is an XML-encoded FlightGear property list defining the instrument's layers and actions. Each instrument is composed of layers stacked on top of each other. A layer may be a texture (with transparent parts to show the layers underneath), text, or a special layer that switches between two others (say, to turn an indicator light on or off). Each layer can move independently in proportion to a property value, and text can be generated from property values as well: all of the layer's movements are defined as transformations. Actions are hotspots on the instrument that will respond to a mouse click. Actions always modify the values of properties, either by adjusting them, toggling them, or swaping them with other properties' values. Hacked to better suit jet aircraft with reheat, as below throttle = same Prop Pitch = flaps Mixture = reheat Lee Elliott --> <PropertyList> <name>jet throttle quadrant</name> <w-base>150</w-base> <h-base>70</h-base> <params> <engine0-throttle-select>/controls/engines/engine[0]/throttle</engine0-throttle-select> <engine1-throttle-select>/controls/engines/engine[1]/throttle</engine1-throttle-select> <flaps-select>/controls/flight/flaps</flaps-select> <engine0-reheat-select>/controls/engines/engine[0]/augmentation</engine0-reheat-select> <engine1-reheat-select>/controls/engines/engine[1]/augmentation</engine1-reheat-select> </params> <layers> <layer> <name>backplate</name> <texture> <path>Aircraft/Instruments/Textures/flaps.rgb</path> <x1>0.378125</x1> <y1>0.65</y1> <x2>1.0</x2> <y2>1.0</y2> </texture> <w>150</w> <h>70</h> </layer> <!--throttles --> <layer> <name>throttle 0 handle </name> <texture> <path>Aircraft/Instruments/Textures/handles.rgb</path> <x1>0.0</x1> <x2>0.37890625</x2> <y1>0.875</y1> <y2>1.0</y2> </texture> <w>20</w> <h>30</h> <transformations> <transformation> <type>x-shift</type> <offset>-65</offset> </transformation> <transformation> <type>y-shift</type> <property alias="../../../../../params/engine0-throttle-select"/> <min>0.0</min> <max>1.0</max> <scale>40</scale> <offset>-20</offset> </transformation> </transformations> </layer> <layer> <name>throttle 1 handle</name> <texture> <path>Aircraft/Instruments/Textures/handles.rgb</path> <x1>0.0</x1> <x2>0.37890625</x2> <y1>0.875</y1> <y2>1.0</y2> </texture> <w>20</w> <h>30</h> <transformations> <transformation> <type>x-shift</type> <offset>-45</offset> </transformation> <transformation> <type>y-shift</type> <property alias="../../../../../params/engine0-throttle-select"/> <min>0.0</min> <max>1.0</max> <scale>40</scale> <offset>-20</offset> </transformation> </transformations> </layer> <!-- Flap extend/retract --> <layer> <name>prop advance0 handle</name> <texture> <path>Aircraft/Instruments/Textures/handles.rgb</path> <x1>0.0</x1> <x2>0.37890625</x2> <y1>0.6015625</y1> <y2>0.72265625</y2> </texture> <w>40</w> <h>30</h> <transformations> <transformation> <type>x-shift</type> <offset>-0</offset> </transformation> <transformation> <type>y-shift</type> <property alias="../../../../../params/flaps-select"/> <min>0.0</min> <max>1.0</max> <scale>40</scale> <offset>-20</offset> </transformation> </transformations> </layer> <!-- Reheat --> <layer> <name>mEngine 0 Reheat handle</name> <texture> <path>Aircraft/Instruments/Textures/handles.rgb</path> <x1>0.0</x1> <x2>0.37890625</x2> <y1>0.73828125</y1> <y2>0.86328125</y2> </texture> <w>20</w> <h>30</h> <transformations> <transformation> <type>x-shift</type> <offset>45</offset> </transformation> <transformation> <type>y-shift</type> <property alias="../../../../../params/engine0-reheat-select"/> <min>0.0</min> <max>1.0</max> <scale>40</scale> <offset>-22</offset> </transformation> </transformations> </layer> <layer> <name>Engine 1 Reheat handle</name> <texture> <path>Aircraft/Instruments/Textures/handles.rgb</path> <x1>0.0</x1> <x2>0.37890625</x2> <y1>0.73828125</y1> <y2>0.86328125</y2> </texture> <w>20</w> <h>30</h> <transformations> <transformation> <type>x-shift</type> <offset>65</offset> </transformation> <transformation> <type>y-shift</type> <property alias="../../../../../params/engine1-reheat-select"/> <min>0.0</min> <max>1.0</max> <scale>40</scale> <offset>-22</offset> </transformation> </transformations> </layer> </layers> <actions> <!-- throttle 0 --> <action> <name>small decrease</name> <button>0</button> <x>-75</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-throttle-select"/> <step>-0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>small increase</name> <button>0</button> <x>-65</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-throttle-select"/> <step>0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big decrease</name> <button>1</button> <x>-75</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-throttle-select"/> <step>-0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big increase</name> <button>1</button> <x>-65</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-throttle-select"/> <step>0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <!-- throttle 1 --> <action> <name>small decrease</name> <button>0</button> <x>-45</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-throttle-select"/> <step>-0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>small increase</name> <button>0</button> <x>-55</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-throttle-select"/> <step>0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big decrease</name> <button>1</button> <x>-45</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-throttle-select"/> <step>-0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big increase</name> <button>1</button> <x>-55</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-throttle-select"/> <step>0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <!-- throttle 0 and 1 --> <action> <name>small decrease</name> <button>0</button> <x>-75</x> <y>0</y> <w>20</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-throttle-select"/> <step>-0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-throttle-select"/> <step>-0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>small increase</name> <button>0</button> <x>-55</x> <y>0</y> <w>20</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-throttle-select"/> <step>0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-throttle-select"/> <step>0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big decrease</name> <button>1</button> <x>-75</x> <y>0</y> <w>20</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-throttle-select"/> <step>-0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-throttle-select"/> <step>-0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big increase</name> <button>1</button> <x>-55</x> <y>-0</y> <w>20</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-throttle-select"/> <step>0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-throttle-select"/> <step>0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <!-- flap extend/retract --> <action> <name>Flap Retract</name> <button>0</button> <x>-20</x> <y>-35</y> <w>40</w> <h>20</h> <binding> <command>property-adjust</command> <property alias="../../../../params/flaps-select"/> <step>-0.33</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>Flap Extend</name> <button>0</button> <x>-20</x> <y>10</y> <w>40</w> <h>20</h> <binding> <command>property-adjust</command> <property alias="../../../../params/flaps-select"/> <step>0.33</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <!-- Reheat 0 --> <!-- <action> <name>big decrease</name> <button>1</button> <x>35</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-reheat-select"/> <step>-0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big increase</name> <button>1</button> <x>45</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-reheat-select"/> <step>0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> --> <!-- reheat 1 --> <!-- <action> <name>big decrease</name> <button>1</button> <x>65</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-reheat-select"/> <step>-0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big increase</name> <button>1</button> <x>55</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-reheat-select"/> <step>0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> --> <!-- engine 0 and 1 reheat --> <!-- <action> <name>big decrease</name> <button>1</button> <x>35</x> <y>0</y> <w>20</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-reheat-select"/> <step>-0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-reheat-select"/> <step>-0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big increase</name> <button>1</button> <x>-5</x> <y>-5</y> <w>40</w> <h>40</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-reheat-select"/> <step>0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-reheat-select"/> <step>0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> --> <!-- Engine 0 Reheat --> <action> <name>small decrease</name> <button>0</button> <x>35</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-reheat-select"/> <step>-0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>small increase</name> <button>0</button> <x>45</x> <y>-36</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-reheat-select"/> <step>0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big decrease</name> <button>1</button> <x>35</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-reheat-select"/> <step>-0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big increase</name> <button>1</button> <x>45</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-reheat-select"/> <step>0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <!-- Engine 1 Reheat --> <action> <name>small decrease</name> <button>0</button> <x>65</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-reheat-select"/> <step>-0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>small increase</name> <button>0</button> <x>55</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-reheat-select"/> <step>0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big decrease</name> <button>1</button> <x>65</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-reheat-select"/> <step>-0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big increase</name> <button>1</button> <x>55</x> <y>-35</y> <w>10</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-reheat-select"/> <step>0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <!-- Engine 0 and 1 Reheat --> <action> <name>small decrease</name> <button>0</button> <x>35</x> <y>0</y> <w>20</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-reheat-select"/> <step>-0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-reheat-select"/> <step>-0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>small increase</name> <button>0</button> <x>55</x> <y>0</y> <w>20</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-reheat-select"/> <step>0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-reheat-select"/> <step>0.01</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big decrease</name> <button>1</button> <x>35</x> <y>0</y> <w>20</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-reheat-select"/> <step>-0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-reheat-select"/> <step>-0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> <action> <name>big increase</name> <button>1</button> <x>55</x> <y>0</y> <w>20</w> <h>35</h> <binding> <command>property-adjust</command> <property alias="../../../../params/engine0-reheat-select"/> <step>0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> <binding> <command>property-adjust</command> <property alias="../../../../params/engine1-reheat-select"/> <step>0.1</step> <min>0</min> <max>1.0</max> <wrap>false</wrap> </binding> </action> </actions> </PropertyList>