Go to file
Lily Tsuru 15d438f294 jmrenamer: rewrite to use package.toc
The package.toc file contains all the file names, except for itself (but we know it always so this isn't a problem).

Therefore, we don't need to store a hardcoded string table! Yay!
2023-06-28 19:25:18 -04:00
crates jmrenamer: rewrite to use package.toc 2023-06-28 19:25:18 -04:00
hexpat imhex: import newer package structures 2023-06-25 18:19:01 -04:00
.editorconfig jmmt_rs: Init 2023-06-25 06:52:16 -04:00
.gitignore jmmt_rs: Init 2023-06-25 06:52:16 -04:00
Cargo.toml jmmt: add texture formats 2023-06-26 05:56:27 -04:00
README.md jmmt_rs: Init 2023-06-25 06:52:16 -04:00
rustfmt.toml jmmt_rs: Init 2023-06-25 06:52:16 -04:00

README.md

JMMT tools

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

The Status Quo

This is an experimental branch for a rewrite of the tools in Rust.

Why?

Mostly for my sanity, but just to see how it fares out. If this gets traction,

and I end up adding things to this that aren't in the main branch, it will probably

be the main branch.