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
- Host: GitHub
- URL: https://github.com/bwesterb/ftldat
- Owner: bwesterb
- License: gpl-3.0
- Created: 2012-09-14T15:16:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T15:04:22.000Z (over 7 years ago)
- Last Synced: 2024-10-08T18:15:03.038Z (8 months ago)
- Topics: cli, dat-files, ftl, python
- Language: Python
- Size: 43.9 KB
- Stars: 48
- Watchers: 10
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
------------
###WindowsDownload the installer, here: http://westerbaan.name/~bas/ftldat/ftldat-latest.exeSeveral 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 executepip install ftldat
or from this source distribution, run
python setup.py install
Unpacking
---------
Runftldat 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