papermario/tools/splat
Ethan Roseman 8302565710 git subrepo pull tools/splat
subrepo:
  subdir:   "tools/splat"
  merged:   "6898b0a98"
upstream:
  origin:   "https://github.com/ethteck/splat.git"
  branch:   "master"
  commit:   "6898b0a98"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"
2021-02-04 00:14:54 +09:00
..
segtypes git subrepo pull tools/splat 2021-02-04 00:09:01 +09:00
util git subrepo pull tools/splat 2021-02-04 00:09:01 +09:00
.gitignore git subrepo pull tools/splat 2021-01-25 00:19:56 +09:00
.gitrepo git subrepo pull tools/splat 2021-02-04 00:14:54 +09:00
CHANGELOG.md git subrepo pull tools/splat 2021-02-04 00:09:01 +09:00
create_config.py git subrepo pull tools/splat 2021-01-25 00:19:56 +09:00
list_objects.py rename 2021-01-25 00:19:48 +09:00
Makefile git subrepo pull tools/splat 2021-01-25 00:19:56 +09:00
README.md git subrepo pull tools/splat 2021-01-25 00:19:56 +09:00
requirements.txt git subrepo pull tools/splat 2021-02-04 00:14:54 +09:00
split.py git subrepo pull tools/splat 2021-02-04 00:09:01 +09:00

splat

A binary splitting tool to assist with decompilation and modding projects

Currently, only N64 roms in the .z64 format are supported.

For example usage, see https://github.com/pmret/papermario The Makefile setup target calls splat with a config file that you can use for reference. More documentation coming soon.

Requirements

Python package requirements can be installed via pip3 install -r requirements.txt