View Single Post
  #2  
Old 27-04-2018, 20:02
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
Release 2 Troubleshooting

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
__________________
Ideas are bulletproof...

Last edited by darkwolves; 27-04-2018 at 20:28.
Reply With Quote