generated from OverlordZorn/ZRN-Mod-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.cpp
More file actions
33 lines (25 loc) · 2.29 KB
/
mod.cpp
File metadata and controls
33 lines (25 loc) · 2.29 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
name = "SOG:PF - Remain Over Night {version}";
author = "Overlord Zorn";
picture = "img\logo.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.paa"; // Display next to the item added by the mod 64x64
logo = "img\logo.paa"; // Logo displayed in the main menu 128x128
logoOver = "img\logo.paa"; // When the mouse is over, in the main menu 128x128
tooltip = "SOG:PF - Remain Over Night";
tooltipOwned = "SOG:PF - Remain Over Night"; // Tool tip displayed when the mouse is left over, in the main menu
overview = "SOG:PF - Remain Over Night"; // Overview text, displayed from the extension menu
description = "SOG:PF - Remain Over Night"; // Probably in context with action
action = "https://github.com/OverlordZorn/vn-ron"; // Website URL, that can accessed from the expansions menu
actionName = "Github"; // label of button/tooltip in extension menu
overviewPicture = "voron_round_olive_texture_1024.paa";
overviewText = "overviewText";
overviewFootnote = "overviewFootnote";
// Color used for DLC stripes and backgrounds (RGBA)
dlcColor[] =
{
0.4117647058823529,
0.0,
0.0,
1
};