-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmod.cpp
18 lines (15 loc) · 1022 Bytes
/
mod.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
picture = "EuDef_Logo.paa"; // logo 512x512
contentBrowserPicture = "EuDef_Logo.paa";
logo = "EuDef_Logo.paa"; //Logo displayed in bottom left of main menu
logoOver = "EuDef_Logo.paa"; //Logo displayed in the mod menu when mod icon is clicked
logoSmall = "EuDef_Logo.paa"; //Logo displayed next to all units and vehicles in the editor
dlcColor[] = {0,0,0,1}; //Something about color
hideName = 0; //Hide the name of the mod
hidePicture = 0; //Hide the logo of the mod
tooltip = "Insignien der European Defence Force";
tooltipOwned = "Insignien der European Defence Force"; //Tooltip when mod icon is moused over in main menu
name = "Insignien der European Defence Force"; //Full name of the mod
overview = "All Ranks of the Bundeswehr in European Weapon Color and some specific to our clan."; //Description of the mod displayed in the "DLC" page of the main menu
actionName = "GitHub";
action = "https://github.com/Nilia119/EuDef-Inisgnia"; //Link to take people to from "Website" button
author = "[EuDef] Nilia";