-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.cpp
27 lines (23 loc) · 1.13 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 = "@Tun Utilities";
name = "Tun Utilities v0.0.0";
author = "Tuntematon";
picture = "data\afilogo.paa"; // Picture displayed from the expansions menu. Optimal size is 2048x1024
hideName = "false"; // Hide the extension name
hidePicture = "false"; // Hide the extension menu
logoSmall = "data\afilogo.paa"; // Display next to the item added by the mod 64x64
logo = "data\afilogo.paa"; // Logo displayed in the main menu 128x128
logoOver = "data\afilogo.paa"; // When the mouse is over, in the main menu 128x128
tooltip = "Mission making tools";
tooltipOwned = "Mission making tools"; // Tool tip displayed when the mouse is left over, in the main menu
overview = "Tun Utilities v0.0.0"; // Overview text, displayed from the extension menu
description = "It's unclear where this will show"; // Probably in context with action
action = "https://github.com/Tuntematonjr/Tun-Utilities"; // 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
};