-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.cpp
18 lines (15 loc) · 906 Bytes
/
mod.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
picture = "BW2035_Logo.paa"; // logo 512x512
contentBrowserPicture = "BW2035_Logo.paa";
logo = "BW2035_Logo.paa"; //Logo displayed in bottom left of main menu
logoOver = "BW2035_Logo.paa"; //Logo displayed in the mod menu when mod icon is clicked
logoSmall = "BW2035_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 = "Bundeswehr 2035";
tooltipOwned = "Bundeswehr 2035"; //Tooltip when mod icon is moused over in main menu
name = "Bundeswehr 2035"; //Full name of the mod
overview = "ArmA III Bundeswehr Mod, set in 2035"; //Description of the mod displayed in the "DLC" page of the main menu
actionName = "Github";
action = "https://github.com/Nilia119/BW2035"; //Link to take people to from "Website" button
author = "[9.JgKp] Nilia";