Skip to content

Tools for Rune Factory Frontier

Notifications You must be signed in to change notification settings

master801/Rune-Factory-Frontier-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rune Factory Frontier Tools

Info

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.

Before using:

Install Python (project was made using 3.7.0)
Install kaitaistruct with the command: pip install kaitaistruct

Extraction

To extract the file RUNEFACTORY.dat, you must have the header file RUNEFACTORY.bin using the script main_bin_dat.py

Usage

Extracts RUNEFACTORY.dat using the header file RUNEFACTORY.bin

Arguments:
  • --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
Example usage:
python main_bin_dat.py --bin=RUNEFACTORY.bin --dat=RUNEFACTORY.dat --out=OUTPUT_DIR

main_fbti.py

TODO

Releases

No releases published

Packages

No packages published

Languages