View Single Post
  #15  
Old 12-07-2018, 03:10
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
[External compressor:srep]
header = 0
default = -m3f -a0/0
packcmd = _Compressors\srep64 -s250gb -a0/0 {options} - - <stdin> <stdout>
unpackcmd = _Compressors\srep64 {options} -d -s - - <stdin> <stdout>

Ok, I'll try that


pzlib:max+srep+lolz


Code:
[External compressor:pzlib]
header    = 0
packcmd = _Compressors\ZTool e:pzlib:t1p:c256m{:option} Input <stdout>
unpackcmd = _Compressors\ZTool d:pzlib:t100p:cm0mb - - <stdin> <stdout>
datafile   = Input


[External compressor:srep]
header = 0
;solid = 0
default=-m3f a0/0
packcmd    = _Compressors\srep64 -s250gb -a0/0 {options} - - <stdin> <stdout>
unpackcmd  = _Compressors\srep64 {options} -d -s - - <stdin> <stdout>
datafile   = Input
packedfile = Output


[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
Reply With Quote