plutonium_menus_mp/zone_raw/ui_mp/popup_joinpassword.menu
6arelyFuture 0e1fa81ddc
All checks were successful
link / Link assets on Linux (push) Successful in 35s
init
2024-04-27 19:35:22 +02:00

367 lines
18 KiB
Plaintext

{
menuDef
{
name "popup_joinpassword"
rect 0 0 0 0 2 2
focuscolor 1 1 1 1
outOfBoundsClick
popup
legacySplitScreenScale
exp rect X 0 - (330 * 0.5);
exp rect Y 0 - ((((23 * 1) + (16.367 * 0)) + (2 * (20 + 2)) + 5) * 0.5);
exp rect W 330;
exp rect H (((23 * 1) + (16.367 * 0)) + (2 * (20 + 2)) + 5);
onOpen
{
setdvar ui_password "";
setLocalVarInt ui_buttonNavGroupOffset_popup 0;
setLocalVarInt ui_buttonNavGroupCurrent_popup 0;
setLocalVarString ui_buttonNavGroupName_popup "invalid";
setLocalVarBool ui_swfSelectionButtonVis 0;
setLocalVarBool ui_swfSelectionBarVis 0;
setLocalVarBool ui_swfSelectionDisabled 0;
setLocalVarBool ui_swfPopupSelectionButtonVis 0;
setLocalVarBool ui_swfPopupSelectionBarVis 0;
setLocalVarBool ui_swfPopupSelectionDisabled 0;
setLocalVarString ui_swfPopupContext "invalid";
setLocalVarBool ui_centerPopup 1;
play tabs_slide;
lerp x from - 460 to 0 over "0.05";
focusfirst;
setfocus popup_joinpassword_1;
focusfirst;
setfocus passwordEntry;
}
onClose
{
setLocalVarBool ui_centerPopup 0;
play "";
}
onESC
{
close self;
close menu_xboxlive;
close menu_xboxlive_lobby;
close menu_xboxlive_privatelobby;
close menu_systemlink;
close menu_systemlink_join;
close menu_gamesetup_systemlink;
close menu_gamesetup_splitscreen;
close popup_gamesetup;
close popup_gamesetup_splitscreen;
close popup_findgame;
close self;
close cac_popup;
close popup_gamesetup_private;
close coop_lobby;
close error_popmenu_lobby;
setdvar onlinegame 0;
setdvar systemlink 0;
setdvar specialops 0;
setdvar so_survival 0;
exec stopListening;
exec "useonlinestats 0";
exec statsdownloadcancel;
exec xstopparty;
exec xstopprivateparty;
exec xcancelconnectingdialog;
exec "forcesplitscreencontrol PASSWORD_POPUP_CANCELED_ACTION";
exec resetautoconnect;
}
itemDef
{
rect -1280 -480 2560 960 2 2
style 3
decoration
visible when(menuistopmost("popup_joinpassword"));
textscale 0.55
forecolor 0 0 0 0.8
background "white"
}
itemDef
{
rect -131.333 -78.667 262.667 130.667 2 2
style 3
decoration
visible when(1);
textscale 0.55
forecolor 0.3098 0.349 0.2745 1
background "white"
exp rect y 0;
exp rect h (((23 * 1) + (16.367 * 0)) + (2 * (20 + 2)) + 5) + 0;
exp rect x 0;
exp rect w 330;
}
itemDef
{
rect 0 0 330 1 2 2
style 3
decoration
visible when(1 && 1);
textscale 0.55
forecolor 0.1569 0.1725 0.1608 1
background "white"
exp rect x 0;
exp rect y 0;
exp rect h (1 * 22) + (16.367 * 0) + 2;
}
itemDef
{
rect 0 0 1 8.666 2 2
style 3
decoration
visible when(1 && 1);
textscale 0.55
background "navbar_selection_bar_shadow"
exp rect x (0);
exp rect y 0 + (1 * 22) + (16.367 * 0);
exp rect w 330;
}
itemDef
{
rect 0 1 314 22 2 2
style 1
decoration
visible when(1);
textalign 8
textscale 0.375
textstyle 9
textfont 9
exp text "@MENU_PASSWORD";
exp rect x (0 + 8);
exp rect y (0 + 4) - 4;
}
itemDef
{
rect 0 0 0 19 2 2
style 1
decoration
visible when(1);
textscale 0.55
backcolor 0 0 0 1
exp rect x (((0 + 8) + 0)) - 7;
exp rect y ((0 + (0 * (20 + 2)) + (0 - 1 * (0 != 0)) + (0 + 4) + ((23 * 1) + (16.367 * 0))) - 2.333) + 1;
exp rect w ((330 - 16)) + 14;
exp backcolor r select((getfocuseditemname() == "passwordEntry"), 0.176, 0);
exp backcolor g select((getfocuseditemname() == "passwordEntry"), 0.188, 0);
exp backcolor b select((getfocuseditemname() == "passwordEntry"), 0.153, 0);
}
itemDef
{
name "passwordEntry"
text " "
rect 0 0 314 20 2 2
style 1
type 4
visible when(1);
textalign 4
textalignx -10
textscale 0.375
textfont 3
onFocus
{
play mouse_over;
}
accept
{
play mouse_click;
exec "setfromdvar privateMatch_joinPassword ui_password";
close self;
if (dvarstring(ui_password) == "")
{
close menu_xboxlive;
close menu_xboxlive_lobby;
close menu_xboxlive_privatelobby;
close menu_systemlink;
close menu_systemlink_join;
close menu_gamesetup_systemlink;
close menu_gamesetup_splitscreen;
close popup_gamesetup;
close popup_gamesetup_splitscreen;
close popup_findgame;
close self;
close cac_popup;
close popup_gamesetup_private;
close coop_lobby;
close error_popmenu_lobby;
setdvar onlinegame 0;
setdvar systemlink 0;
setdvar specialops 0;
setdvar so_survival 0;
exec stopListening;
exec "useonlinestats 0";
exec statsdownloadcancel;
exec xstopparty;
exec xstopprivateparty;
exec xcancelconnectingdialog;
exec "forcesplitscreencontrol PASSWORD_POPUP_CANCELED_ACTION";
exec resetautoconnect;
}
else
{
exec xjoinpasswordparty;
}
}
exp rect x ((0 + 8) + 0);
exp rect y (0 + (0 * (20 + 2)) + (0 - 1 * (0 != 0)) + (0 + 4) + ((23 * 1) + (16.367 * 0))) - 2.333;
dvar "ui_password"
maxChars 24
maxPaintChars 24
}
itemDef
{
rect 0 0 330 1 2 2
style 3
decoration
visible when(1);
textscale 0.55
forecolor 0.2118 0.2314 0.22 1
background "white"
exp rect x (0 + 0);
exp rect y (0 - 3.5) + (1 * (20 + 2)) + ((0 + 4) + ((23 * 1) + (16.367 * 0)));
exp rect h ((20 + 2) * 1) + 1;
}
itemDef
{
rect 0 0 1 8.666 2 2
style 3
decoration
visible when(localvarbool("ui_swfPopupSelectionBarVis") && (localvarstring("ui_buttonNavGroupName_popup") == "popup_joinpassword") && (localvarstring("ui_swfPopupContext") == "popup_joinpassword"));
textscale 0.55
background "navbar_selection_bar_shadow"
exp rect x (0 + 0);
exp rect y (0 - 3.5) + ((localvarint("ui_buttonNavGroupCurrent_popup") - localvarint("ui_buttonNavGroupOffset_popup")) * (20 + 2)) + ((0 + 4) + ((23 * 1) + (16.367 * 0))) + (20 + 0.3333);
exp rect w 330;
}
itemDef
{
rect 0 0 1 20 2 2
style 3
decoration
visible when(localvarbool("ui_swfPopupSelectionBarVis") && (localvarstring("ui_buttonNavGroupName_popup") == "popup_joinpassword") && (localvarstring("ui_swfPopupContext") == "popup_joinpassword"));
textscale 0.55
forecolor 0.6 0.6314 0.6 0.2
background "white"
exp rect x (0 + 0);
exp rect y (0 - 3.5) + ((localvarint("ui_buttonNavGroupCurrent_popup") - localvarint("ui_buttonNavGroupOffset_popup")) * (20 + 2)) + ((0 + 4) + ((23 * 1) + (16.367 * 0)));
exp rect w 330;
}
itemDef
{
rect 0 0 1 20 2 2
style 3
decoration
visible when(localvarbool("ui_swfPopupSelectionBarVis") && (localvarstring("ui_buttonNavGroupName_popup") == "popup_joinpassword") && (localvarstring("ui_swfPopupContext") == "popup_joinpassword"));
textscale 0.55
background "navbar_selection_bar"
exp rect x (0 + 0);
exp rect y (0 - 3.5) + ((localvarint("ui_buttonNavGroupCurrent_popup") - localvarint("ui_buttonNavGroupOffset_popup")) * (20 + 2)) + ((0 + 4) + ((23 * 1) + (16.367 * 0)));
exp rect w 330;
}
itemDef
{
text "@PLATFORM_NAVBAR_BUTTON_FOCUSED_SELECTBUTTON"
rect 0 0 20 20 2 2
style 1
decoration
visible when(localvarbool("ui_swfPopupSelectionButtonVis") && (localvarstring("ui_buttonNavGroupName_popup") == "popup_joinpassword") && (localvarstring("ui_swfPopupContext") == "popup_joinpassword"));
textalign 10
textscale 0.30625
textfont 3
exp rect x (0 + (0 + 330 - 24));
exp rect y (((localvarint("ui_buttonNavGroupCurrent_popup") - localvarint("ui_buttonNavGroupOffset_popup")) * (20 + 2)) + ((0 + 4) + ((23 * 1) + (16.367 * 0))) - 1.167) - 1.8;
}
itemDef
{
name "popup_joinpassword_1"
rect 11.667 0 330 22 2 2
style 3
type 1
visible when(1);
disabled when(0);
textscale 0.55
forecolor 0 0 0 0
background "white"
onFocus
{
setLocalVarString ui_swf_selection "SWF_POPUP_BUTTON_NAME(popup_joinpassword,1)";
setLocalVarInt ui_buttonNavGroupCurrent_popup 1;
setLocalVarString ui_buttonNavGroupName_popup "popup_joinpassword";
setLocalVarBool ui_swfPopupSelectionButtonVis ((1) && !(0));
setLocalVarBool ui_swfPopupSelectionBarVis (1);
setLocalVarBool ui_swfPopupSelectionDisabled (0);
setLocalVarString ui_swfPopupContext "popup_joinpassword";
play mouse_over;
}
leaveFocus
{
setLocalVarBool ui_swfPopupSelectionButtonVis 0;
setLocalVarBool ui_swfPopupSelectionBarVis 0;
setLocalVarBool ui_swfPopupSelectionDisabled 0;
}
action
{
play mouse_click;
exec "setfromdvar privateMatch_joinPassword ui_password";
close self;
if (dvarstring(ui_password) == "")
{
close menu_xboxlive;
close menu_xboxlive_lobby;
close menu_xboxlive_privatelobby;
close menu_systemlink;
close menu_systemlink_join;
close menu_gamesetup_systemlink;
close menu_gamesetup_splitscreen;
close popup_gamesetup;
close popup_gamesetup_splitscreen;
close popup_findgame;
close self;
close cac_popup;
close popup_gamesetup_private;
close coop_lobby;
close error_popmenu_lobby;
setdvar onlinegame 0;
setdvar systemlink 0;
setdvar specialops 0;
setdvar so_survival 0;
exec stopListening;
exec "useonlinestats 0";
exec statsdownloadcancel;
exec xstopparty;
exec xstopprivateparty;
exec xcancelconnectingdialog;
exec "forcesplitscreencontrol PASSWORD_POPUP_CANCELED_ACTION";
exec resetautoconnect;
}
else
{
exec xjoinpasswordparty;
}
}
exp disabled 0;
exp rect y ((1 * (20 + 2)) + (0 + 4) + ((23 * 1) + (16.367 * 0))) + ((0 - 1.333));
exp rect w 330 - 0;
exp rect x (0 + (0 + 8));
}
itemDef
{
rect 11.667 0 330 19.567 2 2
style 1
decoration
visible when((1) && (1));
textalign 8
textscale 0.375
textstyle 9
textfont 3
exp text "@MENU_OK";
exp rect y (((1 * (20 + 2)) + (0 + 4) + ((23 * 1) + (16.367 * 0))) + (0 - 1.333)) - 2.333;
exp rect w 330;
exp forecolor r select(0, select(localvarstring("ui_swf_selection") == "SWF_POPUP_BUTTON_NAME(popup_joinpassword,1)" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName_popup") == "popup_joinpassword", 0, 0.360784), select(localvarstring("ui_swf_selection") == "SWF_POPUP_BUTTON_NAME(popup_joinpassword,1)" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName_popup") == "popup_joinpassword", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor g select(0, select(localvarstring("ui_swf_selection") == "SWF_POPUP_BUTTON_NAME(popup_joinpassword,1)" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName_popup") == "popup_joinpassword", 0, 0.360784), select(localvarstring("ui_swf_selection") == "SWF_POPUP_BUTTON_NAME(popup_joinpassword,1)" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName_popup") == "popup_joinpassword", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp forecolor b select(0, select(localvarstring("ui_swf_selection") == "SWF_POPUP_BUTTON_NAME(popup_joinpassword,1)" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName_popup") == "popup_joinpassword", 0, 0.360784), select(localvarstring("ui_swf_selection") == "SWF_POPUP_BUTTON_NAME(popup_joinpassword,1)" && select(localvarbool("ui_centerPopup"), localvarbool("ui_swfPopupSelectionBarVis"), localvarbool("ui_swfSelectionBarVis")) && localvarstring("ui_buttonNavGroupName_popup") == "popup_joinpassword", select(isdemoplaying(), FUNC_36(), FUNC_35()), 1));
exp rect x (0 + (0 + 8));
}
}
}