Skip to content

Alpha 5.11 (Hotfix 1)

Choose a tag to compare

@snailspeed3 snailspeed3 released this 16 Oct 05:42
· 324 commits to master since this release

JParticle (.jpa)

  • Added support for editing JPA particle effect files, used in games like Super Mario Sunshine. Much thanks to @CyrusTheHedgehog for fully implementing this!

BRRES/BMD:

  • Added "preset" selector to TEV stage editors

Command Line:

  • Added rszst compress --algorithm mk8: Compresses with the Mario Kart 8 SZS (YAZ0) compression algorithm. (@aboood40091, @KillzXGaming)
  • Added rszst compress --algorithm lib-yaz0: Compresses with a reimplementation of the WSZST level 10 compression algorithm. (@aboood40091)
  • Comparison of algorithms here. Fast=mk8, Medium=ct-lib, Best=lib-yaz0, essentially, with nintendo and ctgp available as novelties.
  • Added WIP rszst brres-to-json command. Output format may change slightly in future releases.

Internal:

Hotfix 1: Fix undo-redo history bug with TEV presets

Full Changelog: Alpha-5.10.13-Hotfix8...Alpha-5.11-Hotfix1