-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.cpp
More file actions
52 lines (40 loc) · 1.51 KB
/
mod.cpp
File metadata and controls
52 lines (40 loc) · 1.51 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name = "ACE Wardrobe Extended {version}";
author = "AWX Team";
// --- Expansions Menu ---
// Picture displayed from the expansions menu. Optimal size is 2048x1024
picture = "img\workshop_2048_1024.paa";
// Overview text, displayed from the extension menu
overview = "Includes Compats for ACE Wardrobe for 3rd-party Mods";
overviewPicture = "img\hanger.paa"; // Where?
overviewText = "ACE Wardrobe Extended OverviewText"; // Where?
overviewFootnote = "ACE Wardrobe Extended OverviewFootnote"; // Where?
// Action Button, Label/Tooltip
actionName = "GitHub";
// Action Button, Website URL
action = "https://github.com/CVO-Org/ace-wardrobe-extended";
// Hide the extension name
hideName = "false";
// Hide the extension menu
hidePicture = "false";
// --- Main Menu ---
// Logo displayed in the main menu 128x128
logo = "img\hanger.paa";
// When the mouse is over, in the main menu 128x128
logoOver = "img\hanger.paa";
// Tooltip when hovering over the Logo
tooltip = "ACE Wardrobe Extended";
// Tool tip displayed when the mouse is left over, in the main menu
description = "ACE Wardrobe Extended Description"; // Where?
tooltipOwned = "ACE Wardrobe Extended Owned"; // Where?
// --- Misc. ---
// Display next to the item added by the mod 64x64
logoSmall = "img\hanger.paa";
// --- DLC ---
// Color used for DLC stripes and backgrounds (RGBA)
dlcColor[] =
{
0.4117647058823529,
0.0,
0.0,
1
};