forked from cookgreen/Yuris-Revenge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.config
82 lines (51 loc) · 2.87 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
80
81
82
##############################################################################
# Core Configuration
#
# Basic settings that should be changed by all projects.
##############################################################################
MOD_ID="yr"
ENGINE_VERSION="release-20200503"
WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.YR.dll"
##############################################################################
# Continuous Integration
#
# Settings controlling the behaviour of Travis CI
# (if it has been enabled on your GitHub repository)
##############################################################################
TRAVIS_TEST_MOD="False"
TRAVIS_TEST_PACKAGING="True"
##############################################################################
# Packaging
#
# Settings controlling the creation of installers.
##############################################################################
PACKAGING_INSTALLER_NAME="YurisRevenge"
PACKAGING_DISPLAY_NAME="Yuri's Revenge"
PACKAGING_WEBSITE_URL="http://openra.net"
PACKAGING_FAQ_URL="http://wiki.openra.net/FAQ"
PACKAGING_AUTHORS="OpenRA2YR Mod Development Team"
PACKAGING_OSX_LAUNCHER_TAG="osx-launcher-20191007"
PACKAGING_WINDOWS_LAUNCHER_NAME="Yuri's Revenge Mod"
PACKAGING_WINDOWS_INSTALL_DIR_NAME="OpenRA Red Alert 2 Yuri's Revenge Mod"
PACKAGING_WINDOWS_REGISTRY_KEY="OpenRA2YRMod"
PACKAGING_WINDOWS_LICENSE_FILE="./COPYING"
PACKAGING_APPIMAGE_DEPENDENCIES_TAG="20191004"
PACKAGING_COPY_ENGINE_FILES="./mods/modcontent"
PACKAGING_OVERWRITE_MOD_VERSION="False"
##############################################################################
# Advanced Configuration
#
# Most projects will not need to modify these
##############################################################################
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_LAUNCHER_SOURCE="https://github.com/OpenRA/OpenRALauncherOSX/releases/download/${PACKAGING_OSX_LAUNCHER_TAG}/launcher.zip"
PACKAGING_OSX_LAUNCHER_TEMP_ARCHIVE_NAME="launcher.zip"
PACKAGING_APPIMAGE_DEPENDENCIES_SOURCE="https://github.com/OpenRA/AppImageSupport/releases/download/${PACKAGING_APPIMAGE_DEPENDENCIES_TAG}/libs.tar.bz2"
PACKAGING_APPIMAGE_DEPENDENCIES_TEMP_ARCHIVE_NAME="libs.tar.bz2"
WHITELISTED_OPENRA_ASSEMBLIES="OpenRA.Game.exe OpenRA.Utility.exe OpenRA.Platforms.Default.dll OpenRA.Mods.Common.dll OpenRA.Mods.Cnc.dll OpenRA.Game.dll"
WHITELISTED_THIRDPARTY_ASSEMBLIES="ICSharpCode.SharpZipLib.dll FuzzyLogicLibrary.dll MaxMind.Db.dll Eluant.dll rix0rrr.BeaconLib.dll Open.Nat.dll SDL2-CS.dll OpenAL-CS.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"