This repository was archived by the owner on Mar 6, 2023. It is now read-only.
Adds some new features:
- Characters can now override their arena mode portraits by including the files
Illustrations/MultiplayerPortraitXY.png
in their resources, whereX
is a player number between 0 and 3 andY
is an alive state that can be 0 or 1. Config.CharacterSelectButton
, a new type of menu object, is now available for other mods to use to replicate the arena mode character selector.- Characters can enable and disable passages using
SlugBaseCharacter.CanUsePassages
(contribution by Dual). - Characters can enable or disable placement of a karma flower on death using
SlugBaseCharacter.PlaceKarmaFlower
. SlugBaseEx.GetCustomScene
andGetCustomSlideshow
now exist to let mods view information about scenes and slideshows overridden via SlugBase.
Changes the behavior of some existing features:
SaveManager.GetSaveSummary
will now cache its result until a save state is modified, meaning you can call it multiple times per frame without any significant performance hit.
Fixes some bugs, including:
- Selected arena characters now persist between game sessions. This was broken in version 1.2.0.