Swiftshine / Tangle

GoodFeelArchive Tool
1 stars 0 forks source link

Tangle

A GoodFeelArchive tool.

Special Thanks

Usage

There are multiple revisions of the GfArch format. Version Game Compression
2.0 Wario Land: Shake It! Byte Pair Encoding
3.0 Kirby's Epic Yarn Byte Pair Encoding
3.1a Yoshi's Woolly World Byte Pair Encoding
3.1b Poochy & Yoshi's Woolly World LZ77
3.1b Kirby's Extra Epic Yarn LZ77

Before creating an archive, the user must specify the archive version by typing 2.0, 3.0, 3.1a, or 3.1b.

Operations involving LZ77 are by no means guaranteed to work.

Todo - additional GfArch confirmations

Check the following:

Building

This project uses portable-file-dialogs. Be sure to include any necessary libraries for the file dialogs. For example, Windows requires ole32, comctl32, oleaut32, and uuid.