-
Notifications
You must be signed in to change notification settings - Fork 162
/
mod.config
57 lines (35 loc) · 1.42 KB
/
mod.config
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
53
54
55
56
57
######################
# Core Configuration #
######################
MOD_ID="ra2"
ENGINE_VERSION="release-20230225"
###########################
# Packaging Configuration #
###########################
PACKAGING_INSTALLER_NAME="RA2Mod"
PACKAGING_DISPLAY_NAME="Red Alert 2 Mod"
PACKAGING_WEBSITE_URL="http://openra.net"
PACKAGING_FAQ_URL="http://wiki.openra.net/FAQ"
PACKAGING_AUTHORS="The Red Alert 2 Mod authors"
PACKAGING_COPY_CNC_DLL="True"
PACKAGING_COPY_D2K_DLL="False"
PACKAGING_DISCORD_APPID=""
# The macOS disk image icon positions, matched to the background artwork
PACKAGING_OSX_DMG_MOD_ICON_POSITION="190, 210"
PACKAGING_OSX_DMG_APPLICATION_ICON_POSITION="410, 210"
PACKAGING_OSX_DMG_HIDDEN_ICON_POSITION="190, 350"
PACKAGING_WINDOWS_LAUNCHER_NAME="RA2Mod"
PACKAGING_WINDOWS_INSTALL_DIR_NAME="OpenRA Red Alert 2 Mod"
PACKAGING_WINDOWS_REGISTRY_KEY="OpenRARA2Mod"
PACKAGING_WINDOWS_LICENSE_FILE="./LICENSE"
PACKAGING_COPY_ENGINE_FILES="./mods/modcontent"
PACKAGING_OVERWRITE_MOD_VERSION="False"
##########################
# Advanced Configuration #
##########################
# Can be overwritten in user.config if you want to manage it manually/using git (e.g. submodules)
AUTOMATIC_ENGINE_MANAGEMENT="True"
AUTOMATIC_ENGINE_SOURCE="https://github.com/OpenRA/OpenRA/archive/${ENGINE_VERSION}.zip"
AUTOMATIC_ENGINE_EXTRACT_DIRECTORY="./engine_temp"
AUTOMATIC_ENGINE_TEMP_ARCHIVE_NAME="engine.zip"
ENGINE_DIRECTORY="./engine"