View Single Post
  #507  
Old 03-07-2022, 15:14
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,077
Thanks: 1,826
Thanked 2,310 Times in 789 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by elit View Post
During repacking of Final Fantasy XIII(PC version), I found that using
Code:
xtool:d1:c64m:mzlib:mreflate
cause crc error during unpacking of the game. Cause is almost certainly due to combining zlib with reflate as alone either one work. Maybe they are not together compatible with depth option, only d0?

Code:
[External compressor:xtool]
header = 0
packcmd = _EC\xtool\xtool precomp -t50p {options} - - <stdin> <stdout> 
unpackcmd = _EC\xtool\xtool decode -t50p          - - <stdin> <stdout>
I could be wrong, but using this method line, I think something like this should be used in arc.ini:

Code:
[External compressor:xtool]
header = 0
packcmd = _EC\xtool\xtool precomp -t50p { -option} --dbase - - <stdin> <stdout>
unpackcmd = _EC\xtool\xtool decode -t50p - - <stdin> <stdout>
Reply With Quote