Skip to content

Releases: WorldBoxOpenMods/ModLoader

v1.2.0.1 - BepInEx Independence Hotfix

11 Sep 17:56
cd47a1a

Choose a tag to compare

What's Changed

  • Bugfix: Missing harmony assembly for unity explorer compatibility fix by @ApexNite in #60

Full Changelog: 1.2.0...1.2.0.1

v1.2.0 - Compatibility with 0.51.0 and other improvements

11 Sep 14:37
bf7a084

Choose a tag to compare

What's Changed

  • Compatibility with game version 0.51.0
  • Fixed the NML_AUTHENTICATION locales error
  • Added indicator for if a mod in the mod list is loaded by a modloader different than NML
  • Added reference to Downgrading Tool by @gmBlahaj in #52
  • Bugfix: Make compatible with Unity Explorer by @ApexNite in #55

New Contributors

Full Changelog: 1.1.3...1.2.0

v1.1.3 - Compatibility with 0.50.6

01 Jul 05:11
84f6461

Choose a tag to compare

What's Changed

  • Compatibility with game version 0.50.6

Full Changelog: 1.1.2...1.1.3

v1.1.2 - New Installers, Locale Fixes, and Button and more Tab Creation Fixes

19 Jun 20:44
9f58565

Choose a tag to compare

What's Changed

  • Added new Installers by @gmBlahaj in #48
  • Fixed some locale issues within NML menus
  • Fixed a bug that was causing tab creation to fail for some users
  • Fixed a bug in toggle button creation

New Contributors

Full Changelog: 1.1.1...1.1.2

v1.1.1 - Tab Creation Fixes

12 Jun 20:54
d06b6bf

Choose a tag to compare

What's Changed

  • Fixed various bugs that were causing failures in NMLs tab creation utility

Full Changelog: 1.1.0...1.1.1

v1.1.0 - Core functionality on 0.50.5

12 Jun 14:48
4be1b90

Choose a tag to compare

What's Changed

Full Changelog: 1.0.11...1.1.0

v1.1.0 BETA3 - Assembly Updates

16 Apr 20:17

Choose a tag to compare

Pre-release

What's Changed

Feature:

  • Full compatibility with the 0.50.4 update of WorldBox

Bug Fixes:

  • Fixed a bug in one of the old NCMS button utilities
  • Updated old UnityEngine.UI reference
  • Fixed a hierarchy issue in WideWindow
  • Added new 0.50 tab description key parameter to TabManager

Known issues:

  • Incompatible with Unity Explorer, Runtime Unity Editor, and other similar BepInEx plugins

Full Changelog: 1.1.0-BETA2...1.1.0-BETA3

v1.1.0 BETA2 - UI and Utility cleanup

04 Apr 15:31

Choose a tag to compare

Pre-release

What's Changed

Feature:

  • Compatibility with the 0.50 update of WorldBox
  • Properly structured UI layouts in mod windows

Bug Fixes:

  • Fixed a bug that was causing one of the button creators to throw an exception

Known issues:

  • Incompatible with Unity Explorer, Runtime Unity Editor, and other similar BepInEx plugins

Full Changelog: 1.1.0-BETA1...1.1.0-BETA2

v1.1.0 BETA1 - Core functionality on 0.50

01 Apr 16:31

Choose a tag to compare

What's Changed

Feature:

  • Compatibility with the 0.50 update of WorldBox

Known issues:

  • UI is scuffed
  • Utilities have not been properly tested
  • Incompatible with the Unity Explorer BepInEx plugin

Full Changelog: 1.0.11...1.1.0-BETA1

v1.0.11-Sound

08 Mar 14:41

Choose a tag to compare

What's Changed

Feature:

  • Add Sound file loading. See ... for documentation
  • Automatically convert mod config value instead of falling to default

Adjustment:

  • Upgrade some assemblies to support some mods

Optimization:

  • Initialize fields for ui objects instantiated from prefabs

Full Changelog: 1.0.10...1.0.11

New Contributors