-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmod.cpp
More file actions
22 lines (20 loc) · 908 Bytes
/
mod.cpp
File metadata and controls
22 lines (20 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name = "IFX ACE3 WindowBreak"; // Name of your mod
picture = ""; // Picture displayed from the expansions menu. Optimal size is 2048x1024
logoSmall = ""; // Display next to the item added by the mod
logo = ""; // Logo displayed in the main menu
logoOver = ""; // When the mouse is over, in the main menu
actionName = "Github"; // Text displayed on the "website" button
action = "https://github.com/indig0fox"; // Website URL, that can accessed from the expansions menu
tooltipOwned = "ACE3 Window Break"; // Tool tip displayed when the mouse is left over, in the main menu
// Color used for DLC stripes and backgrounds (RGBA)
dlcColor[] =
{
1,
0.647,
0,
1
};
// Overview text, displayed from the extension menu
overview = "This addon allows players to break windows of buildings using the ACE interaction menu.";
hideName = 0; // Hide the extension name
hidePicture = 0; // Hide the extension menu