-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmod.cpp
More file actions
21 lines (17 loc) · 1.3 KB
/
mod.cpp
File metadata and controls
21 lines (17 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
dir = "@HATCHET_INTERACTION_FRAMEWORK";
name = "Hatchet Interaction Framework";
author = "Hatchet Team";
picture = "logo_hatchet_ca.paa"; // Picture displayed from the expansions menu. Optimal size is 2048x1024
hideName = "false"; // Hide the extension name
hidePicture = "false"; // Hide the extension menu
logoSmall = "logo_hatchet_ca.paa"; // Display next to the item added by the mod 64x64
logo = "logo_hatchet_ca.paa"; // Logo displayed in the main menu 128x128
logoOver = "logo_hatchet_ca.paa"; // When the mouse is over, in the main menu 128x128
tooltip = "Vehicle Interaction System";
tooltipOwned = "Vehicle Interaction System"; // Tool tip displayed when the mouse is left over, in the main menu
overview = "Vehicle Interaction System"; // Overview text, displayed from the extension menu
description = "Vehicle Interaction System"; // Probably in context with action
action = "https://github.com/Project-Hatchet/Interaction-Framework"; // Website URL, that can accessed from the expansions menu
actionName = "GitHub"; // label of button/tooltip in extension menu
// Color used for DLC stripes and backgrounds (RGBA)
dlcColor[] = {1, 0.0, 0.86, 1};