275 lines
4.7 KiB
Plaintext
275 lines
4.7 KiB
Plaintext
/*********************************************************
|
|
***************** Dumped by aerosoul94 *******************
|
|
*********************************************************/
|
|
|
|
{
|
|
menuDef
|
|
{
|
|
name "settings_quick_koth_@mpui_rules_spectating"
|
|
rect -272 244 272 18 2 1
|
|
popup
|
|
visible 1
|
|
style 1
|
|
forecolor 1 1 1 1
|
|
focuscolor 1 1 1 1
|
|
fadeCycle 1
|
|
fadeClamp 1
|
|
fadeAmount 0.1
|
|
exp rect y ( localvarint( "ui_popupYPos" ) )
|
|
onOpen
|
|
{
|
|
focusfirst;
|
|
setfocusbydvar "scr_game_spectatetype";
|
|
setLocalVarBool "ui_hideSelectButton" ( 1 );
|
|
}
|
|
onRequestClose
|
|
{
|
|
setLocalVarBool "ui_hideSelectButton" ( 0 );
|
|
}
|
|
onEsc
|
|
{
|
|
play "mouse_click";
|
|
close self;
|
|
}
|
|
itemDef
|
|
{
|
|
rect -872 -556 2000 2000 2 1
|
|
visible 1
|
|
forecolor 1 1 1 1
|
|
type 1
|
|
textfont 1
|
|
textscale 0.55
|
|
action
|
|
{
|
|
close self;
|
|
}
|
|
}
|
|
itemDef
|
|
{
|
|
rect -128 244 110 55 2 1
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 0.35 0.35 0.35 1
|
|
textscale 0.55
|
|
exp material ( "white" )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -144 228 16 16 2 1
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 0 0 0 1
|
|
background "drop_shadow_tl"
|
|
textscale 0.55
|
|
visible when ( 1 )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -128 228 110 16 2 1
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 0 0 0 1
|
|
background "drop_shadow_t"
|
|
textscale 0.55
|
|
visible when ( 1 )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -18 228 16 16 2 1
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 0 0 0 1
|
|
background "drop_shadow_tr"
|
|
textscale 0.55
|
|
visible when ( 1 )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -18 244 16 55 2 1
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 0 0 0 1
|
|
background "drop_shadow_r"
|
|
textscale 0.55
|
|
visible when ( 1 )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -18 299 16 16 2 1
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 0 0 0 1
|
|
background "drop_shadow_br"
|
|
textscale 0.55
|
|
visible when ( 1 )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -128 299 110 16 2 1
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 0 0 0 1
|
|
background "drop_shadow_b"
|
|
textscale 0.55
|
|
visible when ( 1 )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -144 299 16 16 2 1
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 0 0 0 1
|
|
background "drop_shadow_bl"
|
|
textscale 0.55
|
|
visible when ( 1 )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -144 244 16 55 2 1
|
|
decoration
|
|
visible 1
|
|
style 3
|
|
forecolor 0 0 0 1
|
|
background "drop_shadow_l"
|
|
textscale 0.55
|
|
visible when ( 1 )
|
|
}
|
|
itemDef
|
|
{
|
|
rect -128 244 128 15 2 1
|
|
visible 1
|
|
forecolor 0.65 0.65 0.65 1
|
|
textalign 8
|
|
textalignx 12
|
|
textscale 0.375
|
|
text "@MENU_DISABLED"
|
|
dvarTest "scr_game_spectatetype"
|
|
focusDvar { 0 }
|
|
visible when ( "@MENU_DISABLED" != "" )
|
|
action
|
|
{
|
|
setdvar "scr_game_spectatetype" 0 play "mouse_click";
|
|
close self;
|
|
}
|
|
leaveFocus
|
|
{
|
|
play "mouse_submenu_over";
|
|
}
|
|
}
|
|
itemDef
|
|
{
|
|
rect -128 259 128 15 2 1
|
|
visible 1
|
|
forecolor 0.65 0.65 0.65 1
|
|
textalign 8
|
|
textalignx 12
|
|
textscale 0.375
|
|
text "@MPUI_RULES_TEAM_ONLY"
|
|
dvarTest "scr_game_spectatetype"
|
|
focusDvar { 1 }
|
|
visible when ( "@MPUI_RULES_TEAM_ONLY" != "" )
|
|
action
|
|
{
|
|
setdvar "scr_game_spectatetype" 1 play "mouse_click";
|
|
close self;
|
|
}
|
|
leaveFocus
|
|
{
|
|
play "mouse_submenu_over";
|
|
}
|
|
}
|
|
itemDef
|
|
{
|
|
rect -128 274 128 15 2 1
|
|
visible 1
|
|
forecolor 0.65 0.65 0.65 1
|
|
textalign 8
|
|
textalignx 12
|
|
textscale 0.375
|
|
text "@MPUI_RULES_FREE"
|
|
dvarTest "scr_game_spectatetype"
|
|
focusDvar { 2 }
|
|
visible when ( "@MPUI_RULES_FREE" != "" )
|
|
action
|
|
{
|
|
setdvar "scr_game_spectatetype" 2 play "mouse_click";
|
|
close self;
|
|
}
|
|
leaveFocus
|
|
{
|
|
play "mouse_submenu_over";
|
|
}
|
|
}
|
|
itemDef
|
|
{
|
|
rect -128 289 128 15 2 1
|
|
visible 1
|
|
forecolor 0.65 0.65 0.65 1
|
|
textalign 8
|
|
textalignx 12
|
|
textscale 0.375
|
|
dvarTest "scr_game_spectatetype"
|
|
focusDvar { 0 }
|
|
visible when ( "" != "" )
|
|
action
|
|
{
|
|
setdvar "scr_game_spectatetype" 0 play "mouse_click";
|
|
close self;
|
|
}
|
|
leaveFocus
|
|
{
|
|
play "mouse_submenu_over";
|
|
}
|
|
}
|
|
itemDef
|
|
{
|
|
rect -128 304 128 15 2 1
|
|
visible 1
|
|
forecolor 0.65 0.65 0.65 1
|
|
textalign 8
|
|
textalignx 12
|
|
textscale 0.375
|
|
dvarTest "scr_game_spectatetype"
|
|
focusDvar { 0 }
|
|
visible when ( "" != "" )
|
|
action
|
|
{
|
|
setdvar "scr_game_spectatetype" 0 play "mouse_click";
|
|
close self;
|
|
}
|
|
leaveFocus
|
|
{
|
|
play "mouse_submenu_over";
|
|
}
|
|
}
|
|
itemDef
|
|
{
|
|
rect -128 319 128 15 2 1
|
|
visible 1
|
|
forecolor 0.65 0.65 0.65 1
|
|
textalign 8
|
|
textalignx 12
|
|
textscale 0.375
|
|
dvarTest "scr_game_spectatetype"
|
|
focusDvar { 0 }
|
|
visible when ( "" != "" )
|
|
action
|
|
{
|
|
setdvar "scr_game_spectatetype" 0 play "mouse_click";
|
|
close self;
|
|
}
|
|
leaveFocus
|
|
{
|
|
play "mouse_submenu_over";
|
|
}
|
|
}
|
|
}
|
|
} |