No description
| crates/bak-resources | ||
| src/tools | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
Krondor
Tools for exploring Betrayal at Krondor (1993) game files.
Building
cargo build --release
Tools
All tools require -d/--dir to specify the directory containing the game files. Use --md for markdown output.
rmf-explorer
Lists the raw contents of a KRONDOR.RMF resource index file, including the header fields and hash/offset table.
rmf-explorer -d <gamedata-dir>
Options:
-d, --dir <DIR> Directory containing KRONDOR.RMF
-m, --md Output in markdown table format
-h, --help Show this help
archive-explorer
Lists all resources in the KRONDOR.001 archive with names, offsets, and sizes. Supports filtering by extension and sorting.
archive-explorer -d <gamedata-dir>
archive-explorer -d <gamedata-dir> --ext BMX --sort size
Options:
-d, --dir <DIR> Directory containing KRONDOR.RMF and KRONDOR.001
-e, --ext <EXT> Filter by extension (e.g., BMX, PAL, ADS)
-s, --sort <KEY> Sort by: name (default), offset, size
-m, --md Output in markdown table format
-h, --help Show this help