Tools for Jonny Moseley Mad Trix
Go to file
Lily Tsuru e700c3432d Cleanup, add ImHex patterns
tool binaries now no longer have any linter warnings

add imhex patterns (for documentation's sake I guess)
2022-08-14 14:32:18 -05:00
cmake Init version of jmmt_tools 2022-07-08 04:23:46 -05:00
hexpat Cleanup, add ImHex patterns 2022-08-14 14:32:18 -05:00
include/jmmt Cleanup, add ImHex patterns 2022-08-14 14:32:18 -05:00
src Cleanup, add ImHex patterns 2022-08-14 14:32:18 -05:00
.clang-format Init version of jmmt_tools 2022-07-08 04:23:46 -05:00
.gitignore Init version of jmmt_tools 2022-07-08 04:23:46 -05:00
CMakeLists.txt Init version of jmmt_tools 2022-07-08 04:23:46 -05:00
README.md Fix pak extractor. 2022-07-08 17:34:31 -05:00

README.md

JMMT tools

Tools to work with files for Jonny Moseley Mad Trix on the PS2.

The Libraries

libjmmt

A library which has:

  • the CRC32 hash implementation(s) used by the game
  • the LZSS decompression implementation used by the game
  • Documented package file structures

Used by the following tools.

The Tools

jmmt_renamer

Renames the .dat files in data/ on the disc to filenames which are actually useful.

jmmt_pack_extractor

Extractor for .pak files.

Unlike the BMS script, this extractor takes into account several things about the format.

jmmt_met_extractor

TODO