An N1 tachometer, accelerometer, and AoA indicator intended for the A-4 cockpit.
This commit is contained in:
parent
bd67394792
commit
e21cb8ee04
6 changed files with 236 additions and 0 deletions
BIN
Aircraft/Instruments/Textures/accel.rgb
Normal file
BIN
Aircraft/Instruments/Textures/accel.rgb
Normal file
Binary file not shown.
BIN
Aircraft/Instruments/Textures/aoa.rgb
Normal file
BIN
Aircraft/Instruments/Textures/aoa.rgb
Normal file
Binary file not shown.
BIN
Aircraft/Instruments/Textures/percent.rgb
Normal file
BIN
Aircraft/Instruments/Textures/percent.rgb
Normal file
Binary file not shown.
68
Aircraft/Instruments/accel.xml
Normal file
68
Aircraft/Instruments/accel.xml
Normal file
|
@ -0,0 +1,68 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<name>Acceleration (G force) Indicator</name>
|
||||
<w-base>128</w-base>
|
||||
<h-base>128</h-base>
|
||||
<layers>
|
||||
<layer>
|
||||
<name>gauge face</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/accel.rgb</path>
|
||||
<x1>0</x1>
|
||||
<y1>0</y1>
|
||||
<x2>1</x2>
|
||||
<y2>1</y2>
|
||||
</texture>
|
||||
<w>110</w>
|
||||
<h>110</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>6</w>
|
||||
<h>44</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property>/accelerations/pilot-g</property>
|
||||
<scale>22.5</scale>
|
||||
<offset>247.5</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>16</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</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>3</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-3</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
</layers>
|
||||
</PropertyList>
|
||||
|
68
Aircraft/Instruments/aoa.xml
Normal file
68
Aircraft/Instruments/aoa.xml
Normal file
|
@ -0,0 +1,68 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<name>Acceleration (G force) Indicator</name>
|
||||
<w-base>128</w-base>
|
||||
<h-base>128</h-base>
|
||||
<layers>
|
||||
<layer>
|
||||
<name>gauge face</name>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/aoa.rgb</path>
|
||||
<x1>0</x1>
|
||||
<y1>0</y1>
|
||||
<x2>1</x2>
|
||||
<y2>1</y2>
|
||||
</texture>
|
||||
<w>110</w>
|
||||
<h>110</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>6</w>
|
||||
<h>44</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property>/velocities/alpha-deg</property>
|
||||
<scale>-10</scale>
|
||||
<offset>270</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>16</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</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>3</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-3</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
</layers>
|
||||
</PropertyList>
|
||||
|
100
Aircraft/Instruments/n1.xml
Normal file
100
Aircraft/Instruments/n1.xml
Normal file
|
@ -0,0 +1,100 @@
|
|||
<PropertyList>
|
||||
<name>Engine N1 RPM</name>
|
||||
<w-base>128</w-base>
|
||||
<h-base>128</h-base>
|
||||
<layers>
|
||||
|
||||
<layer>
|
||||
<name>background</name>
|
||||
<w>110</w>
|
||||
<h>110</h>
|
||||
<texture>
|
||||
<path>Aircraft/Instruments/Textures/percent.rgb</path>
|
||||
<x1>0</x1>
|
||||
<y1>0</y1>
|
||||
<x2>1</x2>
|
||||
<y2>1</y2>
|
||||
</texture>
|
||||
</layer>
|
||||
|
||||
<layer>
|
||||
<name>big needle</name>
|
||||
<w>6</w>
|
||||
<h>48</h>
|
||||
<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>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property>/engines/engine[0]/n1</property>
|
||||
<scale>2.64706</scale>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>20.0</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
|
||||
<layer>
|
||||
<name>little needle</name>
|
||||
<w>4</w>
|
||||
<h>20</h>
|
||||
<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>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>-21.79</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>25.06</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property>/engines/engine[0]/n1</property>
|
||||
<scale>36</scale>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>8</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</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>3</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-3</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
|
||||
</layers>
|
||||
</PropertyList>
|
Loading…
Reference in a new issue