alright seems to be in the arc.ini
in release 2 razor released the following command in the FA example
Quote:
[External compressor:xprecomp]
header = 0
packcmd = xtool.exe e:precomp:t4:zlib - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout>
|
with it set this way it will ignore the crilayla streams
the solution is to replace zlib with crilayla in the packcmd and xtool begins to read the cri streams again i have tried adding it with zlib still there but it does not work.
example
Quote:
[External compressor:xprecomp]
header = 0
packcmd = xtool.exe e:precomp:t4:crilayla - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout>
|
sonic lost world after replacing zlib with crilayla in the arc ini in release 2
Quote:
Compressing 1 file, 2,463,058,976 bytes
Compressing sonic2013_0.cpk
Compressed 1 file, 2,463,058,976 => 5,067,368,904 bytes. Ratio 205.7%
Compression time: cpu 5.81 secs, real 1115.69 secs. Speed 2,208 kB/s
|
i came to this conclusion after sending a file to razor and it worked for him and his command
did not have zlib in it only crilayla