File: openmw_hud.layout

package info (click to toggle)
openmw 0.47.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,276 kB
  • sloc: cpp: 249,935; xml: 1,978; sh: 1,327; python: 63; makefile: 26
file content (131 lines) | stat: -rw-r--r-- 7,201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<?xml version="1.0" encoding="UTF-8"?>

<MyGUI type="Layout">
    <Widget type="Widget" layer="HUD" position="0 0 300 200" name="_Main" align="Stretch">
        <!-- Energy bars -->
        <Widget type="ProgressBar" skin="MW_EnergyBar_Yellow" position="13 131 65 12" align="Left Bottom" name="EnemyHealth">
            <Property key="Visible" value="false"/>
        </Widget>
        <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>

        <!-- Drowning bar -->
        <Widget type="Window" skin="MW_Dialog" position="0 36 230 58" align="Center Top" name="DrowningFrame">
            <Property key="Visible" value="false"/>
            <Widget type="TextBox" skin="SandText" position="0 3 222 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>
            <Widget type="Widget" skin="MW_Box" position="11 29 200 10" align="Stretch" name="BoundingBox"/>
            <Widget type="ProgressBar" skin="MW_Progress_Drowning_Full" position="13 31 196 6" align="Center Top" name="Drowning">
                <Property key="NeedMouse" value="false"/>
            </Widget>
            <Widget type="Widget" skin="MW_Progress_Drowning_Small" position="15 33 192 2" align="Center Top" name="Flash"/>
        </Widget>

        <!-- 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"/>
            <Property key="NeedMouse" value="false"/>
        </Widget>

        <!-- Equipped weapon box -->
        <Widget type="Button" skin="" position="82 146 36 41" align="Left Bottom" name="WeapBox">
            <Widget type="Widget" skin="HUD_Box" position="0 0 36 36">
                <Property key="NeedMouse" value="false"/>
                <Widget type="ItemWidget" skin="MW_ItemIconNoShadow" position="-3 -3 42 42" align="Left Top" name="WeapImage">
                    <Property key="NeedMouse" value="false"/>
                </Widget>
            </Widget>
            <Widget type="ProgressBar" skin="MW_EnergyBar_Weapon" position="0 36 36 6" align="Left Bottom" name="WeapStatus">
                <Property key="NeedMouse" value="false"/>
            </Widget>
        </Widget>

        <!-- Selected spell box -->
        <Widget type="Button" position="122 146 36 41" align="Left Bottom" name="SpellBox">
            <Widget type="Widget" skin="HUD_Box" position="0 0 36 36">
                <Widget type="SpellWidget" skin="MW_ItemIconNoShadow" position="-3 -3 42 42" align="Left Top" name="SpellImage"/>
                <Property key="NeedMouse" value="false"/>
            </Widget>
            <Widget type="ProgressBar" skin="MW_EnergyBar_Magic" position="0 36 36 6" align="Left Bottom" name="SpellStatus">
                <Property key="NeedMouse" value="false"/>
            </Widget>
        </Widget>

        <!-- Sneak indicator box -->
        <Widget type="Button" skin="" position="162 146 36 36" align="Left Bottom" name="SneakBox">
            <Property key="Visible" value="false"/>
            <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>

        <!-- Spell effects box -->
        <Widget type="Widget" skin="HUD_Box_Transparent" position="199 168 20 20" align="Right Bottom" name="EffectBox">
        </Widget>

        <!-- 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"/>
            <Property key="NeedMouse" value="false"/>
        </Widget>

        <!-- Map box -->
        <Widget type="Widget" skin="" position="223 123 65 65" name="MiniMapBox" align="Right Bottom">
            <Widget type="Widget" skin="HUD_Box" position="0 0 65 65" align="Center">

                <Widget type="ScrollView" skin="MW_MapView" position="2 2 61 61" align="Left Bottom" name="MiniMap">
                    <Widget type="ImageBox" skin="RotatingSkin" position="0 0 32 32" align="Bottom Left" name="Compass">
                        <Property key="ImageTexture" value="textures\compass.dds"/>
                    </Widget>

                    <Widget type="Button" skin="" position_real="0 0 1 1" name="MiniMapButton" align="Stretch">
                        <Property key="Depth" value="10"/>
                    </Widget>

                </Widget>

            </Widget>
        </Widget>

        <!-- Crosshair -->
        <Widget type="ImageBox" skin="HUD_Crosshair" position="0 0 32 32" align="Center Center" name="Crosshair">
        </Widget>

    </Widget>
</MyGUI>