An open API service indexing awesome lists of open source software.

https://github.com/bwesterb/ftldat

CLI tool to pack and unpack FTL .dat files
https://github.com/bwesterb/ftldat

cli dat-files ftl python

Last synced: about 1 month ago
JSON representation

CLI tool to pack and unpack FTL .dat files

Awesome Lists containing this project

README

        

CLI tool to pack and unpack .dat files of FTL
=============================================

`ftldat` allows you to pack and unpack the `data.dat` and `resource.dat`
files of [FTL](http://ftlgame.com).

Installation
------------
###Windows
Download the installer, here: http://westerbaan.name/~bas/ftldat/ftldat-latest.exe

Several antivirusscanners falsely identify pyinstaller created executables as viruses. Hence I've removed the file to prevent my domain from being blacklisted erroneously.

###Linux and Mac OS X
Simply execute

pip install ftldat

or from this source distribution, run

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