Skip to content

Releases: OpenRA/OpenRAModSDK

20170923

23 Sep 19:40

Choose a tag to compare

  • Added a check and error message for users attempting to run the SDK using PowerShell 2.0 or older.
  • Added a "portable" windows package -winportable.zip.
  • Renamed macOS installer package suffix to -macOS.zip to distinguish it from the portable windows package.

This is a minor update to the SDK files. You can upgrade by replacing the content of your packaging directory, make.ps1, and .travis.yml files with the newer versions included with this release, and then set ENGINE_VERSION="playtest-20170923" in your mod.config. If you would like to update the files manually then you can compare the changed files.

20170902

02 Sep 19:38

Choose a tag to compare

  • Added support for automatic installer generation using Travis CI (see Generating Release Installers)
  • Fixed several other issues with the packaging scripts
  • Fixed support for custom engines on Windows
  • Fixed user.config not being parsed by the Linux/macOS makefile
  • Fixed make check not working on case-sensitive file systems
  • Added support for mono 5.2 on macOS
  • Improved comments/documentation in mod.config
  • Improved project-level documentation (Readme, contributing guidelines / Code of conduct, Wiki pages)

This update makes significant changes to most of the core SDK files, including the mod.config file. Because of this, our recommended update procedure is to:

  • Make a backup of your mod.config
  • Overwrite all Mod SDK files with the new files in this release
  • Configure the new mod.config with your custom mod settings.

20170827

27 Aug 12:23

Choose a tag to compare

20170827 Pre-release
Pre-release
Update engine to latest playtest.

20170721

21 Jul 18:37

Choose a tag to compare

First public release of the OpenRA mod SDK.