papermario/tools/splat
HailSanta cba14cc73d
end/mgm/tst maps (#798)
* mgm_00

* mgm_03

* mgm_01 OK

* several btl_kzn2

* reflection cleanup

* more maps

* ok for now

* tst_10

* area tst

* pre mgm

* mgm_02 ok

* mgm_02 cleanup

* added IDs

* end_01 almost compiles

* end_01 OK

* end_01 partially done

* end_01 almost done

* end_01 done

* end_00 OK

* credits include cleanup

* end_00 initial cleanup

* new splits 1

* done end_00 cleanup

* areas mgm, end, tst

* whale stuff

Co-authored-by: HailSanta <Hail2Santa@gmail.com>
2022-10-03 20:56:24 -04:00
..
.github/workflows Shiftability work + splat update (#783) 2022-09-24 11:21:54 -04:00
segtypes end/mgm/tst maps (#798) 2022-10-03 20:56:24 -04:00
stubs Misc decomp 53 (#703) 2022-05-05 23:08:16 +09:00
util dead_sqrtf, data migration, etc (#790) 2022-09-29 05:52:12 +09:00
.gitignore Misc decomp 53 (#703) 2022-05-05 23:08:16 +09:00
.gitrepo dead_sqrtf, data migration, etc (#790) 2022-09-29 05:52:12 +09:00
CHANGELOG.md dead_sqrtf, data migration, etc (#790) 2022-09-29 05:52:12 +09:00
create_config.py Shiftability work + splat update (#783) 2022-09-24 11:21:54 -04:00
LICENSE Misc decomp 53 (#703) 2022-05-05 23:08:16 +09:00
Makefile Split charsets, matching load_font and load_font_data (#312) 2021-07-16 10:28:37 +01:00
mypy.ini Upgrade to splat 0.9.0 (#730) 2022-06-13 00:33:32 +09:00
README.md Upgrade to splat 0.9.0 (#730) 2022-06-13 00:33:32 +09:00
requirements.txt dead_sqrtf, data migration, etc (#790) 2022-09-29 05:52:12 +09:00
split.py dead_sqrtf, data migration, etc (#790) 2022-09-29 05:52:12 +09:00

splat

A binary splitting tool to assist with decompilation and modding projects

Currently, only N64 and PSX binaries are supported.

Please check out the wiki for more information including examples of projects that use splat.

Requirements

splat requires Python 3.8+. Package requirements can be installed via pip3 install -r requirements.txt