ftldat is a Python module that allows users to unpack and pack resource.dat and data.dat files of FTL.
Installation
Simply run the following command:
pip install ftldat
or from the source distribution, execute:
python setup.py install
Unpacking
Run
ftldat unpack path/to/data.dat
This will unpack to path/to/data.dat-unpacked. To unpack to another folder, use:
ftldat unpack path/to/data.dat path/to/extract/to
Packing
If you have a data.dat-unpacked folder and want to pack it again, run:
ftldat pack path/to/data.dat
To pack another folder, run:
ftldat pack path/to/data.dat path/to/pack
Information
To show information about a .dat file, run:
ftldat info path/to/data.dat
Product's homepage
Requirements:
· Python