-
Notifications
You must be signed in to change notification settings - Fork 1
/
mod.cpp
28 lines (28 loc) · 1.04 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
/// Name of your mod
name = "Legacy Main Menu";
/// Picture displayed from the expansions menu/ Optimal size is 2048x1024, other sizes work too
/*picture = "\Samples_F\Data_01\Images\picture.paa";*/
/// Display next to the item added by the mod
/*logoSmall = "\Samples_F\Data_01\Logos\logo_small.paa";*/
/// Logo displayed in the main menu
/*logo = "\Samples_F\Data_01\Logos\logo.paa";*/
/// When the mouse is over, in the main menu
/*logoOver = "\Samples_F\Data_01\Logos\logoOver.paa";*/
/// Website URL, that can accessed from the expansions menu
action = "https://github.com/Freddo3000/Legacy-Main-Menu";
/// Tool tip displayed when the mouse is left over, in the main menu
tooltipOwned = "Glad I'm not the only person that missed the old menu";
/// Color used for DLC stripes and backgrounds (RGBA)
dlcColor[] =
{
0.23,
0.39,
0.30,
1
};
/// Overview text, displayed from the extension menu
overview = "Brings back the old pre-apex main menu";
/// Hide the extension name
hideName = 0;
/// Hide the extension menu
hidePicture = 0;