Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple command-line tool to compress/decompress LZS files (mainly used in Final Fantasy VII and VIII).

Usage

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.

Compilation

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

qmakemake

To compile the unlzs executable, run:

qmake "CONFIG+=configUNLZS"make

[8]ページ先頭

©2009-2025 Movatter.jp