Skip to content

20200118

Pre-release
Pre-release
Compare
Choose a tag to compare
@pchote pchote released this 18 Jan 17:28
  • Fixed incorrect Travis CI error message when files are saved with incorrect line endings
  • Added support for projects that do not use a .sln file
  • Fixed macOS compatibility
  • Updated placeholder example mod yaml definitions
  • Updated engine version to playtest-20200118

This is a minor update to the mod SDK. The following files have changed:

  • .travis.yml
  • Makefile
  • make.ps1
  • mod.config
  • mods/example/mod.yaml
  • mods/example/tileset.yaml
  • mods/example/audio/* (new files)
  • packaging/linux/buildpackage.sh

To update from the 20191117 SDK release simply copy the new versions of .travis.yml, Makefile, make.ps1, packaging/linux/buildpackage.sh into your mod project then make the following changes to your mod.config:

  • In the Core Configuration section:
    • Change ENGINE_VERSION to playtest-20200118
  • In the Packaging section:
    • Change PACKAGING_OSX_LAUNCHER_TAG to osx-launcher-20191007

This SDK version is compatible with OpenRA engine versions playtest-20190825 through release-20191117 plus playtest-20200118 for development, but only playtest-20200118 for packaging release installers. If updating from earlier versions you should proceed to the Engine update guide.