20200118
Pre-release
Pre-release
- 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.ymlMakefilemake.ps1mod.configmods/example/mod.yamlmods/example/tileset.yamlmods/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 Configurationsection:- Change
ENGINE_VERSIONtoplaytest-20200118
- Change
- In the
Packagingsection:- Change
PACKAGING_OSX_LAUNCHER_TAGtoosx-launcher-20191007
- Change
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.