Skip to content

Releases: ModulusModding/ModulusModLoader

ModulusModLoader v0.2.0

27 Apr 14:47
22daed1

Choose a tag to compare

Several new features:

  • Localization support. Your mods can now support multiple languages and will change according to the game's language setting.
  • You can now modify bepinex config settings from the mod UI. Mods can subscribe to updates (see example mod) to update things on the fly without a game restart.
  • Adds support for mods adding keybinds to the game that are configurable from the game's control settings.

ModulusModLoader v0.1.1

21 Apr 15:31

Choose a tag to compare

Fixes the auto-updating functionality of the mod loader. Was broken in 0.1.0.

Adds Newtonsoft Json dependency. This will need to be installed alongside the mod loader dll (it's included in the release zip).

ModulusModLoader v0.1.0

21 Apr 12:28

Choose a tag to compare

Initial release