papermario/tools/splat/README.md

12 lines
515 B
Markdown
Raw Normal View History

# splat
A binary splitting tool to assist with decompilation and modding projects
Currently, only N64 and PSX binaries are supported.
The Makefile `setup` target calls splat with a config file that you can use for reference.
Please check out the [wiki](https://github.com/ethteck/splat/wiki) for more information including [examples](https://github.com/ethteck/splat/wiki/Examples) of projects that use splat.
### Requirements
Python package requirements can be installed via `pip3 install -r requirements.txt`