Skip to content

Releases: X606/ModBot

Mod-Bot 2.0.5.0

15 Dec 18:12

Choose a tag to compare

  • 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

20 Aug 13:00

Choose a tag to compare

  • 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

29 Jul 10:40

Choose a tag to compare

  • 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

27 Aug 14:09

Choose a tag to compare

Mod-Bot 2.0.3.2

14 Mar 16:03

Choose a tag to compare

v2.0.3.2

Fix name tags not supporting rich text

Mod-Bot 2.0.3.1

07 Jan 15:51

Choose a tag to compare

Mod-Bot 2.0.3.0

24 Oct 09:38

Choose a tag to compare

Adds support for Transpilers, Finalizers, and Reverse Patches.

Mod-Bot 2.0.2.2

19 Oct 16:05

Choose a tag to compare

Fix numerous crashes related to the Accessor class.

Mod-Bot 2.0.2.1

31 Jul 09:31

Choose a tag to compare

Patch because I stupidly forgot to commit some of my changes.

Mod-Bot 2.0.2

31 Jul 09:21

Choose a tag to compare

  • 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