125 lines
3.3 KiB
XML
Executable file
125 lines
3.3 KiB
XML
Executable file
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
Improved airspeed indicator instrument.
|
|
19 June 2002
|
|
airspeed indicator instrument from A4C
|
|
Jim Wilson jimw@kelcomaine.com
|
|
Face and calibration by Andy Ross, andy@plausible.org.
|
|
_______________________________________________________________________________
|
|
|
|
Based on Default by David Megginson, david@megginson.com.
|
|
|
|
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.
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<name>590 Knot Airspeed Indicator</name>
|
|
|
|
<w-base>128</w-base>
|
|
<h-base>128</h-base>
|
|
|
|
<layers>
|
|
<layer>
|
|
<name>gauge face</name>
|
|
<texture>
|
|
<path>Aircraft/Instruments/Textures/asi-590-knot-a4c.rgb</path>
|
|
<x1>0.5</x1>
|
|
<y1>0.5</y1>
|
|
<x2>1.0</x2>
|
|
<y2>1.0</y2>
|
|
</texture>
|
|
<w>112</w>
|
|
<h>112</h>
|
|
</layer>
|
|
<layer>
|
|
<name>needle</name>
|
|
<texture>
|
|
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
|
<x1>0.8</x1>
|
|
<y1>0.78125</y1>
|
|
<x2>0.8375</x2>
|
|
<y2>1.0</y2>
|
|
</texture>
|
|
<w>5.5</w>
|
|
<h>44</h>
|
|
<transformations>
|
|
<transformation>
|
|
<type>rotation</type>
|
|
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
|
<min>50.0</min>
|
|
<max>590.0</max>
|
|
<scale>1.0</scale>
|
|
<interpolation>
|
|
<entry><ind> 50</ind><dep> 0</dep></entry>
|
|
<entry><ind> 100</ind><dep> 44.8</dep></entry>
|
|
<entry><ind> 200</ind><dep> 121.9</dep></entry>
|
|
<entry><ind> 300</ind><dep> 188.1</dep></entry>
|
|
<entry><ind> 400</ind><dep> 246.9</dep></entry>
|
|
<entry><ind> 500</ind><dep> 300.5</dep></entry>
|
|
<entry><ind> 600</ind><dep> 350.0</dep></entry>
|
|
</interpolation>
|
|
</transformation>
|
|
<transformation>
|
|
<type>y-shift</type>
|
|
<offset>16</offset>
|
|
</transformation>
|
|
</transformations>
|
|
</layer>
|
|
|
|
<layer>
|
|
<name>button</name>
|
|
<texture>
|
|
<path>Aircraft/Instruments/Textures/misc-1.rgb</path>
|
|
<x1>0.6171875</x1>
|
|
<y1>0.2421875</y1>
|
|
<x2>0.7890625</x2>
|
|
<y2>0.4140625</y2>
|
|
</texture>
|
|
<w>14</w>
|
|
<h>14</h>
|
|
</layer>
|
|
|
|
<layer>
|
|
<name>glare shield</name>
|
|
<texture>
|
|
<path>Aircraft/Instruments/Textures/bezel1.rgb</path>
|
|
<x1>0.5</x1>
|
|
<y1>0.0</y1>
|
|
<x2>1.0</x2>
|
|
<y2>0.5</y2>
|
|
</texture>
|
|
<w>128</w>
|
|
<h>128</h>
|
|
<transformations>
|
|
<transformation>
|
|
<type>x-shift</type>
|
|
<offset>2</offset>
|
|
</transformation>
|
|
<transformation>
|
|
<type>y-shift</type>
|
|
<offset>-2</offset>
|
|
</transformation>
|
|
</transformations>
|
|
</layer>
|
|
</layers>
|
|
</PropertyList>
|
|
|
|
|
|
|