This commit is contained in:
334
zone_raw/patch_mp/ui_mp/quickcommands.menu
Normal file
334
zone_raw/patch_mp/ui_mp/quickcommands.menu
Normal file
@@ -0,0 +1,334 @@
|
||||
{
|
||||
menuDef
|
||||
{
|
||||
name "quickcommands"
|
||||
rect 6 268 190 204 1 1
|
||||
style 1
|
||||
focuscolor 1 1 1 1
|
||||
popup
|
||||
visible 1
|
||||
onOpen
|
||||
{
|
||||
setLocalVarInt ui_centerPopup 1;
|
||||
setDvar cl_bypassMouseInput 1;
|
||||
}
|
||||
onClose
|
||||
{
|
||||
play POPUP_AUDIO_ON_CLOSE;
|
||||
setLocalVarInt ui_centerPopup 0;
|
||||
setDvar cl_bypassMouseInput 0;
|
||||
}
|
||||
onESC
|
||||
{
|
||||
close self;
|
||||
}
|
||||
execKey "8"
|
||||
{
|
||||
scriptMenuResponse 8;
|
||||
close quickcommands;
|
||||
}
|
||||
execKey "7"
|
||||
{
|
||||
scriptMenuResponse 7;
|
||||
close quickcommands;
|
||||
}
|
||||
execKey "6"
|
||||
{
|
||||
scriptMenuResponse 6;
|
||||
close quickcommands;
|
||||
}
|
||||
execKey "5"
|
||||
{
|
||||
scriptMenuResponse 5;
|
||||
close quickcommands;
|
||||
}
|
||||
execKey "4"
|
||||
{
|
||||
scriptMenuResponse 4;
|
||||
close quickcommands;
|
||||
}
|
||||
execKey "3"
|
||||
{
|
||||
scriptMenuResponse 3;
|
||||
close quickcommands;
|
||||
}
|
||||
execKey "2"
|
||||
{
|
||||
scriptMenuResponse 2;
|
||||
close quickcommands;
|
||||
}
|
||||
execKey "1"
|
||||
{
|
||||
scriptMenuResponse 1;
|
||||
close quickcommands;
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
rect -600 -800 2000 2000 0 0
|
||||
type 1
|
||||
visible 1
|
||||
textscale 0.55
|
||||
textfont 1
|
||||
onFocus
|
||||
{
|
||||
setdvar ui_popup_close_icon 1;
|
||||
}
|
||||
leaveFocus
|
||||
{
|
||||
setdvar ui_popup_close_icon 0;
|
||||
}
|
||||
action
|
||||
{
|
||||
close self;
|
||||
}
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
rect -4 -4 190 204 0 0
|
||||
type 1
|
||||
visible 1
|
||||
textscale 0.55
|
||||
textfont 1
|
||||
action
|
||||
{
|
||||
}
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
rect -2 -2 194 208 1 1
|
||||
style 3
|
||||
decoration
|
||||
border 1
|
||||
borderSize 2
|
||||
visible 1
|
||||
textscale 0.55
|
||||
forecolor 0.2 0.2 0.22 0.65
|
||||
bordercolor 0.4 0.405 0.42 1
|
||||
background "white"
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
rect 0 0 190 204 1 1
|
||||
style 3
|
||||
decoration
|
||||
visible 1
|
||||
textscale 0.55
|
||||
forecolor 1 1 1 0.7
|
||||
background "gradient_bottom"
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
rect -34 -34 32 32 0 0
|
||||
style 3
|
||||
decoration
|
||||
visible when(1);
|
||||
textscale 0.55
|
||||
forecolor 0 0 0 1
|
||||
background "drop_shadow_tl"
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
rect -2 -34 194 32 0 0
|
||||
style 3
|
||||
decoration
|
||||
visible when(1);
|
||||
textscale 0.55
|
||||
forecolor 0 0 0 1
|
||||
background "drop_shadow_t"
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
rect 192 -34 32 32 0 0
|
||||
style 3
|
||||
decoration
|
||||
visible when(1);
|
||||
textscale 0.55
|
||||
forecolor 0 0 0 1
|
||||
background "drop_shadow_tr"
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
rect 192 -2 32 0 0 0
|
||||
style 3
|
||||
decoration
|
||||
visible when(1);
|
||||
textscale 0.55
|
||||
forecolor 0 0 0 1
|
||||
background "drop_shadow_r"
|
||||
exp rect h (((0 + 0 + ((18 + 2) * (10) + 4 * 2 + 0)) - 2 * 2) + 2 * 2);
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
rect 192 0 32 32 0 0
|
||||
style 3
|
||||
decoration
|
||||
visible when(1);
|
||||
textscale 0.55
|
||||
forecolor 0 0 0 1
|
||||
background "drop_shadow_br"
|
||||
exp rect y (0 - 2) + ((((0 + 0 + ((18 + 2) * (10) + 4 * 2 + 0)) - 2 * 2) + 2 * 2));
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
rect -2 0 194 32 0 0
|
||||
style 3
|
||||
decoration
|
||||
visible when(1);
|
||||
textscale 0.55
|
||||
forecolor 0 0 0 1
|
||||
background "drop_shadow_b"
|
||||
exp rect y (0 - 2) + ((((0 + 0 + ((18 + 2) * (10) + 4 * 2 + 0)) - 2 * 2) + 2 * 2));
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
rect -34 0 32 32 0 0
|
||||
style 3
|
||||
decoration
|
||||
visible when(1);
|
||||
textscale 0.55
|
||||
forecolor 0 0 0 1
|
||||
background "drop_shadow_bl"
|
||||
exp rect y (0 - 2) + ((((0 + 0 + ((18 + 2) * (10) + 4 * 2 + 0)) - 2 * 2) + 2 * 2));
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
rect -34 -2 32 0 0 0
|
||||
style 3
|
||||
decoration
|
||||
visible when(1);
|
||||
textscale 0.55
|
||||
forecolor 0 0 0 1
|
||||
background "drop_shadow_l"
|
||||
exp rect h (((0 + 0 + ((18 + 2) * (10) + 4 * 2 + 0)) - 2 * 2) + 2 * 2);
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
rect 97 2 0 0 1 1
|
||||
decoration
|
||||
type 1
|
||||
visible 1
|
||||
textalign 5
|
||||
textscale 0.4583
|
||||
textstyle 6
|
||||
textfont 1
|
||||
forecolor 0.69 0.69 0.69 1
|
||||
exp text "@QUICKMESSAGE_QUICK_MESSAGE";
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
name "window"
|
||||
text "@QUICKMESSAGE_1_FOLLOW_ME"
|
||||
group "ingamebox"
|
||||
rect 16 36 0 0 0 0
|
||||
decoration
|
||||
visible 1
|
||||
textaligny 8
|
||||
textscale 0.375
|
||||
textstyle 3
|
||||
textfont 1
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
name "window"
|
||||
text "@QUICKMESSAGE_2_MOVE_IN"
|
||||
group "ingamebox"
|
||||
rect 16 52 0 0 0 0
|
||||
decoration
|
||||
visible 1
|
||||
textaligny 8
|
||||
textscale 0.375
|
||||
textstyle 3
|
||||
textfont 1
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
name "window"
|
||||
text "@QUICKMESSAGE_3_FALL_BACK"
|
||||
group "ingamebox"
|
||||
rect 16 68 0 0 0 0
|
||||
decoration
|
||||
visible 1
|
||||
textaligny 8
|
||||
textscale 0.375
|
||||
textstyle 3
|
||||
textfont 1
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
name "window"
|
||||
text "@QUICKMESSAGE_4_SUPPRESSING_FIRE"
|
||||
group "ingamebox"
|
||||
rect 16 84 0 0 0 0
|
||||
decoration
|
||||
visible 1
|
||||
textaligny 8
|
||||
textscale 0.375
|
||||
textstyle 3
|
||||
textfont 1
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
name "window"
|
||||
text "@QUICKMESSAGE_5_ATTACK_LEFT_FLANK"
|
||||
group "ingamebox"
|
||||
rect 16 100 0 0 0 0
|
||||
decoration
|
||||
visible 1
|
||||
textaligny 8
|
||||
textscale 0.375
|
||||
textstyle 3
|
||||
textfont 1
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
name "window"
|
||||
text "@QUICKMESSAGE_6_ATTACK_RIGHT_FLANK"
|
||||
group "ingamebox"
|
||||
rect 16 116 0 0 0 0
|
||||
decoration
|
||||
visible 1
|
||||
textaligny 8
|
||||
textscale 0.375
|
||||
textstyle 3
|
||||
textfont 1
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
name "window"
|
||||
text "@QUICKMESSAGE_7_HOLD_THIS_POSITION"
|
||||
group "ingamebox"
|
||||
rect 16 132 0 0 0 0
|
||||
decoration
|
||||
visible 1
|
||||
textaligny 8
|
||||
textscale 0.375
|
||||
textstyle 3
|
||||
textfont 1
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
name "window"
|
||||
text "@QUICKMESSAGE_8_REGROUP"
|
||||
group "ingamebox"
|
||||
rect 16 148 0 0 0 0
|
||||
decoration
|
||||
visible 1
|
||||
textaligny 8
|
||||
textscale 0.375
|
||||
textstyle 3
|
||||
textfont 1
|
||||
}
|
||||
itemDef
|
||||
{
|
||||
name "window"
|
||||
text "@QUICKMESSAGE_ESC_EXIT"
|
||||
rect 16 180 0 0 0 0
|
||||
decoration
|
||||
visible 1
|
||||
textaligny 8
|
||||
textscale 0.375
|
||||
textstyle 3
|
||||
textfont 1
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user