-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.cpp
More file actions
20 lines (18 loc) · 697 Bytes
/
mod.cpp
File metadata and controls
20 lines (18 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name= "CBA Tutorial";// Name of your mod
picture = "logo.paa"; // Picture displayed from the expansions menu.
logo= "logo.paa";// Logo displayed in the main menu
logoOver= "logo.paa";// When the mouse is over, in the main menu
action= "https://github.com/flufflesamy/CBA-Tutorial";// Website URL, that can accessed from the expansions menu
tooltipOwned = "CBA Tutorial";// Tool tip displayed when the mouse is left over, in the main menu
// Color used for DLC stripes and backgrounds (RGBA)
dlcColor[] =
{
1,
1,
1,
1
};
// Overview text, displayed from the extension menu
overview = "Lorem Ipsum dolor sit amet.";
hideName= 0;// Hide the extension name
hidePicture= 0;// Hide the extension menu