Skip to content

Releases: NikkelM/Hades-II-CosmeticsAPI

1.1.3

30 Apr 10:18

Choose a tag to compare

What's Changed

  • Fixed: Table formatting in Readme is broken.

Full Changelog

1.1.2

30 Apr 10:16

Choose a tag to compare

What's Changed

  • Fixed: Navigating right from a rightmost Arcana card takes additional navigation events to select the Grasp count.

Full Changelog

1.1.1

27 Apr 09:24

Choose a tag to compare

What's Changed

  • Removed CardBackScale property, as the game won't honour it.
  • Added recommended texture sizes for card back (pack) textures.
  • Added example textures for card back (packs) to the Readme.

Full Changelog

1.1.0

19 Apr 16:07

Choose a tag to compare

What's Changed

  • The API now supports adding new Arcana card backs, and adds additional pages to the selection screen to display them. Use RegisterCardBackPack(packData) to register a card back pack and RegisterCardBack(cardBackData) to register card backs in a pack.
  • RegisterCardBackPackages(packageNamesArray) allows registering one or more .pkg packages that the Cosmetics API will automatically load everywhere. This should only contain the in-run card pack textures required when a new Arcana is equipped during a run, e.g. through Judgment.
  • RegisterCrossroadsPackages(packageNamesArray) allows registering one or more .pkg packages that the Cosmetics API will automatically load in the Crossroads. Use this to register packages containing cosmetics textures.

Full Changelog

1.0.4

18 Apr 21:15

Choose a tag to compare

What's Changed

  • Fixed an issue where the game could fall back and display a cosmetic you do not own if a mod is disabled while a cosmetic it added is equipped.
  • Fixed an issue where returning from a Dream Dive would not run some validation logic.

Full Changelog

1.0.3

13 Jan 17:08

Choose a tag to compare

What's Changed

  • Added ToggleCollision property.
  • Added vanilla SetAnimationValue for Cosmetic_SkellyZagreusStatue.

Full Changelog

1.0.2

12 Jan 21:49

Choose a tag to compare

What's Changed

  • Fixed potential issues with modded and vanilla cosmetics being equipped at the same time if the mod was temporarily disabled and the player returns from a Chaos Trial.

Full Changelog

1.0.1

29 Dec 15:56

Choose a tag to compare

What's Changed

  • The default RevealReactionVoiceLines have been updated to include more varied voicelines by Melinoë.

Full Changelog

1.0.0

21 Dec 18:26

Choose a tag to compare

What's Changed

  • Initial release.

Full Changelog