-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmod.cpp
35 lines (25 loc) · 1.24 KB
/
mod.cpp
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
35
name = "Immersion Cigs - Rewrite {version}";
author = "Rebel / Facel / OverlordZorn / prisonerMO / Kneely / Vedaupe";
hideName = "false"; // Hide the extension name
hidePicture = "false"; // Hide the extension menu
tooltip = "Immersion Cigs - Rewrite";
tooltipOwned = "Immersion Cigs - Rewrite"; // Tool tip displayed when the mouse is left over, in the main menu
overview = "Immersion Cigs - Rewrite"; // Overview text, displayed from the extension menu
description = "Immersion Cigs - Rewrite"; // Probably in context with action
actionName = "Website";
action = "https://github.com/OverlordZorn/immersion-cigs-rewrite";
picture = "img\mod-rw-trans.paa";
logoSmall = "img\mod-rw-trans.paa";
logo = "img\mod-rw-trans.paa";
logoOver = "img\mod-rw-trans.paa";
overviewPicture = "img\mod-rw-trans.paa";
overviewText = "Immersion Cigs - Rewrite";
overviewFootnote = "Immersion Cigs - Rewrite";
// Color used for DLC stripes and backgrounds (RGBA)
dlcColor[] =
{
0.4117647058823529,
0.0,
0.0,
1
};