-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmod.cpp
More file actions
34 lines (25 loc) · 2.49 KB
/
Copy pathmod.cpp
File metadata and controls
34 lines (25 loc) · 2.49 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
34
name = "Community Base Compats {version}";
author = "CBC Team";
picture = "img\logo_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_ca.paa"; // Display next to the item added by the mod 64x64
logo = "img\logo_ca.paa"; // Logo displayed in the main menu 128x128
logoOver = "img\logo_ca.paa"; // When the mouse is over, in the main menu 128x128
tooltip = "Community Base Compats";
tooltipOwned = "Community Base Addons Owned"; // Tool tip displayed when the mouse is left over, in the main menu
overview = "What does Community Base Compats mean? It is a collection of compatibility patches for the Community Base Addon - short CBA_A3.";
description = "Bugtracker: https://github.com/CVO-Org/CBC_A3/issues";
action = "https://discord.gg/V37bRTnbb8/"; // Website URL, that can accessed from the expansions menu
actionName = "Discord"; // label of button/tooltip in extension menu
overviewPicture = "img\logo_ca.paa";
overviewText = "Community Base Compats overviewText";
overviewFootnote = "<br /><br /><t color='#999999'>This content is under GPLv2 License.<br />Press <t /><t color='#19d3ff'>Left Shift + P<t /><t color='#999999'> to open the store page for more information.<t />";
// Color used for DLC stripes and backgrounds (RGBA)
dlcColor[] =
{
0.4117647058823529,
0.0,
0.0,
1
};