View Single Post
  #5  
Old 27-04-2017, 15:18
He4RtL3sS He4RtL3sS is offline
Registered User
 
Join Date: Apr 2017
Location: United stats
Posts: 3
Thanks: 2
Thanked 0 Times in 0 Posts
He4RtL3sS is on a distinguished road
Quote:
Originally Posted by Andu21 View Post
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 compressorzlib]
header = 0
packcmd = pZLib e -m1 -c16m -t4 - -o - <stdin> <stdout>
unpackcmd = pZLib d -t4 - -o - <stdin> <stdout>
i tried the checker and finally it's done checking the game but it seems that it's not working because there are only some files showed up in the program out of 49 Gb 5 k .paz files


Last edited by He4RtL3sS; 27-04-2017 at 15:21.
Reply With Quote