-
Notifications
You must be signed in to change notification settings - Fork 90
/
vgui_screens.txt
243 lines (215 loc) · 4.32 KB
/
vgui_screens.txt
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
VGUI_Screens
{
// These names can be referenced from within a vgui_screen entity to select the vgui panel
vgui_test_screen
{
type vgui_screen_panel
pixelswide 1079
pixelshigh 540
resfile "scripts/screens/vgui_test_screen.res"
}
vgui_titan_health
{
type vgui_screen_panel
pixelswide 360
pixelshigh 234
resfile "scripts/screens/vgui_titan_health.res"
}
vgui_titan_vdu
{
type vgui_screen_panel
pixelswide 1151
pixelshigh 1151
resfile "scripts/screens/vgui_titan_vdu.res"
}
vgui_titan_threat
{
type vgui_screen_panel
pixelswide 512
pixelshigh 544
resfile "scripts/screens/vgui_titan_threat.res"
}
vgui_fullscreen_pilot
{
type vgui_screen_panel
pixelswide 1920
pixelshigh 1080
resfile "scripts/screens/vgui_fullscreen_pilot.res"
}
vgui_fullscreen_titan
{
type vgui_screen_panel
pixelswide 1920
pixelshigh 1080
resfile "scripts/screens/vgui_fullscreen_titan.res"
}
vgui_titan_emp
{
type vgui_screen_panel
pixelswide 1920
pixelshigh 1080
resfile "scripts/screens/vgui_titan_emp.res"
}
vgui_damage_3d
{
type vgui_screen_panel
pixelswide 1151
pixelshigh 1151
resfile "scripts/screens/vgui_damage_3d.res"
}
vgui_titan_ammo
{
type vgui_screen_panel
pixelswide 319
pixelshigh 319
resfile "scripts/screens/vgui_titan_ammo.res"
}
vgui_dashmeter
{
type vgui_screen_panel
pixelswide 207
pixelshigh 148
resfile "scripts/screens/vgui_dashmeter.res"
}
vgui_titan_topcenter
{
type vgui_screen_panel
pixelswide 967
pixelshigh 202
resfile "scripts/screens/vgui_titan_topcenter.res"
}
vgui_titan_center
{
type vgui_screen_panel
pixelswide 967
pixelshigh 427
resfile "scripts/screens/vgui_titan_center.res"
}
vgui_titan_lowercenter
{
type vgui_screen_panel
pixelswide 967
pixelshigh 396
resfile "scripts/screens/vgui_titan_lowercenter.res"
}
vgui_titan_overcharge
{
type vgui_screen_panel
pixelswide 967
pixelshigh 427
resfile "scripts/screens/vgui_titan_overcharge.res"
}
// vgui_dpad
// {
// type vgui_screen_panel
// pixelswide 899
// pixelshigh 899
// resfile "scripts/screens/vgui_dpad.res"
// }
vgui_icon
{
type vgui_screen_panel
pixelswide 225
pixelshigh 225
resfile "scripts/screens/vgui_icon.res"
}
vgui_binding
{
type vgui_screen_panel
pixelswide 45
pixelshigh 45
resfile "scripts/screens/vgui_binding.res"
}
vgui_world_text
{
type vgui_screen_panel
pixelswide 512
pixelshigh 256
resfile "scripts/screens/vgui_world_text.res"
}
vgui_jump_quest
{
type vgui_screen_panel
pixelswide 674
pixelshigh 450
resfile "scripts/screens/vgui_jump_quest.res"
}
vgui_titan_bottom
{
type vgui_screen_panel
pixelswide 967
pixelshigh 427
resfile "scripts/screens/vgui_titan_bottom.res"
}
vgui_xpbar
{
type vgui_screen_panel
pixelswide 967
pixelshigh 202
resfile "scripts/screens/vgui_xpbar.res"
}
movie_display_screen
{
type movie_display_screen
pixelswide 256
pixelshigh 128
acceptsinput 0
resfile "scripts/screens/movie_display_screen.res"
}
control_panel_generic_screen
{
type vgui_screen_panel
pixelswide 364
pixelshigh 274
resfile "scripts/screens/vgui_control_panel_generic.res"
}
vgui_callsign_menu
{
type vgui_screen_panel
pixelswide 320
pixelshigh 174
resfile "scripts/screens/vgui_callsign_menu.res"
}
control_panel_heavy_turret
{
type vgui_screen_panel
pixelswide 364
pixelshigh 274
resfile "scripts/screens/vgui_control_panel_heavy_turret.res"
}
vgui_pilot_launcher_screen
{
type vgui_screen_panel
pixelswide 1403
pixelshigh 998
resfile "scripts/screens/vgui_pilot_launcher.res"
}
vgui_enemy_announce
{
type vgui_screen_panel
pixelswide 1061
pixelshigh 135
resfile "scripts/screens/vgui_enemy_announce.res"
}
vgui_titan_request
{
type vgui_screen_panel
pixelswide 510
pixelshigh 740
resfile "scripts/screens/vgui_titan_request.res"
}
Coop_TeamScoreEventNotification
{
type vgui_screen_panel
pixelswide 450
pixelshigh 36
resfile "scripts/screens/Coop_TeamScoreEventNotification.res"
}
SideNotification
{
type vgui_screen_panel
pixelswide 628
pixelshigh 80
resfile "scripts/screens/SideNotification.res"
}
}