blob: a45c94fbae61e72366109e80995f40622835b585 (
plain)
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
|
"Resource/UI/ItemModelPanel.res"
{
"itemmodelpanel"
{
"ControlName" "CEmbeddedItemModelPanel"
"fieldName" "itemmodelpanel"
"xpos" "0"
"ypos" "0"
"zpos" "1"
"wide" "100"
"tall" "100"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"useparentbg" "1"
"fov" "54"
"start_framed" "1"
"disable_manipulation" "1"
"model"
{
"angles_x" "10"
"angles_y" "130"
"angles_z" "0"
}
}
"DisguiseStatusBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "DisguiseStatusBG"
"xpos" "50"
"ypos" "10"
"zpos" "-1"
"wide" "140"
"tall" "16"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"image" "../hud/color_panel_brown"
"teambg_1" "../hud/color_panel_brown"
"teambg_2" "../hud/color_panel_red"
"teambg_2_lodef" "../hud/color_panel_red"
"teambg_3" "../hud/color_panel_blu"
"teambg_3_lodef" "../hud/color_panel_blu"
"src_corner_height" "23"
"src_corner_width" "23"
"draw_corner_width" "0"
"draw_corner_height" "0"
}
"DisguiseNameLabel"
{
"ControlName" "Label"
"fieldName" "DisguiseNameLabel"
"font" "Cerbetica14"
"xpos" "80"
"ypos" "5"
"zpos" "1"
"wide" "110"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%disguisename%"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
}
"DisguiseNameLabelShadow"
{
"ControlName" "Label"
"fieldName" "DisguiseNameLabelShadow"
"font" "Cerbetica14"
"xpos" "-1"
"ypos" "-1"
"zpos" "1"
"wide" "110"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%disguisename%"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"fgcolor_override" "TransparentBlack"
"pin_to_sibling" "DisguiseNameLabel"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}
"WeaponNameLabel"
{
"ControlName" "Label"
"fieldName" "WeaponNameLabel"
"font" "Cerbetica12"
"xpos" "80"
"ypos" "22"
"zpos" "1"
"wide" "110"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%weaponname%"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
}
"WeaponNameLabelShadow"
{
"ControlName" "Label"
"fieldName" "WeaponNameLabelShadow"
"font" "Cerbetica12"
"xpos" "-1"
"ypos" "-1"
"zpos" "1"
"wide" "110"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%weaponname%"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"fgcolor_override" "TransparentBlack"
"pin_to_sibling" "WeaponNameLabel"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}
"WeaponBackground"
{
"ControlName" "ImagePanel"
"fieldName" "WeaponBackground"
"xpos" "50"
"ypos" "26"
"zpos" "-1"
"wide" "140"
"tall" "16"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 164"
}
"SpectatorGUIHealth"
{
"ControlName" "EditablePanel"
"fieldName" "SpectatorGUIHealth"
"xpos" "42"
"ypos" "-7"
"wide" "50"
"tall" "50"
"visible" "1"
"enabled" "1"
"HealthBonusPosAdj" "10"
"HealthDeathWarning" "0.49"
"TFFont" "HudFontSmall"
"TextColor" "HudOffWhite"
"HealthDeathWarningColor" "HUDDeathWarning"
}
}
|