-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.cpp
More file actions
34 lines (26 loc) · 2.52 KB
/
mod.cpp
File metadata and controls
34 lines (26 loc) · 2.52 KB
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
34
name = "STORM Framework";
author = "OverlordZorn [CVO]";
picture = "img\Title Tower Bleak.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\logo_64.paa"; // Display next to the item added by the mod 64x64
logo = "img\logo_128.paa"; // Logo displayed in the main menu 128x128
logoOver = "img\logo_128_contrast.paa"; // When the mouse is over, in the main menu 128x128
tooltip = "STORM Frameworks";
tooltipOwned = "STORM Framework"; // Tool tip displayed when the mouse is left over, in the main menu
overview = "STORM Framework"; // Overview text, displayed from the extension menu
description = "Framework for different types of Weather Storms, for example Sandstorms!"; // Probably in context with action
action = "https://github.com/OverlordZorn/STORM-Framework"; // Website URL, that can accessed from the expansions menu
actionName = "Github"; // label of button/tooltip in extension menu
overviewPicture = "img\logo_storm_framework_512.paa";
overviewText = "STORM Framework";
overviewFootnote = "Storms, Technically Optimised, Really Mom!";
// Color used for DLC stripes and backgrounds (RGBA)
// CVO Red
dlcColor[] =
{
0.4117647058823529,
0.0,
0.0,
1
};