Skip to content
/ qt-zzz Public

Extract zzz archives from Final Fantasy VIII Remaster

License

Notifications You must be signed in to change notification settings

myst6re/qt-zzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b090591 · Sep 4, 2019

History

4 Commits
Sep 3, 2019
Sep 3, 2019
Sep 3, 2019
Sep 4, 2019
Sep 4, 2019
Sep 3, 2019
Sep 4, 2019
Sep 4, 2019
Sep 3, 2019
Sep 4, 2019
Sep 4, 2019
Sep 4, 2019
Sep 4, 2019
Sep 4, 2019
Sep 4, 2019
Sep 4, 2019

Repository files navigation

qt-zzz

Simple command-line tool to extract/create ZZZ archives (used in Final Fantasy VIII Remaster).

Usage

zzz [-e] [-h] [-q] [files...] [output directory]
unzzz [-h] [-q] [files...] [output directory]
Options
    -e --extract
        Extract.

    -h --help
        Show this help and quit.

    -q --quiet
        Suppress all outputs

Compilation

qt-zzz is a Qt project, use these commands to build it:

qmake
make

To compile the unzzz executable, run:

qmake "CONFIG+=configUNZZZ"
make