-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.cpp
More file actions
28 lines (28 loc) · 963 Bytes
/
mod.cpp
File metadata and controls
28 lines (28 loc) · 963 Bytes
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
/// Name of your mod
name = "PRAETORIAN Modules";
/// Picture
picture = "\PRAE_Utilities\data\images\prae_pic.paa";
/// Display next to the item added by the mod
logoSmall = "\PRAE_Utilities\data\images\prae_logoSmall.paa";
/// Logo displayed in the main menu
logo = "\PRAE_Utilities\data\images\prae_logo.paa";
/// When the mouse is over, in the main menu
logoOver = "\PRAE_Utilities\data\images\prae_logo.paa";
/// Website URL, that can accessed from the expansions menu
action = "";
/// Tool tip displayed when the mouse is left over, in the main menu
tooltipOwned = "Praetorian Milsim Modules";
/// Color used for DLC stripes and backgrounds (RGBA)
dlcColor[] =
{
0.23,
0.39,
0.30,
1
};
/// Overview text, displayed from the extension menu
overview = "PRAETORIAN Modules is a collection of MILSIM oriented modules for mission makers to enhance their missions with.";
/// Hide the extension name
hideName = 0;
/// Hide the extension menu
hidePicture = 0;