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