Skip to content

Reloaded Beta #2 | 0.11.0

Compare
Choose a tag to compare
@Sewer56 Sewer56 released this 13 Aug 20:38
· 1381 commits to master since this release

New Features

  • Reloaded II Repository: An easy to use public NuGet based mod repository for uploading mods to be found by other users.

  • Download Mods: You can now directly download mods (including their dependencies!) with one click from the launcher.

  • Automatic Dependency Resolution: Mod A needs Mod B? Don't have Mod B? The launcher will now tell you if it can find it in the Reloaded II Repository and allow you to download it.

  • NuGet package converter, allowing you to convert mods into packages with one click.

  • NuGet update support. Allow updating mods from NuGet feeds. (Currently only supports Reloaded II Repository).

Fixes

  • Mod Update Progress Incorrectly Reported when updating Multiple Mods

Other Changes

Serialization/Deserialization: Cleanup some code and increase safety by using reflection to prevent null arrays in objects rather than hacking classes around it.
Documentation: Documented the new Reloaded II Repository.