View Single Post
  #1943  
Old 22-10-2020, 20:53
Sebazz Sebazz is offline
Registered User
 
Join Date: Mar 2016
Location: Terra
Posts: 60
Thanks: 24
Thanked 7 Times in 6 Posts
Sebazz is on a distinguished road
Quote:
Originally Posted by HunterEmrah View Post
i will use xtool 2019 with this command.

xprecomp:zlib+srep+lolz

upd. i will share final guide here after the completing compression and testing.

Code:
[External compressor:xprecomp]
header    = 0
packcmd   = xtool.exe e:precomp:c512mb,t4:{option} - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t90p - - <stdin> <stdout>

[External compressor:srep]
header = 0
packcmd   = srep -m3f {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -mem2048mb - - <stdin> <stdout>

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -mtt1 -tt1 -mc2 -mt6 -d32 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lolz_x64.exe $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Bro, my game crash after a while playing with decrypted files. Check him
Reply With Quote