Command-line unpackers for several archive formats used in games.
Unpolished and mostly untested.
Currently supports:
- Inform 7 (blorb)
- RPG Maker VX Ace (rgss3a, v3 only)
- RPG Maker MV (rpgmvp, rpgmvm, rpgmvo)
- RPG Maker MZ (png_, m4a_, ogg_)
- Ren'py (rpa, v3 only)
- Wolf RPG (dxa, v6 only, compression unsupported)
- Electron (asar)
Usage:
gamearc-blorb [FLAGS] SRCFILE DSTDIR
Flags:
-version
Print version and exit
Specify SRCFILE and DSTDIR
https://github.com/kaey/gamearc/releases
- install go compiler toolchain https://golang.org/dl
- run
go install github.com/kaey/gamearc/cmd/...@latest
- binaries will appear in
$HOME/go/bin
(you can verify its location by runninggo env GOPATH
)