From 6b5c5bcd23ba55c2dfd58aa62a9e04b014fe1bb8 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 18 Feb 2018 16:15:47 +0000 Subject: [PATCH] Update for release-20180218. --- launch-game.sh | 5 ----- mod.config | 4 ++-- mods/example/bits/blank.shp | Bin 32 -> 32 bytes mods/example/mod.yaml | 3 +++ packaging/windows/buildpackage.nsi | 2 -- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/launch-game.sh b/launch-game.sh index 2bc27ec..3094b39 100755 --- a/launch-game.sh +++ b/launch-game.sh @@ -7,11 +7,6 @@ command -v mono >/dev/null 2>&1 || { echo >&2 "The OpenRA mod template requires TEMPLATE_LAUNCHER=$(python -c "import os; print(os.path.realpath('$0'))") TEMPLATE_ROOT=$(dirname "${TEMPLATE_LAUNCHER}") -# Mono >= 5.2 on macOS default mono to 64bit. Force 32 bit until the engine is ready -if [ "$(uname -s)" = "Darwin" ] && command -v mono32 >/dev/null 2>&1; then - alias mono=mono32 -fi - # shellcheck source=mod.config . "${TEMPLATE_ROOT}/mod.config" diff --git a/mod.config b/mod.config index 54dcb91..5d98c9b 100644 --- a/mod.config +++ b/mod.config @@ -9,7 +9,7 @@ MOD_ID="example" # The OpenRA engine version to use for this project. -ENGINE_VERSION="release-20171014" +ENGINE_VERSION="release-20180218" # Enable this to make the default OpenRA mods available for use in your mod.yaml # Packages list (via $mod references). Accepts values "True" or "False". @@ -69,7 +69,7 @@ PACKAGING_FAQ_URL="http://wiki.openra.net/FAQ" PACKAGING_AUTHORS="Example Mod authors" # The git tag to use for the macOS Launcher files. -PACKAGING_OSX_LAUNCHER_TAG="osx-launcher-20170812" +PACKAGING_OSX_LAUNCHER_TAG="osx-launcher-20171118" # Filename to use for the launcher executable on Windows. PACKAGING_WINDOWS_LAUNCHER_NAME="ExampleMod" diff --git a/mods/example/bits/blank.shp b/mods/example/bits/blank.shp index 2773f966675bed1e4ade0319c3d562d35cec0388..f5bf26f6670e0c4343e1506b1010081d756d985b 100644 GIT binary patch literal 32 UcmZQzU<5-3C}0HB>@Y3^007DW3;+NC literal 32 RcmZQzU<5-36u=JW0RRBH01E&B diff --git a/mods/example/mod.yaml b/mods/example/mod.yaml index 0216144..8e15079 100644 --- a/mods/example/mod.yaml +++ b/mods/example/mod.yaml @@ -36,6 +36,9 @@ Notifications: Translations: example|english.yaml +Hotkeys: + common|hotkeys/game.yaml + LoadScreen: BlankLoadScreen ServerTraits: diff --git a/packaging/windows/buildpackage.nsi b/packaging/windows/buildpackage.nsi index 58b7ba2..6c23366 100644 --- a/packaging/windows/buildpackage.nsi +++ b/packaging/windows/buildpackage.nsi @@ -90,7 +90,6 @@ Section "Game" GAME File "${SRCDIR}\MaxMind.Db.dll" File "${SRCDIR}\GeoLite2-Country.mmdb.gz" File "${SRCDIR}\eluant.dll" - File "${SRCDIR}\SmarIrc4net.dll" File "${SRCDIR}\rix0rrr.BeaconLib.dll" File "${DEPSDIR}\soft_oal.dll" File "${DEPSDIR}\SDL2.dll" @@ -197,7 +196,6 @@ Function ${UN}Clean Delete $INSTDIR\freetype6.dll Delete $INSTDIR\SDL2-CS.dll Delete $INSTDIR\OpenAL-CS.dll - Delete $INSTDIR\SmarIrc4net.dll Delete $INSTDIR\rix0rrr.BeaconLib.dll RMDir /r $INSTDIR\Support