Miscellaneous Forums > Misc. Tools

[FF7/FF8/Squaresoft Games] lzs command line tool - qt-lzs (1.3)

(1/3) > >>

myst6re:
For a long time I used homemade tools that I will now share. The first one, qt-lzs, is a simple command-line tool to compress/uncompress lzs files.
My implementation is based on Haruhiko Okumura code, which is really fast. But it is also not designed for large files.

I provide the source code on GitHub, and I hope that some people will help.
Contribute on GitHub
Download it on GitHub

halkun:
myst6re, Can you add a command-line switch to qt-lzs so I can decompress "Another Mind" style LZS files. (The ones with the "CC FF" in the header)

Better yet, if it detects "C3 FF" at the beginning of the file to ignore them and decompress the rest. It's a pain to edit several hundred files one at a time to remove those two bytes.

myst6re:
Yup, some options like "--offset" and "--size", I'll do that!

myst6re:
And it's done! Version 1.1 is released, look at the first post to download it.

@halkun:

To decompress a tiz file, here is the command:


--- Code: ---unlzs -p 2 --no-header-test foobar.tiz
--- End code ---

halkun:
neato burrito!

Aww, It's not working right :/

I can't do the following...


--- Code: ---unlzs -p 2 --no-header-test *.tiz

--- End code ---

...to mass decompress. Also the output data is not correct. I'm investigating.

Navigation

[0] Message Index

[#] Next page

Go to full version