|
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.
|