Quote:
Originally Posted by L33THAK0R
Sorry to always be asking questions here, but what does the pack/unpackcmd look like for xreflate? I had a look at the included usage/operations help section in the xtool .exe, however I don't see reflate as an option there.
|
Hey, its not like there is a special parameter for unpackcmd.
Code:
[External compressor:xtool]
header = 0
packcmd = xtool.exe precomp -mreflate -c32mb -t100p --dbase - - <stdin> <stdout>
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>
This is version 0.3.9 of XTool, as long as reflate libraries are there it will decompress.
Sorry for any lack of knowledge.