zb-menus/ui_mp/scriptmenus/quickcommands.menu
2025-01-09 11:51:52 +01:00

219 lines
7.2 KiB
Plaintext

{
menuDef
{
name "quickcommands"
rect -52 234 194 208 1 1
style 1
border 1
borderSize 2
focuscolor 1 1 1 1
popup
onOpen
{
setDvar cl_bypassMouseInput 1;
}
onClose
{
setDvar cl_bypassMouseInput 0;
}
onESC
{
play mouse_click;
close self;
}
execKey "1"
{
scriptMenuResponse 1;
close self;
}
execKey "2"
{
scriptMenuResponse 2;
close self;
}
execKey "3"
{
scriptMenuResponse 3;
close self;
}
execKey "4"
{
scriptMenuResponse 4;
close self;
}
execKey "5"
{
scriptMenuResponse 5;
close self;
}
execKey "6"
{
scriptMenuResponse 6;
close self;
}
execKey "7"
{
scriptMenuResponse 7;
close self;
}
execKey "8"
{
scriptMenuResponse 8;
close self;
}
itemDef
{
rect 0 0 194 208 0 0
style 3
decoration
border 1
borderSize 2
visible 1
forecolor 0.2 0.2 0.22 0.65
bordercolor 0.4 0.4 0.42 1
exp material "white";
}
itemDef
{
rect 0 0 194 208 0 0
style 3
decoration
border 1
borderSize 2
visible 1
forecolor 1 1 1 0.7
bordercolor 0.4 0.4 0.42 1
exp material "gradient_bottom";
}
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 0 16 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 0 16 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 0 16 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 0 16 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 0 16 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 0 16 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 0 16 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 0 16 0 0 0 0
decoration
visible 1
textaligny 8
textscale 0.375
textstyle 3
textfont 1
}
itemDef
{
name "window"
text "@QUICKMESSAGE_ESC_EXIT"
rect 0 16 0 0 0 0
decoration
visible 1
textaligny 8
textscale 0.375
textstyle 3
textfont 1
}
}
}