No description
| src/tools | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
Krondor
Tools for exploring Betrayal at Krondor (1993) game files.
Building
cargo build --release
Tools
rmf-explorer
Lists the contents of a KRONDOR.RMF resource index file.
cargo run --bin rmf-explorer <gamedata-dir>
Or after building:
./target/release/rmf-explorer <gamedata-dir>
The <gamedata-dir> should contain the KRONDOR.RMF file from the game.
Example output:
=== KRONDOR.RMF Explorer ===
RMF size: 12345 bytes (0.01 MB)
Resource File: KRONDOR.001
Number of Resources: 456
Hash Offset
---------------------
0x12345678 100
0x23456789 200
...