- Notifications
You must be signed in to change notification settings - Fork2
Simple command-line tool to compress/decompress LZS files
License
NotificationsYou must be signed in to change notification settings
myst6re/qt-lzs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple command-line tool to compress/decompress LZS files (mainly used in Final Fantasy VII and VIII).
lzs [-d] [-h] [-q] [-p offset] [-s size] [files...] [output directory]unlzs [-h] [-q] [-p offset] [-s size] [files...] [output directory]Options -d --decompress --uncompress Decompress. -h --help Show this help and quit. -p --offset Start offset (=position) in the source file. --no-header The input file starts directly with compressed data. --no-header-test Do not test the header integrity. -q --quiet Suppress all outputs -s --size Read at most size bytes (excluding lzs header) from the source file.
qt-lzs is a Qt project, use these commands to build it:
qmakemake
To compile the unlzs executable, run:
qmake "CONFIG+=configUNLZS"make
About
Simple command-line tool to compress/decompress LZS files
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published