Skip to content

Commit

Permalink
Update engine version to release-20210321.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Mar 21, 2021
1 parent 1aaa73c commit e7e9743
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion launch-dedicated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SHARE_ANONYMISED_IPS="${ShareAnonymizedIPs:-"True"}"
SUPPORT_DIR="${SupportDir:-""}"

cd "${TEMPLATE_ROOT}"
if [ ! -f "${ENGINE_DIRECTORY}/OpenRA.Game.exe" ] || [ "$(cat "${ENGINE_DIRECTORY}/VERSION")" != "${ENGINE_VERSION}" ]; then
if [ ! -f "${ENGINE_DIRECTORY}/bin/OpenRA.Server.exe" ] || [ "$(cat "${ENGINE_DIRECTORY}/VERSION")" != "${ENGINE_VERSION}" ]; then
echo "Required engine files not found."
echo "Run \`make\` in the mod directory to fetch and build the required files, then try again.";
exit 1
Expand Down
2 changes: 1 addition & 1 deletion mod.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
MOD_ID="raclassic"

# The OpenRA engine version to use for this project.
ENGINE_VERSION="playtest-20210131"
ENGINE_VERSION="release-20210321"

# .dll filenames compiled by the mod solution for use by the runtime assembly check
WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.Raclassic.dll"
Expand Down
2 changes: 1 addition & 1 deletion mods/raclassic/chrome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ dialog4:
# completely black tile
dialog5:
Inherits: ^Dialog
PanelRegion: 579, 387, 0, 0, 64, 64, 0, 0
PanelRegion: 580, 388, 0, 0, 62, 62, 0, 0
PanelSides: Center

lobby-bits:
Expand Down
4 changes: 2 additions & 2 deletions mods/raclassic/mod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata:
Title: Red Alert Classic
Version: playtest-20210131
Version: release-20210321
Website: https://www.openra.net
WebIcon32: https://raw.githubusercontent.com/OpenRA/ra-classic/mods/raclassic/icon.png

Expand Down Expand Up @@ -36,7 +36,7 @@ Packages:

MapFolders:
raclassic|maps: System
~^SupportDir|maps/ra/playtest-20210131: User
~^SupportDir|maps/ra/release-20210321: User

Rules:
raclassic|rules/misc.yaml
Expand Down

0 comments on commit e7e9743

Please sign in to comment.