Releases: Yukitty/CassetteBeasts-modutils
Releases · Yukitty/CassetteBeasts-modutils
v1.8.1
- 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
v1.7.1
v1.7
v1.6.1
v1.6
- 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
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
- Fix menu option duplication bug in Magikrab when Mod Club Station is open
v1.5
- 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
- Fixed initialization order issues with external mods (hopefully)