-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathxControllerUtil.xml
More file actions
286 lines (230 loc) · 18.6 KB
/
xControllerUtil.xml
File metadata and controls
286 lines (230 loc) · 18.6 KB
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<?xml version="1.0" encoding="utf-8"?>
<Component
xmlns="http://www.red5studios.com/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.red5studios.com/ ../../../schemas/component.xsd"
>
<Info
title="xControllerUtil"
author="Xsear"
description=""
url=""
uiVersion="1000"
/>
<Events>
<!-- Firefall -->
<Event name="ON_COMPONENT_LOAD" bind="OnComponentLoad" />
<Event name="ON_PLAYER_READY" bind="OnPlayerReady" />
<Event name="ON_ABILITY_USED" bind="OnAbilityUsed" />
<Event name="ON_ABILITY_FAILED" bind="OnAbilityFailed" />
<Event name="ON_PLACE_CALLDOWN" bind="OnPlaceCalldown" />
<Event name="ON_BATTLEFRAME_CHANGED" bind="OnBattleframeChanged" />
<Event name="ON_ABILITIES_CHANGED" bind="OnAbilitiesChanged" />
<Event name="MY_PANEL_MANAGER" bind="OnToggleDefaultUI" />
<Event name="XCU_ON_TOGGLE_UI" bind="OnToggleDefaultUI" />
<Event name="ON_DRAGDROP_END" bind="OnDragDropEnd" />
<Event name="ON_PRE_RELOADUI" bind="OnPreReloadUI" />
</Events>
<Textures>
<RenderTarget name="rt" width="1024" height="512">
<Region name="left" left="0" right="341.333333333" top="0" bottom="341.33"/>
<Region name="middle" left="341.333333333" right="682.666666666" top="0" bottom="341.33"/>
<Region name="right" left="682.666666666" right="1024" top="0" bottom="341.33"/>
</RenderTarget>
<Texture name="scanlines" src="./textures/scanLines.png" />
<Texture name="alpha" src="./textures/alpha.png" />
<Texture name="3dActionBar" src="components/MainUI/HUD/3dActionBar/3dactionbar.dds" premultiplied="false" minScale="1">
<Region name="Actionbar_Selector" leftPadding="true" rightPadding="true" topPadding="true" bottomPadding="true" top="25" bottom="156" left="689" right="820" />
<Region name="circle" leftPadding="true" rightPadding="true" topPadding="true" bottomPadding="true" top="170" bottom="210" left="596" right="636" />
<Region name="hkm_glow" leftPadding="true" rightPadding="true" topPadding="true" bottomPadding="true" top="25" bottom="160" left="451" right="586" />
<Region name="Actionbar_Cooldown" leftPadding="true" rightPadding="true" topPadding="true" bottomPadding="true" top="4" bottom="15" left="451" right="679" />
<Region name="burst" top="4" bottom="237" left="4" right="441" />
<Region name="circle_consumable" top="25" bottom="151" left="830" right="956" />
</Texture>
<Texture name="eventsBG" src="components/MainUI/Panels/Dashboard/textures/eventsBG.png" premultiplied="false"/>
</Textures>
<Styles>
<StyleSheet name="panelBG" parent="PanelBackDrop">
clip-children:false;
alpha:0.7;
tint:#222222;
</StyleSheet>
<StyleSheet name="FadedBorder" parent="ButtonSolid">
tint:#121318;
exposure:1.0;
</StyleSheet>
</Styles>
<BluePrints>
<BluePrint name="FilledButtonPrint" instantiable="true">
<Border name="outer" dimensions="dock:fill" class="FadedBorder" style="eatsmice:false; padding:5; exposure:.25; tint:394042"/>
<Group name="icon" dimensions="dock:fill" style="eatsmice:false"/>
<StillArt name="highlight" dimensions="dock:fill" style="eatsmice:false; texture:colors; region:white; tint:ui_positive; visible:false;"/>
<FocusBox name="focus" dimensions="dock:fill" style="cursor:sys_hand"/>
</BluePrint>
<BluePrint name="Panel" instantiable="true">
<Border dimensions="dock:fill" class="PanelBackDrop" />
</BluePrint>
<BluePrint name="PaneLayoutMain" instantiable="true">
<Group name="LeftColumn" dimensions="left:0; top:0; height:100%; width:25%;" blueprint="Panel" style="alpha:1">
</Group>
<Group name="MainArea" dimensions="left:25%+1; top:0; height:100%; width:75%;" blueprint="Panel" style="tint:F94042">
<StillArt name="list_background" dimensions="dock:fill" style="texture:eventsBG; alpha:1;"/>
<Group name="List" dimensions="width:100%;height:100%-68;top:8;"/>
</Group>
</BluePrint>
<BluePrint name="KeyCatcher" instantiable="true">
<KeyCatcher name="KeyCatch" dimensions="dock:fill" style="eatsmice:false">
</KeyCatcher>
</BluePrint>
<BluePrint name="Pizza" instantiable="true">
<Group dimensions="width:50%;height:50%;center-x:50%;center-y:50%;" />
</BluePrint>
<BluePrint name="PizzaSegment" instantiable="true">
<Icon name="icon" dimensions="dock:fill" style="fixed-bounds:true; alpha:1;" />
</BluePrint>
<BluePrint name="KeyPizzaSegment" instantiable="true">
<Icon name="icon" dimensions="dock:fill" style="fixed-bounds:true; alpha:1;" />
<Group name="inputIconGroup" dimensions="width:100%;height:100%;top:66%;" />
</BluePrint>
<BluePrint name="OptionsPizzaBarEntry" instantiable="true">
<!-- Outer Group - The full width of the container -->
<Group name="container" dimensions="width:100%; top:0; height:100">
<!-- Inner Container Group - The Bar -->
<Group name="bar" dimensions="width:80%; left:10%; height:100%">
<!-- The background of the whole bar -->
<StillArt name="bar_background" dimensions="dock:fill" style="texture:colors; region:white; tint:#666666; alpha:0.2;"/>
<!-- Bar border -->
<StillArt name="bar_border_background" dimensions="dock:fill" style="texture:colors; region:white; tint:#111111; eatsmice:false"/>
<Border name="bar_border" dimensions="dock:fill" class="ButtonBorder" style="tint:#DADADA; alpha:.25 eatsmice:false"/>
<!-- Fancy gradients -->
<StillArt name="bar_wide_gradient" dimensions="dock:fill" style="texture:gradients; region:white_right; alpha:0.3"/>
<StillArt name="bar_handle_gradient" dimensions="height:100%; left:0; width:20%" style="texture:gradients; region:white_right; alpha:0.3"/>
<StillArt name="bar_handle_gradient_side" dimensions="height:100%; left:20%; width:1.5%" style="texture:gradients; region:white_right; alpha:0.3"/>
<StillArt name="shine_upper" dimensions="width:100%; height:40%; top:0" style="texture:gradients; region:white_up; alpha:0.33; tint:ffffff; exposure:0.4"/>
<StillArt name="shine_lower" dimensions="width:100%; height:60%; top:40%" style="texture:gradients; region:white_up; alpha:0.25; tint:000000; exposure:0.4"/>
<!-- The left end of the bar -->
<Group name="bar_handle" dimensions="width:20%;height:100%;left:0;">
<StillArt name="temp_bar_handle" dimensions="dock:fill" style="texture:colors; region:white; tint:#0000bb; alpha:0;"/>
<Text name="bar_handle_label" dimensions="width:80%;left:10%;height:20%;top:13%;" style="font:Demi_11; valign:center; halign:center; wrap:false; clip:false; padding:0"/>
<Group name="bar_handle_input_icon" dimensions="width:100%;height:80%;top:20%;" />
<FocusBox name="focus" dimensions="dock:fill"/>
</Group>
<!-- The container for the bar slots -->
<Group name="bar_slots" dimensions="width:80%-40;height:100%;left:20%+40;">
<StillArt name="temp_bar_slots" dimensions="dock:fill" style="texture:colors; region:white; tint:#00ff00; alpha:0;"/>
</Group>
</Group>
</Group>
</BluePrint>
<BluePrint name="OptionsPizzaBarEntrySlot" instantiable="true">
</BluePrint>
<BluePrint name="AbilityIcon" instantiable="true">
<Group name="holder" dimensions="width:80; height:80; left:0; top:10">
<Group name="attractHookBack" dimensions="dock:fill" />
<StillArt name="iconBackground" dimensions="width:100%; height:100%" style="texture:3dActionBar; region:circle; tint:000000; alpha:0.7"/>
<Group name="abilityname_holder" dimensions="width:80; height:10; center-x:50%; top:-35%" style="alpha:0">
<StillArt name="name_bg" dimensions="dock:fill" style="texture:colors; region:white; tint:000000; alpha:0.9"/>
<Text name="abilityname" dimensions="dock:fill" style="font:UbuntuBold_11; valign:center; halign:center; clip:false; wrap:false; padding:0; visible:true; color:DDFF00"/>
</Group>
<Group name="keybind_holder" dimensions="width:10; height:10; center-x:50%; top:120%" style="visible:false">
<Text name="keybind" dimensions="center-x:50%; center-y:50%; width:10; height:10" style="font:Demi_11; valign:center; halign:center; clip:false; wrap:false; padding:0; visible:true; color:FFFFFF; drop-shadow:true;"/>
</Group>
<Group name="icons" dimensions="width:100%; height:100%">
<StillArt name="selection" dimensions="center-x:50%; center-y:50%; width:150%; height:150%;" style="texture:3dActionBar;region:Actionbar_Selector; tint:FFFF00; visible:false" />
<StillArt name="circle" dimensions="width:130%; height:130%" style="texture:3dActionBar;region:circle_consumable; alpha:0.7"/>
<Icon name="icon" dimensions="dock:fill"/>
<StillArt name="hkm_glow" dimensions="center-x:50%; center-y:50%; width:180%; height:180%;" style="texture:3dActionBar;region:hkm_glow; tint:02B4E9; visible:false;alpha:0.75" />
<Arc name="cooldown_bp" dimensions="center-x:50%; center-y:50%; width:100%; height:100%;" style="texture:3dActionBar;region:Actionbar_Cooldown;thickness:9;tessellation:33; tint:2A0300; start-angle:180;end-angle:-180;offset:180;shadow:1; visible:false; alpha:0.3"/>
<Arc name="hkm_fail_bp" dimensions="center-x:50%; center-y:50%; width:100%; height:100%;" style="texture:colors;region:white;thickness:6;tessellation:33; tint:FF0000; start-angle:180;end-angle:-180;offset:180;shadow:0; visible:true; alpha:0"/>
<Arc name="hkm_arc_bp" dimensions="center-x:50%; center-y:50%; width:100%; height:100%;" style="texture:colors;region:white;thickness:6;tessellation:33; tint:00242A; start-angle:180;end-angle:-180;offset:180;shadow:0; visible:false"/>
<Arc name="cooldown" dimensions="center-x:50%; center-y:50%; width:100%; height:100%;" style="texture:3dActionBar;region:Actionbar_Cooldown;thickness:9;tessellation:33; tint:FF8800; start-angle:180;end-angle:179;offset:180;shadow:0; visible:false;"/>
<Arc name="hkm_arc" dimensions="center-x:50%; center-y:50%; width:100%; height:100%;" style="texture:colors;region:white;thickness:6;tessellation:33; tint:02B4E9; start-angle:180;end-angle:179;offset:180;shadow:0; visible:false"/>
<TextTimer name="state_counter" dimensions="center-x:50%; center-y:50%; width:10; height:10" style="font:Narrow_26B; valign:center; halign:center; clip:false; wrap:false; padding:0; visible:true; alpha:0; text-color:#00AACC; format:%.1s"/>
<TextTimer name="cooldown_counter" dimensions="center-x:50%; center-y:50%; width:10; height:10" style="font:Narrow_26B; valign:center; halign:center; clip:false; wrap:false; padding:0; visible:true; alpha:0; text-color:#FF8800; format:%.1s"/>
<StillArt name="activation" dimensions="center-x:50%; center-y:50%; width:115%; height:115%;" style="texture:3dActionBar;region:burst; visible:true; alpha:0" />
<StillArt name="activation2" dimensions="center-x:50%; center-y:50%; width:115%; height:115%;" style="texture:3dActionBar;region:burst; visible:true; alpha:0;tint:#ff8800" />
</Group>
<GlyphMap name="consumable_counter" dimensions="center-x:50%-2; center-y:75%; width:10; height:10" lineheight="28" charset="1234567890" style="texture:glyph_aag; kerning-mult:0.8; halign:center; valign:center;"/>
<Group name="lock_info" dimensions="dock:fill" style="visible:true">
<StillArt name="lock" dimensions="height:40%; width:35%; center-x:48%; center-y:50%" style="texture:lock_icon; region:lockIcon; alpha:0;"/>
<Text name="lock_text" dimensions="height:0; width:0; center-x:20%; center-y:65%" style="font:UbuntuBold_10; alpha:0;"/>
</Group>
<FocusBox name="focus" dimensions="dock:fill">
<DropTarget name="droptarget" dimensions="dock:fill"/>
</FocusBox>
<ListLayout name="deployable_list" dimensions="width:200%; height:100%; bottom:-10; center-x:135%" style="vpadding:0"/>
<Group name="attractHookFront" dimensions="dock:fill" />
</Group>
</BluePrint>
</BluePrints>
<Frames>
<PanelFrame name="FosterFrame" dimensions="center-x:36%; center-y:40%; width:70%; height:60%" visible="false" depth="0">
<Children>
<Group id="Parent" dimensions="top:0; left:0; width:100%; height:22;" style="visible:false;">
<Group id="Fostering" dimensions="top:0; left:0; width:100%; height:22;" style="visible:false;"/>
</Group>
</Children>
</PanelFrame>
<PanelFrame name="Options" dimensions="center-x:36%; center-y:40%; width:70%; height:60%" visible="false" depth="0">
<Children>
<Group id="Window" dimensions="right:100%; top:0; height:100%; left:0" style="alpha:1">
<!-- Title -->
<Group dimensions="left:0; top:0; height:38; width:100%" blueprint="Panel">
<Group id="MovableParent" dimensions="dock:fill"/>
<Text id="title" dimensions="top:0; left:0; width:100%; height:38" style="font:Demi_15; halign:center; valign:center; color:PanelTitle;"/>
<FocusBox id="close" dimensions="left:100%-48; right:100%; top:0; bottom:100%" class="ui_button">
<Border dimensions="dock:fill" style="tint:000000; alpha:0.5; padding:3; "/>
<StillArt name="X" dimensions="center-x:50%; center-y:50%; width:16; height:16" style="texture:DialogWidgets; region:close; eatsmice:false"/>
</FocusBox>
</Group>
<!-- Body -->
<Group dimensions="left:0; top:40; height:100%; width:100%">
<Group dimensions="left:0; top:0; height:100%; width:100%" blueprint="Panel">
<Group id="Panes" dimensions="left:0; top:0; bottom:100%; right:100%"/>
</Group>
</Group>
</Group>
<FocusBox id="MouseBlocker" dimensions="dock:fill" style="visible:false"/>
</Children>
<OnClose bind="OnClose"/>
<OnEscape bind="OnClose"/>
</PanelFrame>
<PanelFrame name="DaisyWheel" dimensions="center-y:50%; center-x:50%; width:50%; height:50%;" permanent="true" visible="true" depth="10">
<Children>
<Group id="DaisyContainer" dimensions="dock:fill"/> <!-- center-y:50%; center-x:50%; width:100%; height:100%; -->
</Children>
</PanelFrame>
<PanelFrame name="Bakery" dimensions="center-y:50%; center-x:50%; width:50%; height:50%;" permanent="true" visible="true" depth="10">
<Children>
<!--
<StillArt name="Background" dimensions="dock:fill" style="texture:colors; region:white; tint:#000000; alpha:0.3;"/>
-->
<Group id="PizzaContainer" dimensions="dock:fill"/> <!-- center-y:50%; center-x:50%; width:100%; height:100%; -->
</Children>
</PanelFrame>
<PanelFrame name="Popup" dimensions="left:50%+385; width:275; center-y:50%; height:202; relative:screen" visible="false" permanent="true" topmost="true"><!-- PanelLayer5 -->
<Children>
<!-- Background Art -->
<Group name="Art" dimensions="dock:fill" style="alpha:0">
<Border dimensions="left:-1; right:100%+1; top:-1; bottom:100%+1;" class="PanelSubBackDrop" style="alpha:0.5; tint:#FFFFFF; glow:33FFFFFF"/>
<Border dimensions="dock:fill" class="PanelSubBackDrop" style="alpha:1;"/>
</Group>
<!-- Question -->
<Group name="Question" dimensions="dock:fill" style="visible:false; alpha:0">
<Text name="Text" dimensions="left:10; right:100%-10; top:5; bottom:100%-40" style="font:Demi_13; halign:center; valign:center; wrap:true"/>
<TextTimer name="TextTimer" dimensions="left:10; right:100%-10; top:5; bottom:100%-40" style="font:Demi_13; halign:center; valign:center; format:%.0s; wrap:true"/>
</Group>
<!-- Tooltip -->
<Group name="Tooltip" dimensions="dock:fill" style="visible:false; alpha:0">
<Text name="Title" dimensions="left:5; right:100%-5; top:5; bottom:20;" class="Option_Label" style="font:UbuntuBold_10; alpha:0.9"/>
<Text name="Description" dimensions="left:5; right:100%-5; top:23; bottom:100%-3;" class="Option_Label" style="valign:top; halign:left; wrap:true;"/>
<StillArt name="MoveIcon" dimensions="left:10; aspect:0.75; top:26; height:20" style="texture:IconsInput; region:mouse1; eatsmice:false;"/>
<Text name="MoveText" dimensions="left:26; right:100%-5; top:28; height:16;" class="Option_Label" style="valign:center; halign:left;" key="MOVE"/>
<StillArt name="ScaleIcon" dimensions="left:10; aspect:0.75; top:50; height:20" style="texture:IconsInput; region:mwheel; eatsmice:false;"/>
<Text name="ScaleText" dimensions="left:26; right:100%-5; top:52; height:16;" class="Option_Label" style="valign:center; halign:left;" key="{Scale: 100%}"/>
</Group>
</Children>
<OnEscape bind="Popup_OnEscape"/>
</PanelFrame>
</Frames>
</Component>