Skip to content

Simple command line utility for packing/unpacking *.tara files

License

Notifications You must be signed in to change notification settings

TheEntropyShard/TaraTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaraTool

TaraTool is a small and simple command line utility for packing/unpacking *.tara files.
Tara file is a simple archive format created by Alternativa Games. It was used to create prop libraries for Tanki Online.

Quick start

git clone https://github.com/TheEntropyShard/TaraTool.git
cd TaraTool
mvn clean compile assembly:single
java -jar target/TaraTool.jar

Then you will see usage:

No args specified
Usage: java -jar TaraTool.jar <mode> <input file/folder> <output file/folder>
  Modes:
    pack - Pack tara
      Args: <input folder> <output file>
    unpack - Unpack tara
      Args: <input file> <output folder>

About

Simple command line utility for packing/unpacking *.tara files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages