OpenRA/OpenRA-Resources

Integrate with new rule update system.

Closed this issue · 3 comments

The next playtest will ship with a completely new system for updating map rules, which uses a different utility command name, and the old command is being removed. The automated and user-prompted upgrade actions here will need to be updated to work with the new code.

Just for reference after asking on IRC:

https://github.com/OpenRA/OpenRAModSDK/wiki/Updating-to-a-new-SDK-or-Engine-version

Use --update-map instead of --update-mod for maps and there's no explicit confirmation step

Ok I've updated it in this PR:

#319

There was an issue whereby the new updater doesn't just pass or fail. Often it passes and asks for manual changes. Because of this, where manual changes are needed (any "advanced" map), it redirects to a page showing the console output so users can see what needs to be done.

Fixed by #319.