Please give credit where it's due if using my tool.
I've put too much work and effort into this only to be discredited. I don't want to end up keeping these tools for private use only and would rather share them publicly.
Install Python (project was made using 3.7.0)
Install kaitaistruct with the command: pip install kaitaistruct
To extract the file RUNEFACTORY.dat
, you must have the header file RUNEFACTORY.bin
using the script main_bin_dat.py
Extracts RUNEFACTORY.dat
using the header file RUNEFACTORY.bin
--bin
[BIN_FILE
] -RUNEFACTORY.bin
--dat
[DAT_FILE
] -RUNEFACTORY.dat
--out
[OUTPUT DIRECTORY
] - Directory to output extracted files--no_map
- If extracted files should be remapped to its correct name. This argument is not needed unless you know what you're doing
python main_bin_dat.py --bin=RUNEFACTORY.bin --dat=RUNEFACTORY.dat --out=OUTPUT_DIR
TODO