Coder Social home page Coder Social logo

ftldat's Introduction

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.

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

ftldat's People

Contributors

bwesterb avatar itzraiin94 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ftldat's Issues

python setup.py install not working

full log of error:
Calebs-Mac:ftldat-master caleb$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 8, in
version=get_git_version(),
File "/Users/caleb/Desktop/ftldat-master/get_git_version.py", line 90, in get_git_version
raise ValueError("Cannot find the version number!")
ValueError: Cannot find the version number!

Syntax error while running

Attempted to compile Windows installer with main.py.
Python reported syntax error at line 446, required parenthesis around filename
Fixed this, now throwing syntax error on line 459, proper syntax unknown.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.