-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Yukita Mayako edited this page Jun 16, 2023
·
5 revisions
Welcome to the Mod Utils wiki!
Mod Utils is a public library mod for Cassette Beasts by Bytten Studio.
If you're a mod developer, Mod Utils can help you:
- Add simple custom Settings toggles, sliders, and options for your Mod features
- Notify your users when mod updates are available
- Run scripts when specific Scenes or classes are added to the SceneTree
- Rewrite class source code in-place while allowing other mods to make additional changes
- Populate a shared hub area for accessing mod locations (new islands, NPC housing and shops, etc.)
- Patch changes into vanilla text and dialogue
- Warn users that your mod is a "cheat" before marking their save file as cheated
You are not only welcome, but entirely encouraged to make use of Mod Utils as a dependency for your own mods. Please request additional features if you have any ideas for common modding tasks that can be made easier and more co-operative.