brunoanc / idFileDeCompressorGo

Tool to decompress and recompress .entities files, allowing level editing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

idFileDeCompressor

Build Status

Tool to decompress and recompress .entities files, allowing level editing.

Usage

idFileDeCompressor [options] <src> <dest>

The tool will attempt to auto-detect the action to perform. You can override this behaviour with the --decompress and --compress flags.

If no destination path is provided, it will overwrite the source file.

Compiling

The project requires the go toolchain to be compiled. Additionally, a GCC toolchain such as MinGW is required on Windows.

To compile, run:

go build -o idFileDeCompressor -ldflags="-s -w" .

Additionally, you may use UPX to compress the binary:

upx --best idFileDeCompressor

Credits

  • proteh: For creating the original idFileDeCompressor.

About

Tool to decompress and recompress .entities files, allowing level editing.

License:GNU General Public License v3.0


Languages

Language:Go 96.0%Language:C 4.0%