Skip to content

SCUMMKit v0.3.0

Choose a tag to compare

@jmnunezizu jmnunezizu released this 06 Jun 14:29

Highlights

  • Adds a user-local installer script and installer smoke test.
  • Installs SCUMMKit into ~/.local/share/scummkit with a ~/.local/bin/scummkit wrapper.
  • Compiles extractpak during install and verifies the install with scummkit doctor.
  • Adds scummkit --version.

Install

curl -fsSL https://github.com/jmnunezizu/scummkit/releases/latest/download/install.sh | sh

Validation

  • sh -n install.sh
  • sh -n scripts/test-install.sh
  • Python compile check
  • pytest
  • scripts/test-install.sh

Notes

  • The installer does not install system dependencies such as sox, ffmpeg, bspatch, vgmstream-cli, Python, or a C compiler.
  • Generated game outputs still depend on locally owned game assets and are not redistributable.