Releases: SlimeCubed/SlugBaseRemix
v2.9.0
This update fixes a crash in some regions when using a custom timeline.
If you already have a mod project and want to add a new slugcat to it, see Getting Started. Otherwise, the SlugTemplate Walkthrough will guide you through setting up your own mod. Don't hesitate to get in contact via GitHub Issues or message slime_cubed on Discord if you find any bugs or have any suggestions!
v2.8.0
This update adds support for the timeline system introduced alongside The Watcher DLC, along with some other minor changes related to compatibility with the new game version.
If you already have a mod project and want to add a new slugcat to it, see Getting Started. Otherwise, the SlugTemplate Walkthrough will guide you through setting up your own mod. Don't hesitate to get in contact via GitHub Issues or on Discord at @Slime_Cubed#5880 if you find any bugs or have any suggestions!
v2.7.0
This update adds a bunch of new stuff by @Moon613!
- Custom slideshows are now supported, and can be used as intros and outros
- Slugcats with more than 3 custom colors can now be properly styled in the Jolly Co-op menu
- Custom dreams can now be added and queued, and the default dreams (the same ones as Survivor) can be optionally removed per character
If you already have a mod project and want to add a new slugcat to it, see Getting Started. Otherwise, the SlugTemplate Walkthrough will guide you through setting up your own mod. Don't hesitate to get in contact via GitHub Issues or on Discord at @Slime_Cubed#5880 if you find any bugs or have any suggestions!
v2.6.0
This update adds a new save data API, courtesy of @MatheusVigaro! It uses Newtonsoft.JSON to serialize and deserialize data, and will keep data even when SlugBase is uninstalled. Thanks to @Bro748, the "world_state" feature should be more stable with this release.
If you already have a mod project and want to add a new slugcat to it, see Getting Started. Otherwise, the SlugTemplate Walkthrough will guide you through setting up your own mod. Don't hesitate to get in contact via GitHub Issues or on Discord at @Slime_Cubed#5880 if you find any bugs or have any suggestions!
v2.4.0
This update has no major API changes, but adds a variety of new features including Expedition support by @Nacu0021!
If you already have a mod project and want to add a new slugcat to it, see Getting Started. Otherwise, the SlugTemplate Walkthrough will guide you through setting up your own mod. Don't hesitate to get in contact via GitHub Issues or on Discord at @Slime_Cubed#5880 if you find any bugs or have any suggestions!
v2.2.0
This update introduces JsonConverter, an API that helps with modifying and creating SlugBaseCharacters without parsing a JSON string. It is intended as a way of procedurally generating characters and exposing features to the player as settings. It is not intended to be used during gameplay. To add data that changes dynamically, use PlayerData and GameData.
In addition, it adds the "timeline_before" and "timeline_after" features, inserting custom slugcats into the timeline order. By default this doesn't do much, but other mods may make use of it.
If you already have a mod project and want to add a new slugcat to it, see Getting Started. Otherwise, the SlugTemplate Walkthrough will guide you through setting up your own mod. Don't hesitate to get in contact via GitHub Issues or on Discord at @Slime_Cubed#5880 if you find any bugs or have any suggestions!
v2.1.1
Apart from bugfixes, this release changes how "world_state" works. It now accepts an array of values, and should correctly change which regions are accessible.
If you already have a mod project and want to add a new slugcat to it, see Getting Started. Otherwise, the SlugTemplate Walkthrough will guide you through setting up your own mod. Don't hesitate to get in contact via GitHub Issues or on Discord at @Slime_Cubed#5880 if you find any bugs or have any suggestions!
v2.0.0
The first stable release of SlugBase 2!
If you already have a mod project and want to add a new slugcat to it, see Getting Started. Otherwise, the SlugTemplate Walkthrough will guide you through setting up your own mod. Don't hesitate to get in contact via GitHub Issues or on Discord at @Slime_Cubed#5880 if you find any bugs or have any suggestions!
v2.0.0 Beta
The first public release of SlugBase 2!
As a beta release, there may be breaking changes between this and the first stable release. Big changes are the easiest to make now, so don't hesitate to send me suggestions via GitHub Issues or on Discord at @Slime_Cubed#5880.