Releases: X606/ModBot
Releases · X606/ModBot
Mod-Bot 2.0.5.0
- Added mod updates system
- Added "viewlogs" command - opens Player.log file
- Added "savefolder" command - opens game save data folder
- Made "ignoreallcrashes 1" command resume the game
- Improved the handling of exceptions caused in main mod classes to provide more info and not break other mods
- Reworked mod list UI
- FPS counter now saves its state for the whole session
- Minor optimizations
- Fixed mod loader breaking due to a duplicate of a mod. The loader will now load the latest installed version and notificate about duplicates
- Fixed mod dependency system
- Fixed cursor becoming permanently visible in some cases
Full Changelog: v2.0.4.1...v2.0.5.0
Mod-Bot 2.0.4.1
- Added "getplayfabids" command back
- Fixed console not making new lines with \n (the help command displays normally now)
- Fixed selecting and dragging objects through mod-bot UI windows in level editor
- Made so unverified mods can't be downloaded from in-game (better safe than sorry)
- Minor code and visual changes
Full Changelog: v2.0.4.0...v2.0.4.1
Game version: only 1.6.0.34
Mod-Bot 2.0.4.0
- Major UI changes
- Rework of in-game mod downloading
- Removal of "sign in" popup on start
- Console bug fixes
- "Help" command (only for mod-bot commands)
- OnTwitchChatMessage method for mods (making mods for twitch mode is much easier now)
- ModOptionWindowBuilder.RefreshPage methods
- Minor changes and bugfixes
Full Changelog: v2.0.3.3...v2.0.4.0
Mod-Bot 2.0.3.3
Mod-Bot 2.0.3.2
v2.0.3.2 Fix name tags not supporting rich text
Mod-Bot 2.0.3.1
Full Changelog: v2.0.3.0...v2.0.3.1
Mod-Bot 2.0.3.0
Adds support for Transpilers, Finalizers, and Reverse Patches.
Mod-Bot 2.0.2.2
Fix numerous crashes related to the Accessor class.
Mod-Bot 2.0.2.1
Patch because I stupidly forgot to commit some of my changes.
Mod-Bot 2.0.2
- Fixed startup crash when trying to log a value if the console window was not initialized
- Fixed crash that would sometimes happen when mods get/set their settings
- Fixed the mod settings window sometimes keeping the cursor on screen after pressing escape to close it