Quote:
Originally Posted by its_gnar_again
Has anyone here had any luck getting Final Fantasy X/X-2 HD to decompress without any issues? The method on here is basically xtool(xzlib)+srep+lolz, but that ends up with a corrupted archive error during decompression not even half-way. I have tried the following:
- Tried different configs for LOLZ
- Tried different configs for SREP
- Tried outright replacing LOLZ with LZMA
- Tried various versions of XTool and ZTool, and different configs for them as well.
I really don't know what the problem is with this game, and trying to compress the 2 games separately still results in a corrupted error too during decompression.
|
xtool:reflate works just fine for me.
Code:
[External compressor:xtool]
header = 0
default = -c64mb -t75p
packcmd = "XTool.exe" precomp { -option} - - <stdin> <stdout>
unpackcmd = "XTool.exe" decode -t100p - - <stdin> <stdout>
Did you test only xtool to see if it works?