ChristoWolf / vagrant-story-randomizer

A tool for randomizing a binary of the PS1 game "Vagrant Story"
GNU General Public License v3.0
4 stars 0 forks source link

Implement package for PSX bin-file handling #1

Closed ChristoWolf closed 2 years ago

ChristoWolf commented 2 years ago

Based on psximager, which should be embeddable. See also this.

Worst case the API of psximager could be wrapped either using cgo or SWIG.

ChristoWolf commented 2 years ago

Downloaded and vendored Windows exe from here. Building anything by myself does not seem to be necessary.

ChristoWolf commented 2 years ago

Running the tool should be done using cmd's start command and its /b flag. The tool's output can be piped through by appropriately setting Cmd.Stdout/Stderr.