2009-02-05 14:11:59 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2014-08-01 15:15:28 +00:00
|
|
|
<Widget type="Widget" layer="HUD" position="0 0 300 200" name="_Main" align="Stretch">
|
2009-02-05 14:11:59 +00:00
|
|
|
<!-- Energy bars -->
|
2014-05-08 19:04:11 +00:00
|
|
|
<Widget type="ProgressBar" skin="MW_EnergyBar_Yellow" position="13 131 65 12" align="Left Bottom" name="EnemyHealth">
|
|
|
|
<Property key="Visible" value="false"/>
|
2013-07-30 04:00:20 +00:00
|
|
|
</Widget>
|
2012-05-21 03:14:07 +00:00
|
|
|
<Widget type="Button" skin="" position="13 146 65 12" align="Left Bottom" name="HealthFrame">
|
|
|
|
<UserString key="ToolTipType" value="Layout"/>
|
|
|
|
<UserString key="ToolTipLayout" value="HealthToolTip"/>
|
|
|
|
<UserString key="ImageTexture_HealthImage" value="icons\k\health.dds"/>
|
|
|
|
<Widget type="ProgressBar" skin="MW_EnergyBar_Red" position="0 0 65 12" align="Left Bottom" name="Health">
|
|
|
|
<Property key="NeedMouse" value="false"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
<Widget type="Button" skin="" position="13 161 65 12" align="Left Bottom" name="MagickaFrame">
|
|
|
|
<UserString key="ToolTipType" value="Layout"/>
|
|
|
|
<UserString key="ToolTipLayout" value="HealthToolTip"/>
|
|
|
|
<UserString key="ImageTexture_HealthImage" value="icons\k\magicka.dds"/>
|
|
|
|
<Widget type="ProgressBar" skin="MW_EnergyBar_Blue" position="0 0 65 12" align="Left Bottom" name="Magicka">
|
|
|
|
<Property key="NeedMouse" value="false"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
<Widget type="Button" skin="" position="13 176 65 12" align="Left Bottom" name="FatigueFrame">
|
|
|
|
<UserString key="ToolTipType" value="Layout"/>
|
|
|
|
<UserString key="ToolTipLayout" value="HealthToolTip"/>
|
|
|
|
<UserString key="ImageTexture_HealthImage" value="icons\k\fatigue.dds"/>
|
|
|
|
<Widget type="ProgressBar" skin="MW_EnergyBar_Green" position="0 0 65 12" align="Left Bottom" name="Stamina">
|
|
|
|
<Property key="NeedMouse" value="false"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
2013-08-09 21:21:25 +00:00
|
|
|
|
2013-08-07 13:34:11 +00:00
|
|
|
<!-- Drowning bar -->
|
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 36 220 56" align="Center Top" name="DrowningFrame">
|
|
|
|
<Property key="Visible" value="false"/>
|
|
|
|
<Widget type="TextBox" skin="SandText" position="0 8 220 24" name="DrowningTitle" align="Center Top HStretch">
|
|
|
|
<Property key="Caption" value="#{sBreath}"/>
|
|
|
|
<Property key="TextAlign" value="Center"/>
|
|
|
|
<Property key="TextShadow" value="true"/>
|
|
|
|
<Property key="TextShadowColour" value="0 0 0"/>
|
|
|
|
</Widget>
|
2014-04-27 07:14:14 +00:00
|
|
|
<Widget type="ProgressBar" skin="MW_Progress_LightBlue" position="12 36 196 8" align="Center Top" name="Drowning">
|
2013-08-07 13:34:11 +00:00
|
|
|
<Property key="NeedMouse" value="false"/>
|
|
|
|
</Widget>
|
2013-10-27 08:05:01 +00:00
|
|
|
<Widget type="Widget" skin="MW_Progress_Drowning" position="14 38 192 4" align="Center Top" name="Flash"/>
|
2013-08-07 13:34:11 +00:00
|
|
|
</Widget>
|
2013-08-09 21:21:25 +00:00
|
|
|
|
2012-05-29 16:33:01 +00:00
|
|
|
<!-- Equipped weapon/selected spell name display for a few seconds after it changes -->
|
|
|
|
<Widget type="TextBox" skin="SandText" position="13 118 270 24" name="WeaponSpellName" align="Left Bottom HStretch">
|
|
|
|
<Property key="Visible" value="false"/>
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
<Property key="TextShadow" value="true"/>
|
|
|
|
<Property key="TextShadowColour" value="0 0 0"/>
|
2014-05-08 19:04:11 +00:00
|
|
|
<Property key="NeedMouse" value="false"/>
|
2012-05-29 16:33:01 +00:00
|
|
|
</Widget>
|
|
|
|
|
2009-02-05 14:11:59 +00:00
|
|
|
<!-- Equipped weapon box -->
|
2012-05-26 19:09:21 +00:00
|
|
|
<Widget type="Button" skin="" position="82 146 36 41" align="Left Bottom" name="WeapBox">
|
2012-04-05 22:17:23 +00:00
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 0 36 36">
|
2012-05-26 19:09:21 +00:00
|
|
|
<Property key="NeedMouse" value="false"/>
|
2014-06-05 20:13:18 +00:00
|
|
|
<Widget type="ItemWidget" skin="MW_ItemIcon" position="-3 -3 42 42" align="Left Top" name="WeapImage">
|
2012-05-26 19:09:21 +00:00
|
|
|
<Property key="NeedMouse" value="false"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
2014-09-20 07:07:47 +00:00
|
|
|
<Widget type="ProgressBar" skin="MW_EnergyBar_Weapon" position="0 36 36 6" align="Left Bottom" name="WeapStatus">
|
2012-05-26 19:09:21 +00:00
|
|
|
<Property key="NeedMouse" value="false"/>
|
2012-04-05 22:17:23 +00:00
|
|
|
</Widget>
|
2009-02-05 14:11:59 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Selected spell box -->
|
2012-05-26 19:09:21 +00:00
|
|
|
<Widget type="Button" position="122 146 36 41" align="Left Bottom" name="SpellBox">
|
2012-04-05 22:17:23 +00:00
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 0 36 36">
|
2014-06-05 20:13:18 +00:00
|
|
|
<Widget type="ItemWidget" skin="MW_ItemIcon" position="-3 -3 42 42" align="Left Top" name="SpellImage"/>
|
2012-05-26 19:09:21 +00:00
|
|
|
<Property key="NeedMouse" value="false"/>
|
|
|
|
</Widget>
|
2014-09-20 07:07:47 +00:00
|
|
|
<Widget type="ProgressBar" skin="MW_EnergyBar_Magic" position="0 36 36 6" align="Left Bottom" name="SpellStatus">
|
2012-05-26 19:09:21 +00:00
|
|
|
<Property key="NeedMouse" value="false"/>
|
2012-04-05 22:17:23 +00:00
|
|
|
</Widget>
|
2009-02-05 14:11:59 +00:00
|
|
|
</Widget>
|
|
|
|
|
2013-08-03 00:40:01 +00:00
|
|
|
<!-- Sneak indicator box -->
|
|
|
|
<Widget type="Button" skin="" position="162 146 36 36" align="Left Bottom" name="SneakBox">
|
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 0 36 36">
|
|
|
|
<Property key="NeedMouse" value="false"/>
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="2 2 32 32" align="Left Top" name="SneakImage">
|
|
|
|
<Property key="NeedMouse" value="false"/>
|
|
|
|
<Property key="ImageTexture" value="icons\k\stealth_sneak.dds"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
|
2009-02-05 14:11:59 +00:00
|
|
|
<!-- Spell effects box -->
|
2013-03-03 11:01:19 +00:00
|
|
|
<Widget type="Widget" skin="HUD_Box_Transparent" position="199 168 20 20" align="Right Bottom" name="EffectBox">
|
2009-02-05 14:11:59 +00:00
|
|
|
</Widget>
|
|
|
|
|
2012-05-26 21:06:15 +00:00
|
|
|
<!-- Cell name display when cell changes -->
|
|
|
|
<Widget type="TextBox" skin="SandText" position="0 89 288 24" name="CellName" align="Left Bottom HStretch">
|
|
|
|
<Property key="Visible" value="false"/>
|
|
|
|
<Property key="TextAlign" value="Right"/>
|
|
|
|
<Property key="TextShadow" value="true"/>
|
|
|
|
<Property key="TextShadowColour" value="0 0 0"/>
|
2014-05-08 19:04:11 +00:00
|
|
|
<Property key="NeedMouse" value="false"/>
|
2012-05-26 21:06:15 +00:00
|
|
|
</Widget>
|
|
|
|
|
2009-02-05 14:11:59 +00:00
|
|
|
<!-- Map box -->
|
2012-08-28 15:30:34 +00:00
|
|
|
<Widget type="Widget" skin="" position="223 123 65 65" name="MiniMapBox" align="Right Bottom">
|
2012-05-26 19:09:21 +00:00
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 0 65 65" align="Center">
|
2012-03-23 15:51:56 +00:00
|
|
|
|
2012-05-26 19:09:21 +00:00
|
|
|
<Widget type="ScrollView" skin="MW_MapView" position="2 2 61 61" align="Left Bottom" name="MiniMap">
|
2013-08-07 19:43:19 +00:00
|
|
|
<Widget type="ImageBox" skin="RotatingSkin" position="0 0 32 32" align="Bottom Left" name="Compass">
|
2012-05-26 19:09:21 +00:00
|
|
|
<Property key="ImageTexture" value="textures\compass.dds"/>
|
2012-03-23 15:51:56 +00:00
|
|
|
</Widget>
|
2012-08-28 15:30:34 +00:00
|
|
|
|
2015-02-19 23:00:13 +00:00
|
|
|
<Widget type="Button" skin="" position_real="0 0 1 1" name="MiniMapButton" align="Stretch">
|
|
|
|
<Property key="Depth" value="10"/>
|
2012-08-28 15:30:34 +00:00
|
|
|
</Widget>
|
|
|
|
|
2012-03-23 15:51:56 +00:00
|
|
|
</Widget>
|
2012-08-28 15:30:34 +00:00
|
|
|
|
2012-03-23 15:51:56 +00:00
|
|
|
</Widget>
|
2009-02-05 14:11:59 +00:00
|
|
|
</Widget>
|
2009-10-31 08:43:56 +00:00
|
|
|
|
|
|
|
<!-- Crosshair -->
|
2012-05-19 14:00:00 +00:00
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="0 0 32 32" align="Center Center" name="Crosshair">
|
|
|
|
<Property key="ImageTexture" value="textures\target.dds"/>
|
|
|
|
</Widget>
|
2011-02-18 14:46:24 +00:00
|
|
|
|
2012-01-16 15:33:21 +00:00
|
|
|
<!-- Basic FPSCounter box -->
|
2015-03-01 22:58:16 +00:00
|
|
|
<Widget type="Widget" skin="" position="12 12 32 26" align="Left Top" name="FPSBox">
|
2012-03-21 17:38:08 +00:00
|
|
|
<Property key="Visible" value="false"/>
|
2013-07-31 17:28:11 +00:00
|
|
|
<Widget type="TextBox" skin="NumFPS" position="3 3 25 17" align="Center" name="FPSCounter"/>
|
2011-02-19 15:55:58 +00:00
|
|
|
</Widget>
|
2011-02-18 14:46:24 +00:00
|
|
|
|
2012-01-16 15:33:21 +00:00
|
|
|
<!-- Advanced FPSCounter box -->
|
2015-03-01 22:58:16 +00:00
|
|
|
<Widget type="Widget" skin="" position="12 12 135 64" align="Left Top" name="FPSBoxAdv">
|
2012-03-21 17:38:08 +00:00
|
|
|
<Property key="Visible" value="false"/>
|
2012-01-17 11:58:06 +00:00
|
|
|
|
2015-03-01 22:58:16 +00:00
|
|
|
<Widget type="Widget" skin="" position="0 0 80 60" align="Left Top">
|
2013-07-31 17:28:11 +00:00
|
|
|
|
2015-03-01 22:58:16 +00:00
|
|
|
<Widget type="TextBox" skin="NumFPS" position="0 0 80 32" align="Left Top">
|
2012-03-21 17:38:08 +00:00
|
|
|
<Property key="Caption" value="FPS: "/>
|
2013-07-31 17:28:11 +00:00
|
|
|
<Property key="TextAlign" value="Right"/>
|
|
|
|
</Widget>
|
2012-01-17 11:58:06 +00:00
|
|
|
|
2015-03-01 22:58:16 +00:00
|
|
|
<Widget type="TextBox" skin="NumFPS" position="0 16 80 32" align="Left Top">
|
|
|
|
<Property key="Caption" value="Triangles: "/>
|
2013-07-31 17:28:11 +00:00
|
|
|
<Property key="TextAlign" value="Right"/>
|
|
|
|
</Widget>
|
2012-01-17 11:58:06 +00:00
|
|
|
|
2015-03-01 22:58:16 +00:00
|
|
|
<Widget type="TextBox" skin="NumFPS" position="0 32 80 32" align="Left Top">
|
|
|
|
<Property key="Caption" value="Batches: "/>
|
2013-07-31 17:28:11 +00:00
|
|
|
<Property key="TextAlign" value="Right"/>
|
|
|
|
</Widget>
|
|
|
|
|
2012-01-17 11:58:06 +00:00
|
|
|
</Widget>
|
2013-07-31 17:28:11 +00:00
|
|
|
|
2015-03-01 22:58:16 +00:00
|
|
|
<Widget type="Widget" skin="" position="80 0 55 60" align="Left Top">
|
2013-07-31 17:28:11 +00:00
|
|
|
|
|
|
|
<Widget type="TextBox" skin="NumFPS" position="0 0 55 32" align="Left Top" name="FPSCounterAdv">
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<Widget type="TextBox" skin="NumFPS" position="0 16 55 32" align="Left Top" name="TriangleCounter">
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<Widget type="TextBox" skin="NumFPS" position="0 32 55 32" align="Left Top" name="BatchCounter">
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
|
2012-01-16 15:33:21 +00:00
|
|
|
</Widget>
|
|
|
|
|
2009-02-05 14:11:59 +00:00
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|