-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmod.cpp
20 lines (19 loc) · 872 Bytes
/
mod.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name = "<ChangeMe> Vindicta Faction Addon Example"; // Name of your mod
picture = ""; // Picture displayed from the expansions menu. Optimal size is 2048x1024
logoSmall = ""; // Display next to the item added by the mod
logo = ""; // Logo displayed in the main menu
logoOver = ""; // When the mouse is over, in the main menu
action = "<ChangeMe> https://youtu.be/dQw4w9WgXcQ"; // Website URL, that can accessed from the expansions menu
tooltipOwned = "<ChangeMe> Tooltip"; // Tool tip displayed when the mouse is left over, in the main menu
// Color used for DLC stripes and backgrounds (RGBA)
dlcColor[] =
{
0.666,
0.16,
0.152,
1
};
// Overview text, displayed from the extension menu
overview = "<ChangeMe> Example addon which adds a faction to Vindicta";
hideName = 0; // Hide the extension name
hidePicture = 0; // Hide the extension menu