oprf_assets/Frigate/Hud/hud.xml

90 lines
2.0 KiB
XML
Raw Normal View History

2016-12-22 16:31:49 +08:00
<?xml version="1.0"?>
<PropertyList>
<name>Vinson HUD</name>
<enable3d>false</enable3d>
2020-02-09 02:11:04 +08:00
2016-12-22 16:31:49 +08:00
<label>
2020-02-09 02:11:04 +08:00
<name>Heading</name>
2016-12-22 16:31:49 +08:00
<x>-300</x>
2020-02-09 02:11:04 +08:00
<y>-225</y>
2016-12-22 16:31:49 +08:00
<width>200</width>
<height>25</height>
2020-02-09 02:11:04 +08:00
<prefix> Heading: </prefix>
2016-12-22 16:31:49 +08:00
<postfix> deg</postfix>
<halign>left</halign>
<format>%03.0f</format>
<box>true</box>
<input>
2020-02-09 02:11:04 +08:00
<property>/orientation/heading-deg</property>
2016-12-22 16:31:49 +08:00
</input>
</label>
2020-02-09 02:11:04 +08:00
2016-12-22 16:31:49 +08:00
<label>
2020-02-09 02:11:04 +08:00
<name>Speed</name>
<x>0</x>
2016-12-22 16:31:49 +08:00
<y>-225</y>
2020-02-09 02:11:04 +08:00
<width>125</width>
2016-12-22 16:31:49 +08:00
<height>25</height>
2020-02-09 02:11:04 +08:00
<prefix> Speed: </prefix>
<postfix> kts</postfix>
2016-12-22 16:31:49 +08:00
<halign>left</halign>
2020-02-09 02:11:04 +08:00
<format>%2.1f</format>
2016-12-22 16:31:49 +08:00
<box>true</box>
<input>
2020-02-09 02:11:04 +08:00
<property>/velocities/groundspeed-kt</property>
2016-12-22 16:31:49 +08:00
</input>
</label>
<label>
2020-02-09 02:11:04 +08:00
<name>damage</name>
<x>-150</x>
<y>-175</y>
<width>125</width>
2016-12-22 16:31:49 +08:00
<height>25</height>
2020-02-09 02:11:04 +08:00
<prefix> Integrity: </prefix>
<postfix> %%</postfix>
2016-12-22 16:31:49 +08:00
<halign>left</halign>
2020-02-09 02:11:04 +08:00
<format>%3.1f</format>
2016-12-22 16:31:49 +08:00
<box>true</box>
<input>
2020-02-09 02:11:04 +08:00
<property>/sam/damage</property>
2016-12-22 16:31:49 +08:00
</input>
</label>
2020-02-09 02:11:04 +08:00
2016-12-22 16:31:49 +08:00
<label>
2020-02-09 02:11:04 +08:00
<name>cs</name>
<x>0</x>
<y>-175</y>
<width>125</width>
2016-12-22 16:31:49 +08:00
<height>25</height>
2020-02-09 02:11:04 +08:00
<prefix> Callsign: </prefix>
<postfix></postfix>
2016-12-22 16:31:49 +08:00
<halign>left</halign>
2020-02-09 02:11:04 +08:00
<format>%s</format>
2016-12-22 16:31:49 +08:00
<box>true</box>
<input>
2020-02-09 02:11:04 +08:00
<property>/sim/multiplay/callsign</property>
2016-12-22 16:31:49 +08:00
</input>
</label>
<label>
2020-02-09 02:11:04 +08:00
<name>tower</name>
<x>150</x>
2016-12-22 16:31:49 +08:00
<y>-225</y>
<width>200</width>
<height>25</height>
2020-02-09 02:11:04 +08:00
<prefix> Placement near: </prefix>
<postfix></postfix>
2016-12-22 16:31:49 +08:00
<halign>left</halign>
2020-02-09 02:11:04 +08:00
<format>%s</format>
2016-12-22 16:31:49 +08:00
<box>true</box>
<input>
2020-02-09 02:11:04 +08:00
<property>/sim/tower/airport-id</property>
2016-12-22 16:31:49 +08:00
</input>
</label>
</PropertyList>