-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmod.cpp
33 lines (25 loc) · 2.52 KB
/
mod.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name = "AET Auxiliaries";
author = "Nomas / Redwan S.";
picture = "img\AntistasiEventTeam_2048x1024.paa"; // Picture displayed from the expansions menu. Optimal size is 2048x1024
hideName = "false"; // Hide the extension name
hidePicture = "false"; // Hide the extension menu
logoSmall = "img\AETLogo_64x64.paa"; // Display next to the item added by the mod 64x64
logo = "img\AETLogo_128x128.paa"; // Logo displayed in the main menu 128x128
logoOver = "img\AETLogo_128x128.paa"; // When the mouse is over, in the main menu 128x128
tooltip = "AET Auxiliaries";
tooltipOwned = "Made for the Antistasi Event Team"; // Tool tip displayed when the mouse is left over, in the main menu
overview = "Antistasi Event Team - Auxiliaries Mod - Contains frequently used assets, functions, and addons used by the Antistasi Event Team!"; // Overview text, displayed from the extension menu
description = "Contains frequently used assets, functions, and addons used by the Antistasi Event Team!"; // Probably in context with action
action = "http://discord.gg/antistasi/"; // Website URL, that can accessed from the expansions menu
actionName = "Discord"; // label of button/tooltip in extension menu
overviewPicture = "img\AntistasiEventTeam_2048x1024.paa";
overviewText = "Antistasi Event Team Auxiliaries Mod";
overviewFootnote = "Antistasi Event Team Auxiliaries Modd";
// Color used for DLC stripes and backgrounds (RGBA)
dlcColor[] =
{
0.85,
0.85,
0.00,
1.00
};