Skip to content

Releases: spelunky-fyi/Playlunky

Release v0.5.5

17 Feb 08:31
Compare
Choose a tag to compare

Added

  • Version printouts for possibly easier debugging.

Fixed

  • Fixed an issue when a shader mod would modify more than one function.

Release v0.5.4

07 Feb 14:18
Compare
Choose a tag to compare

Added

  • Now support loading loose .bank files, meaning audio mods will work with Playlunky.

Fixed

  • Fixed an issue with extracting assets that have non-matching hash length.

Release v0.5.3

04 Feb 18:41
Compare
Choose a tag to compare

Changed

  • Bumped the supported version of Spelunky

Release v0.5.2

04 Feb 18:22
Compare
Choose a tag to compare

Fixed

  • Erroneous double occurrence of lime, resulting in wrong sticker generation.

Release v0.5.1

31 Jan 12:18
Compare
Choose a tag to compare

Added

  • Add a playlunky.ini file for future configuration.
  • Add support for Modlunky full sheets, e.g. char_black_full.png or poochie_full.png, for pets, mounts and characters.
  • Add random mode for character mods (configured in playlunky.ini), which picks a random character mod from all installed mods per color.

Changed

  • Bumped the supported version of Spelunky

Fixed

  • Fix a crash when deleting a mod folder that was previously loaded

Release v0.5.0

27 Jan 18:11
Compare
Choose a tag to compare

Changed

  • Bumped the supported version of Spelunky

Release v0.4.5

22 Jan 18:49
Compare
Choose a tag to compare

Fixed

  • Bug with installing loose files

Release v0.4.4

22 Jan 15:06
Compare
Choose a tag to compare

Added

  • Add a mod installer that should make it super easy to install mods now (also works for Modlunky2 since it loads mods from the same folder)

Changed

  • Shader mods now copy all parts that are not known into the shader (instead of being ignored)
  • Shader mods are also properly parsed for comments (single line '//' and multiline '/*' comments should work)
  • Slightly optimized pattern lookup in Spel2.exe
  • Bumped OpenCV to latest

Fixed

  • Fix a mods folder structure unconditionally, which resolves some rare errors when changing existing mods
  • Fixed an issue with pattern lookup in Spel2.exe that wouldn't look for the whole pattern if it contained null-characters

Release v0.4.3

04 Jan 09:06
Compare
Choose a tag to compare

Changed

  • Add support for (relatively) arbitrary character sheet sizes for sticker generation

Release v0.4.2

03 Jan 11:57
Compare
Choose a tag to compare

Changed

  • Trim strings before hashing, which should make this release compatible with Modlunky2