View Single Post
  #4  
Old 27-04-2017, 04:52
Andu21 Andu21 is offline
Registered User
 
Join Date: Feb 2016
Location: Impossible Planet
Posts: 114
Thanks: 179
Thanked 48 Times in 38 Posts
Andu21 is on a distinguished road
What i mean is to try to substitute this for example:
brute = static+xz/$msrsolid=msr/$void=srep64/$deflate=brute+static+lz77

for this:
brute = static+xz/$msrsolid=msr/$void=srep64/$deflate=pzlib+srep+lz77

lz77 is lzma2 just renamed, and static as you know includes srep+exe2+delta wich not always yields the best results.

Also add this to arc.ini

[External compressor:pzlib]
header = 0
packcmd = pZLib e -m1 -c16m -t4 - -o - <stdin> <stdout>
unpackcmd = pZLib d -t4 - -o - <stdin> <stdout>

Last edited by Andu21; 27-04-2017 at 04:58. Reason: Added pzlib parameters.
Reply With Quote