-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmod.cpp
34 lines (26 loc) · 2.55 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
34
name = "S.T.O.R.M. 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 = "S.T.O.R.M. Frameworks";
tooltipOwned = "S.T.O.R.M. Framework"; // Tool tip displayed when the mouse is left over, in the main menu
overview = "S.T.O.R.M. 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/S.T.O.R.M.-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 = "S.T.O.R.M. 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
};