Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

v1.3.0

Latest
Compare
Choose a tag to compare
@SlimeCubed SlimeCubed released this 24 Jan 23:44
· 1 commit to master since this release
49d1bd1

Adds some new features:

  • Characters can now override their arena mode portraits by including the files Illustrations/MultiplayerPortraitXY.png in their resources, where X is a player number between 0 and 3 and Y 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 and GetCustomSlideshow 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.