Releases: ModulusModding/ModulusModLoader
Releases · ModulusModding/ModulusModLoader
ModulusModLoader v0.2.0
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
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
Initial release