-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmod.cpp
27 lines (23 loc) · 1.63 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
dir = "@16AA-Common";
name = "16AA-Common";
author = "16 Air Assault Milsim Community";
picture = "title_co.paa"; // Picture displayed from the expansions menu. Optimal size is 2048x1024
hideName = "false"; // Hide the extension name
hidePicture = "false"; // Hide the extension menu
logoSmall = "icon_64_ca.paa"; // Display next to the item added by the mod 64x64
logo = "icon_128_ca.paa"; // Logo displayed in the main menu 128x128
logoOver = "icon_128_highlight_ca.paa"; // When the mouse is over, in the main menu 128x128
tooltip = "16AA-Common"; // Tool tip displayed when the mouse is left over, in the main menu
tooltipOwned = "16AA-Common"; // Tool tip displayed when the mouse is left over, in the main menu
overview = "<br/><t align='center' size='1'>16 Air Assault Milsim Community<br/><t href='https://16aa.net/'>Website</t> | <t href='http://discord.16aa.net'>Discord</t> | <t href='https://www.youtube.com/@16AAMilsim'>YouTube</t> | <t href='https://twitter.com/16aamilsim'>Twitter</t></t><br/><t align='center' size='1.25'>Get the job done!</t><br/>"; // Overview text, displayed from the extension menu
description = "It's unclear where this will show"; // Probably in context with action
action = "https://github.com/16AA-Milsim/16AA-Common"; // Website URL, that can accessed from the expansions menu
actionName = "Github"; // label of button/tooltip in extension menu
// Color used for DLC stripes and backgrounds (RGBA)
dlcColor[] =
{
1,
0.0,
0.86,
1
};