forked from OpenRA/ra2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.config
79 lines (46 loc) · 2.53 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
######################
# Core Configuration #
######################
MOD_ID="ra2"
ENGINE_VERSION="release-20210321"
WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.RA2.dll"
###########################
# 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_MOD_BINARIES="OpenRA.Mods.RA2.dll"
PACKAGING_COPY_CNC_DLL="True"
PACKAGING_COPY_D2K_DLL="False"
PACKAGING_DISCORD_APPID=""
PACKAGING_OSX_MONO_TAG="osx-launcher-20200830"
# 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_APPIMAGE_DEPENDENCIES_TAG="20200328"
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"
PACKAGING_OSX_MONO_SOURCE="https://github.com/OpenRA/OpenRALauncherOSX/releases/download/${PACKAGING_OSX_MONO_TAG}/mono.zip"
PACKAGING_OSX_MONO_TEMP_ARCHIVE_NAME="mono.zip"
PACKAGING_APPIMAGE_DEPENDENCIES_SOURCE="https://github.com/OpenRA/AppImageSupport/releases/download/${PACKAGING_APPIMAGE_DEPENDENCIES_TAG}/mono.tar.bz2"
PACKAGING_APPIMAGE_DEPENDENCIES_TEMP_ARCHIVE_NAME="mono.tar.bz2"
WHITELISTED_OPENRA_ASSEMBLIES="OpenRA.exe OpenRA.Utility.exe OpenRA.Server.exe OpenRA.Platforms.Default.dll OpenRA.Game.dll OpenRA.Mods.Common.dll OpenRA.Mods.Cnc.dll"
WHITELISTED_THIRDPARTY_ASSEMBLIES="ICSharpCode.SharpZipLib.dll FuzzyLogicLibrary.dll Eluant.dll BeaconLib.dll Open.Nat.dll SDL2-CS.dll OpenAL-CS.Core.dll DiscordRPC.dll Newtonsoft.Json.dll"
WHITELISTED_CORE_ASSEMBLIES="mscorlib.dll System.dll System.Configuration.dll System.Core.dll System.Numerics.dll System.Security.dll System.Xml.dll Mono.Security.dll netstandard.dll"