Fixed content decryption, created base for real rustii CLI

rustii currently only supports unpacking WADs, with packing support being a work-in-progress.
This commit is contained in:
2025-03-18 20:39:38 -04:00
parent 83dc83d2d6
commit 6ab9993dd9
14 changed files with 406 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
// title/tmd.rs from rustii-lib (c) 2025 NinjaCheetah & Contributors
// https://github.com/NinjaCheetah/rustii-lib
// title/tmd.rs from rustii (c) 2025 NinjaCheetah & Contributors
// https://github.com/NinjaCheetah/rustii
//
// Implements the structures and methods required for TMD parsing and editing.