31 lines
674 B
Markdown
31 lines
674 B
Markdown
## 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.
|
|
|
|
Currently kind of crashy. Does extract a few archives in full though.
|
|
|
|
### `jmmt_met_extractor`
|
|
|
|
TODO
|