Skip to content

Releases: Yukitty/CassetteBeasts-modutils

v1.8.1

20 Apr 03:08

Choose a tag to compare

  • Remove partner unlocks from mods that are no longer loaded, to prevent script crash on save load. (eg. fix removing cat_sunny)
  • Lowered chance of various "decorations" appearing in Mod Club Station, to prevent small populations of NPCs from being crowded-out.
  • Seeded Mod Club Station for deterministic generation.
  • Mod Club Station refresh doors now offset the seed consistently, so layouts can be revisited.
  • Remove reference to ModWorkshop from translation strings.

v1.8.0

20 Apr 03:05

Choose a tag to compare

  • Major Mod Club Station overhaul.
  • Fixed issue where dynamic NPCs in Mod Club Station get freed when returning from combat.

v1.7.1

26 Mar 22:25

Choose a tag to compare

  • Remove network protocol tag for multiplayer support

v1.7

02 Oct 22:56

Choose a tag to compare

  • Update title screen mod notifications for Cassette Beasts v1.5
  • Minor future-proofing (more is probably needed)

v1.6.1

02 Jul 23:52

Choose a tag to compare

  • Require mod home page URLs to begin with http:// or https://
  • New mod update icon, to ease user confusion

v1.6

02 Jul 10:09

Choose a tag to compare

  • Fix bad patch loading in class patcher
  • Extend class patcher error checking, for easier debugging
  • Update Party.gd to include Cassette Beasts v1.2's forced ice bootleg
  • Add bootleg type randomization for party members in random type mode
  • Add Mod Utils setting to disable mod update notifications
  • Add action keybinds as an entry type in the mods settings tab
  • Add default label text for all controls in the mods settings tab

Hotfix v1.5.2

17 Jun 21:36

Choose a tag to compare

Just a few more minor fixes I forgot!

  • Add missing "print" option to MODUTILS.class_patch
  • Update the translation strings relating to updates

Hotfix v1.5.1

17 Jun 21:09

Choose a tag to compare

  • Fix menu option duplication bug in Magikrab when Mod Club Station is open

v1.5

16 Jun 09:13

Choose a tag to compare

  • Fix vanilla Cassette Beasts v1.1.3 bootleg partner bug
  • Add super-early class patcher mechanism
  • Fix eye color in Redkrab's world sprite
  • Add glass resource, as a common shared mod currency item
  • Replace post_init callbacks with preloader singleton_setup_completed
  • Replace Magikrab scene override with instance editing in callback
  • Add a safe and reasonable mod updates notification system

Hotfix v1.4.1

06 Jun 21:03

Choose a tag to compare

  • Fixed initialization order issues with external mods (hopefully)