A Go package to work with the files inside the ROM for Last Window: The Secret of Cape West.
You can run this through go
with go run src/lastwindow-tk/main.go
Or you can build the package with go build -o lastwindow-tk src/lastwindow-tk/main.go
and run the compiled binary.
- Pack (.pack) - these are custom
zlib
archives that can be extracted to a folder usinglastwindow-tk packfile <input.pack> <output dir>
- All the others, mainly:
- .bra - animation files
- .bpg - image format (this one doesn't seem custom, but the only public format out there is from 2014 - 4 years after the game came out. Yes I have tried that format anyway and it does not work; surprise)