-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.cpp
More file actions
15 lines (15 loc) · 786 Bytes
/
mod.cpp
File metadata and controls
15 lines (15 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// https://community.bistudio.com/wiki/modParams
name = "ACE Interaction Menu Expansion - Enhanced";
author = "johnb43, upsilon";
// https://community.bistudio.com/wiki/ImageToPAA
picture = "\x\AIMEE\addons\main\ui\logo_AIMEE.paa";
logo = "\x\AIMEE\addons\main\ui\logo_AIMEE.paa";
logoOver = "\x\AIMEE\addons\main\ui\logo_AIMEE.paa";
logoSmall = "\x\AIMEE\addons\main\ui\logo_AIMEE.paa";
tooltip = "ACE Interaction Menu Expansion - Enhanced";
tooltipOwned = "ACE Interaction Menu Expansion - Enhanced";
action = "https://github.com/johnb432/AIMEE";
actionName = "GitHub";
overview = "AIMEE expands the functionalities of ACE 3 interaction menu, aiming to help save keybindings and offer an alternative to ArmA 3's built-in action menu. Made by johnb43.";
hidePicture = 0;
hideName = 0;