View Single Post
  #5  
Old 15-05-2021, 10:54
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 Times in 101 Posts
:( Sad8669 is on a distinguished road
Quote:
Originally Posted by L33THAK0R View Post
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.
Reply With Quote