Skip to content

Releases: Yukitty/CassetteBeasts-modutils

v1.8.1

Choose a tag to compare

@Yukitty Yukitty released this 20 Apr 03:08
  • 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

Choose a tag to compare

@Yukitty Yukitty released this 20 Apr 03:05
  • Major Mod Club Station overhaul.
  • Fixed issue where dynamic NPCs in Mod Club Station get freed when returning from combat.

v1.7.1

Choose a tag to compare

@Yukitty Yukitty released this 26 Mar 22:25
  • Remove network protocol tag for multiplayer support

v1.7

Choose a tag to compare

@Yukitty Yukitty released this 02 Oct 22:56
  • Update title screen mod notifications for Cassette Beasts v1.5
  • Minor future-proofing (more is probably needed)

v1.6.1

Choose a tag to compare

@Yukitty Yukitty released this 02 Jul 23:52
  • Require mod home page URLs to begin with http:// or https://
  • New mod update icon, to ease user confusion

v1.6

Choose a tag to compare

@Yukitty Yukitty released this 02 Jul 10:09
  • 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

Choose a tag to compare

@Yukitty Yukitty released this 17 Jun 21:36

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

Choose a tag to compare

@Yukitty Yukitty released this 17 Jun 21:09
  • Fix menu option duplication bug in Magikrab when Mod Club Station is open

v1.5

Choose a tag to compare

@Yukitty Yukitty released this 16 Jun 09:13
  • 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

Choose a tag to compare

@Yukitty Yukitty released this 06 Jun 21:03
  • Fixed initialization order issues with external mods (hopefully)