Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 922 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 922 Bytes

Go Reference

Gamearc

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

Usage:
  gamearc-blorb [FLAGS] SRCFILE DSTDIR

Flags:
  -version
    	Print version and exit

Specify SRCFILE and DSTDIR

Releases

https://github.com/kaey/gamearc/releases

Building from source

  • 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 running go env GOPATH)