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.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
toplaytest-20200118
- Change
- In the
Packaging
section:- Change
PACKAGING_OSX_LAUNCHER_TAG
toosx-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.