update after changes to ./src/Instrumentation/HUD/* (this is a copy of
$FG_ROOT/Aircraft/f16/Hud/f16.xml and here as an example and for aircraft to use so they don't have to refer to the f16 ... at least for now, until the transition is completed)
This commit is contained in:
parent
c231262e50
commit
88843904bf
1 changed files with 24 additions and 24 deletions
48
Huds/f16.xml
48
Huds/f16.xml
|
@ -19,7 +19,7 @@
|
|||
<compression-factor>11.63</compression-factor>
|
||||
<display-span>13.0</display-span>
|
||||
<divisions>5.0</divisions>
|
||||
<screen-hole>22</screen-hole>
|
||||
<screen-hole>10</screen-hole>
|
||||
<enable-fuselage-ref-line>false</enable-fuselage-ref-line>
|
||||
<enable-target-spot>false</enable-target-spot>
|
||||
<enable-velocity-vector>false</enable-velocity-vector>
|
||||
|
@ -36,9 +36,9 @@
|
|||
<tape>
|
||||
<name>Altitude-MSL</name>
|
||||
<x>53</x>
|
||||
<y>-34</y>
|
||||
<width>10</width>
|
||||
<height>60</height>
|
||||
<y>-29</y>
|
||||
<width>7</width>
|
||||
<height>50</height>
|
||||
<input>
|
||||
<property>/position/altitude-ft</property>
|
||||
<factor>0.001</factor>
|
||||
|
@ -47,7 +47,7 @@
|
|||
</input>
|
||||
<major-divisions>1</major-divisions>
|
||||
<minor-divisions>0.1</minor-divisions>
|
||||
<display-span>2.4</display-span>
|
||||
<display-span>2.0</display-span>
|
||||
<option>right</option>
|
||||
<option>vertical</option>
|
||||
<tick-bottom>false</tick-bottom>
|
||||
|
@ -65,10 +65,10 @@
|
|||
|
||||
<tape>
|
||||
<name>KIAS</name>
|
||||
<x>-64</x>
|
||||
<y>-34</y>
|
||||
<width>10</width>
|
||||
<height>60</height>
|
||||
<x>-61</x>
|
||||
<y>-29</y>
|
||||
<width>7</width>
|
||||
<height>50</height>
|
||||
<input>
|
||||
<property>/velocities/airspeed-kt</property>
|
||||
<factor>0.1</factor>
|
||||
|
@ -77,7 +77,7 @@
|
|||
</input>
|
||||
<major-divisions>1</major-divisions>
|
||||
<minor-divisions>0.1</minor-divisions>
|
||||
<display-span>2.4</display-span>
|
||||
<display-span>2.0</display-span>
|
||||
<option>left</option>
|
||||
<option>vertical</option>
|
||||
<tick-bottom>false</tick-bottom>
|
||||
|
@ -96,7 +96,7 @@
|
|||
<label>
|
||||
<name>KIAS</name>
|
||||
<x>-86</x>
|
||||
<y>-6</y>
|
||||
<y>-6.5</y>
|
||||
<width>1</width>
|
||||
<height>1</height>
|
||||
<input>
|
||||
|
@ -108,8 +108,8 @@
|
|||
|
||||
<label>
|
||||
<name>KIAS Marker</name>
|
||||
<x>-55</x>
|
||||
<y>-1</y>
|
||||
<x>-56</x>
|
||||
<y>-1.5</y>
|
||||
<width>1</width>
|
||||
<height>1</height>
|
||||
<format>C</format>
|
||||
|
@ -118,8 +118,8 @@
|
|||
|
||||
<label>
|
||||
<name>Altitude</name>
|
||||
<x>62</x>
|
||||
<y>-1</y>
|
||||
<x>61</x>
|
||||
<y>-2</y>
|
||||
<width>1</width>
|
||||
<height>1</height>
|
||||
<input>
|
||||
|
@ -131,8 +131,8 @@
|
|||
|
||||
<label>
|
||||
<name>SIM</name>
|
||||
<x>-54</x>
|
||||
<y>-39</y>
|
||||
<x>-54.8</x>
|
||||
<y>-39.5</y>
|
||||
<width>1</width>
|
||||
<height>1</height>
|
||||
<format>SIM</format>
|
||||
|
@ -141,14 +141,14 @@
|
|||
|
||||
<label>
|
||||
<name>G Load</name>
|
||||
<x>-41</x>
|
||||
<y>26</y>
|
||||
<x>-44</x>
|
||||
<y>25.5</y>
|
||||
<width>1</width>
|
||||
<height>1</height>
|
||||
<input>
|
||||
<property>/accelerations/pilot/z-accel-fps_sec</property>
|
||||
<factor>-0.03108095</factor>
|
||||
<damp>1.3</damp>
|
||||
<damp>1.0</damp>
|
||||
</input>
|
||||
<format>%2.1f</format>
|
||||
<halign>right</halign>
|
||||
|
@ -156,8 +156,8 @@
|
|||
|
||||
<label>
|
||||
<name>MACH Number</name>
|
||||
<x>-54</x>
|
||||
<y>-47</y>
|
||||
<x>-54.8</x>
|
||||
<y>-48</y>
|
||||
<width>1</width>
|
||||
<height>1</height>
|
||||
<input>
|
||||
|
@ -169,8 +169,8 @@
|
|||
|
||||
<label>
|
||||
<name>Heading</name>
|
||||
<x>38</x>
|
||||
<y>-47</y>
|
||||
<x>37</x>
|
||||
<y>-48</y>
|
||||
<width>1</width>
|
||||
<height>1</height>
|
||||
<input>
|
||||
|
|
Loading…
Reference in a new issue