Skip to content

Commit 49b4ce9

Browse files
committed
All-in-one Command Menu (Deluxe) - v1.1.8-Beta
1 parent 8593c58 commit 49b4ce9

File tree

389 files changed

+18719
-7668
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

389 files changed

+18719
-7668
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Bug report
3+
about: Bug report template
4+
---
5+
6+
**_Describe the bug:_**
7+
8+
**_Steps to reproduce:_**
9+
10+
**_Additional context:_**

Leopard20-All-In-One-Command-Menu-e057dec/.github/ISSUE_TEMPLATE/feature_request.md renamed to Leopard20-All-In-One-Command-Menu-37e7687/.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: Feature request
33
about: Feature request template
4-
54
---
65

7-
***Feature Description:***
6+
**_Feature Description:_**
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/extension/
2+
/pbo/
189 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AIO_AIMENU
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
class AIO_combatSubMenu {
2+
title = "Combat Mode";
3+
access = 0;
4+
atomic = 0;
5+
vocabulary = "";
6+
contexsensitive = 1;
7+
class Items {
8+
class Stealth {
9+
title = "<t color='#00aeff' font='PuristaBold'> Stealth</t>";
10+
shortcuts[] = {2};
11+
shortcutsAction = "CommandingMenu1";
12+
command = "CMD_STEALTH";
13+
show="1";
14+
enable="NotEmpty";
15+
speechId = 0;
16+
};
17+
class Combat {
18+
title = "<t color='#ff4444' font='PuristaBold'> Combat</t>";
19+
shortcuts[] = {3};
20+
shortcutsAction = "CommandingMenu2";
21+
command = "CMD_COMBAT";
22+
show="1";
23+
enable="NotEmpty";
24+
speechId = 0;
25+
};
26+
class Aware {
27+
title = "<t color='#ff8844' font='PuristaBold'> Aware</t>";
28+
shortcuts[] = {4};
29+
shortcutsAction = "CommandingMenu3";
30+
command = "CMD_AWARE";
31+
show="1";
32+
enable="NotEmpty";
33+
speechId = 0;
34+
};
35+
class Safe {
36+
title = "<t color='#fffb44' font='PuristaBold'> Safe</t>";
37+
shortcuts[] = {5};
38+
shortcutsAction = "CommandingMenu4";
39+
command = "CMD_SAFE";
40+
show="1";
41+
enable="NotEmpty";
42+
speechId = 0;
43+
};
44+
class Careless {
45+
title = "<t color='#95ff44' font='PuristaBold'> Careless</t>";
46+
shortcuts[] = {6};
47+
shortcutsAction = "CommandingMenu5";
48+
command = -5;
49+
class Params
50+
{
51+
expression = "[(groupSelectedUnits player), 1] call AIO_fnc_setBehaviour";
52+
};
53+
show = "1";
54+
enable = "NotEmpty";
55+
speechId = 0;
56+
};
57+
};
58+
};
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
class AIO_commsMenu {
2+
title = "Communication";
3+
access = 0;
4+
atomic = 0;
5+
vocabulary = "";
6+
contexsensitive = 1;
7+
class Items {
8+
class Ammo {
9+
title = "<img color='#ffffff' image='AIO_AIMenu\pictures\ammo.paa'/><t font='PuristaBold'> Low Ammo</t>";
10+
shortcuts[] = {2};
11+
shortcutsAction = "CommandingMenu1";
12+
command = "CMD_REPLY_AMMO_LOW";
13+
show="1";
14+
enable="1";
15+
speechId = 0;
16+
};
17+
class Fuel {
18+
title = "<img color='#ffffff' image='AIO_AIMenu\pictures\fuel.paa'/><t font='PuristaBold'> Low Fuel</t>";
19+
shortcuts[] = {3};
20+
shortcutsAction = "CommandingMenu2";
21+
command = "CMD_REPLY_FUEL_LOW";
22+
show="1";
23+
enable="1";
24+
speechId = 0;
25+
};
26+
class ManDown {
27+
title = "<img color='#ffffff' image='AIO_AIMenu\pictures\mandown.paa'/><t font='PuristaBold'> Man down</t>";
28+
shortcuts[] = {4};
29+
shortcutsAction = "CommandingMenu3";
30+
command = "CMD_REPLY_KILLED";
31+
show="1";
32+
enable="1";
33+
speechId = 0;
34+
};
35+
class Injured {
36+
title = "<img color='#f94a4a' image='\A3\ui_f\data\IGUI\Cfg\Cursors\unitBleeding_ca.paa'/><t font='PuristaBold'> Injured</t>";
37+
shortcuts[] = {5};
38+
shortcutsAction = "CommandingMenu4";
39+
command = "CMD_REPLY_INJURED";
40+
show="1";
41+
enable="1";
42+
speechId = 0;
43+
};
44+
class Status1 {
45+
title = "<img color='#ffffff' image='AIO_AIMenu\pictures\status.paa'/><t font='PuristaBold'> Report Status</t>";
46+
shortcuts[] = {6};
47+
shortcutsAction = "CommandingMenu5";
48+
command = "CMD_REPORT";
49+
show = "IsLeader";
50+
enable="1";
51+
speechId = 0;
52+
};
53+
class Status2 {
54+
title = "<img color='#ffffff' image='AIO_AIMenu\pictures\status.paa'/><t font='PuristaBold'> Where are you?</t>";
55+
shortcuts[] = {6};
56+
shortcutsAction = "CommandingMenu5";
57+
command = "CMD_REPLY_WHERE_ARE_YOU";
58+
show = "1 - IsLeader";
59+
enable= "1";
60+
speechId = 0;
61+
};
62+
class GotEm {
63+
title = "<img color='#ffffff' image='AIO_AIMenu\pictures\kill.paa'/><t font='PuristaBold'> Got one</t>";
64+
shortcuts[] = {7};
65+
shortcutsAction = "CommandingMenu6";
66+
command = "CMD_REPLY_ONE_LESS";
67+
show="1";
68+
enable="1";
69+
speechId = 0;
70+
};
71+
class Seperator {
72+
title = "";
73+
shortcuts[] = {};
74+
command = -1;
75+
speechId = 0;
76+
};
77+
class Support {
78+
title = "<img color='#ffffff' image='\A3\ui_f\data\GUI\Cfg\CommunicationMenu\supplydrop_ca.paa'/><t font='PuristaBold'> Call Support</t>";
79+
shortcuts[] = {8};
80+
shortcutsAction = "CommandingMenu7";
81+
show = "1";
82+
enable = "1";
83+
menu = "RscCallSupport";
84+
speechId = 0;
85+
};
86+
};
87+
};
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
class AIO_coverSubMenu {
2+
title = "Cover";
3+
access = 0;
4+
atomic = 0;
5+
vocabulary = "";
6+
contexsensitive = 1;
7+
class Items {
8+
class TakeCover {
9+
title = "<img color='#f94a4a' image='\A3\ui_f\data\IGUI\Cfg\simpleTasks\types\target_ca.paa'/><t font='PuristaBold'> Take Cover</t>";
10+
shortcuts[] = {2};
11+
shortcutsAction = "CommandingMenu1";
12+
command = -5;
13+
class Params
14+
{
15+
expression = "[(groupSelectedUnits player), 30, true] call AIO_fnc_takeCover";
16+
};
17+
show = "1";
18+
enable = "NotEmpty";
19+
speechId = 0;
20+
};
21+
class form360 {
22+
title = "<img color='#ffff00' image='\A3\ui_f\data\IGUI\Cfg\simpleTasks\types\target_ca.paa'/><t font='PuristaBold'> 360 Formation *</t>";
23+
shortcuts[] = {3};
24+
shortcutsAction = "CommandingMenu2";
25+
command = -5;
26+
class Params
27+
{
28+
expression = "AIO_selectedunits = (groupSelectedUnits player); [AIO_selectedUnits, screenToWorld [0.5, 0.5], 1] spawn AIO_fnc_defendAtSelect";
29+
};
30+
show="1";
31+
enable = "NotEmpty * CursorOnGround";
32+
speechId = 0;
33+
};
34+
class fortify {
35+
title = "<img color='#f94a4a' image='\A3\ui_f\data\IGUI\Cfg\simpleTasks\types\target_ca.paa'/><t font='PuristaBold'> Fortify Position *</t>";
36+
shortcuts[] = {4};
37+
shortcutsAction = "CommandingMenu3";
38+
show="1";
39+
enable = "NotEmpty * CursorOnGround";
40+
command = -5;
41+
class Params
42+
{
43+
expression = "AIO_selectedunits = (groupSelectedUnits player); [AIO_selectedUnits, screenToWorld [0.5, 0.5], 2] spawn AIO_fnc_defendAtSelect";
44+
};
45+
speechId = 0;
46+
};
47+
class Seperator2 {
48+
title = "";
49+
shortcuts[] = {};
50+
command = -1;
51+
speechId = 0;
52+
};
53+
class Hide {
54+
title = "<img color='#2da7ff' image='\A3\ui_f\data\IGUI\Cfg\simpleTasks\types\target_ca.paa'/><t font='PuristaBold'> Hide</t>";
55+
shortcuts[] = {5};
56+
shortcutsAction = "CommandingMenu4";
57+
command = "CMD_HIDE";
58+
show="1";
59+
enable = "NotEmpty";
60+
speechId = 0;
61+
};
62+
class Seperator3 {
63+
title = "";
64+
shortcuts[] = {};
65+
command = -1;
66+
speechId = 0;
67+
};
68+
class Building {
69+
title = "<img color='#fffb44' image='\A3\ui_f\data\IGUI\Cfg\simpleTasks\types\getin_ca.paa'/><t font='PuristaBold'> Move into building</t>";
70+
shortcuts[] = {6};
71+
shortcutsAction = "CommandingMenu5";
72+
show = "1";
73+
enable = "NotEmpty * CursorOnGround";
74+
menu = "#USER:AIO_moveIntoHouse_subMenu";
75+
speechId = 0;
76+
};
77+
};
78+
};
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
class AIO_engageMenu {
2+
title = "Engage";
3+
access = 0;
4+
atomic = 0;
5+
vocabulary = "";
6+
contexsensitive = 1;
7+
class Items {
8+
class Fire {
9+
title = "<img color='#f94a4a' image='\A3\ui_f\data\IGUI\Cfg\simpleTasks\types\target_ca.paa'/><t font='PuristaBold'> Fire</t>";
10+
shortcuts[] = {};
11+
command = "CMD_FIRE";
12+
show = "1";
13+
enable = "NotEmpty";
14+
speechId = 0;
15+
};
16+
class Seperator1 {
17+
title = "";
18+
shortcuts[] = {};
19+
command = -1;
20+
speechId = 0;
21+
};
22+
class OpenFire {
23+
title = "<img color='#95ff44' image='AIO_AIMenu\pictures\openfire.paa'/><t font='PuristaBold'> Open Fire</t>";
24+
shortcuts[] = {2};
25+
shortcutsAction = "CommandingMenu1";
26+
command = "CMD_OPEN_FIRE";
27+
show="1";
28+
enable = "NotEmpty + CommandsToGunner";
29+
speechId = 0;
30+
};
31+
class HoldFire {
32+
title = "<img color='#ffffff' image='AIO_AIMenu\pictures\holdfire.paa'/><t font='PuristaBold'> Hold Fire</t>";
33+
shortcuts[] = {3};
34+
shortcutsAction = "CommandingMenu2";
35+
command = "CMD_HOLD_FIRE";
36+
show="1";
37+
enable = "NotEmpty + CommandsToGunner";
38+
speechId = 0;
39+
};
40+
class Seperator2 {
41+
title = "";
42+
shortcuts[] = {};
43+
command = -1;
44+
speechId = 0;
45+
};
46+
class Suppress {
47+
title = "<img color='#ffffff' image='AIO_AIMenu\pictures\suppress.paa'/><t font='PuristaBold'> Suppressive Fire</t>";
48+
shortcuts[] = {4};
49+
shortcutsAction = "CommandingMenu3";
50+
command = "CMD_SUPPRESS";
51+
show="1";
52+
enable="NotEmpty";
53+
speechId = 0;
54+
};
55+
class EngageCMD {
56+
title = "<img color='#2da7ff' image='\A3\ui_f\data\IGUI\Cfg\simpleTasks\types\target_ca.paa'/><t font='PuristaBold'> R.O.E</t>";
57+
shortcuts[] = {5};
58+
shortcutsAction = "CommandingMenu4";
59+
show = "1";
60+
enable = "1";
61+
menu = "AIO_engageSubMenu";
62+
speechId = 0;
63+
};
64+
class CombatMode {
65+
title = "<img color='#ff8844' image='AIO_AIMenu\pictures\combat.paa'/><t font='PuristaBold'> Combat Mode</t>";
66+
shortcuts[] = {6};
67+
shortcutsAction = "CommandingMenu5";
68+
menu = "AIO_combatSubMenu";
69+
show = "1";
70+
enable="IsLeader";
71+
speechId = 0;
72+
};
73+
};
74+
};
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
class AIO_engageSubMenu {
2+
title = "Engage";
3+
access = 0;
4+
atomic = 0;
5+
vocabulary = "";
6+
contexsensitive = 1;
7+
class Items {
8+
class Disengage {
9+
title = "<t color='#00aeff' font='PuristaBold'> Disengage</t>";
10+
shortcuts[] = {2};
11+
shortcutsAction = "CommandingMenu1";
12+
command = "CMD_KEEP_FORM";
13+
show="1";
14+
enable="NotEmpty";
15+
speechId = 0;
16+
};
17+
class Engage {
18+
title = "<t color='#ff8844' font='PuristaBold'> Engage</t>";
19+
shortcuts[] = {3};
20+
shortcutsAction = "CommandingMenu2";
21+
command = "CMD_ENGAGE";
22+
show="1";
23+
enable="NotEmpty";
24+
speechId = 0;
25+
};
26+
class EngageAtWill {
27+
title = "<t color='#ff4444' font='PuristaBold'> Engage at Will</t>";
28+
shortcuts[] = {4};
29+
shortcutsAction = "CommandingMenu3";
30+
command = "CMD_LOOSE_FORM";
31+
show="1";
32+
enable="NotEmpty";
33+
speechId = 0;
34+
};
35+
};
36+
};

0 commit comments

Comments
 (0)