View Single Post
  #4  
Old 14-12-2019, 04:20
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Quote:
Originally Posted by Simorq View Post
@Schabik
Use XTool 0.12 (xLZO) Instead of AFR
Also srep:m5f:l128 uses a lot of RAM and better use m3f.
The xLZO is not working, it even doesn't show any sign that the compression progress even starts the xtool process...

Here is my arc ini for xLZO:
Code:
 
[External compressor:xLZO]
header    = 0
packcmd   = XTOOL\XTool e:precomp:t75p:lzo - - <stdin> <stdout>
unpackcmd = XTOOL\XTool d:precomp:t100p - - <stdin> <stdout>
datafile  = Input
As for ZTool's pLZO it's results are not satisfactory, for afr+srep:m5f:l128+lolz:mt2 the result for forge files only are 23 Gigs as for ZTool's pLZO forge files have 27 Gigs on my FX-8350 32GB RAM and Radeon RX 580 8 GB VRAM.

Quote:
Originally Posted by Carldric Clement View Post
I just fixed it
Code:
[External compressor:afr642a7]
header = 0
packcmd = "AFR\AFR_2a7_x64.exe" e {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = "AFR\AFR_2a7_x64.exe" d #in #out <stdin> <stdout>

[External compressor:srep]
header     = 0
default    = -m3f
packcmd    = "SREP\SREP64.exe" {:options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd  = srep -d -s - - <stdin> <stdout>


[External compressor:lolz]
header     = 0
packcmd    = "LOLZ\LOLZ.exe" {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
To unpack using IsDone please add cls lolz on your installer.
I've had to do small adjustment to lolz and srep (instead of $$arcdatafile$$.tmp and $$arcpackedfile$$.tmp change to Input Output) and now it's working. About - 12 error I'll test it on Monday morning and tell You about the progress.

Last edited by Schabik; 14-12-2019 at 04:37.
Reply With Quote