View Single Post
  #73  
Old 15-01-2018, 12:46
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 410
Thanks: 453
Thanked 444 Times in 204 Posts
dixen is on a distinguished road
Quote:
Originally Posted by Ranbo View Post
Bioshock Infinite
Compressed tool Is there any method I can use powerful?
If you have a working example you can share.
Compression tools is there http://fileforums.com/showthread.php?t=99953

HTML Code:
[External compressor:bpk]
header    = 0
packcmd   = bpk $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:uelr]
header = 0
packcmd   = uelr.exe uv $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:lzma2]
header = 0
packcmd   = lzma2 a -txz -an -mcrc=0 -m1=lzma2:d180m:fb=273:mf=bt4:mc=100000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>

[External compressor: pZlib]
header = 0
packcmd = pZlib e -m2 -st50p -ct4 -t4 -c180m -rx -x - -o - $$arcdatafile$$.tmp -o - <stdout>

Last edited by dixen; 15-01-2018 at 14:11.
Reply With Quote
The Following 3 Users Say Thank You to dixen For This Useful Post:
Behnam2018 (19-01-2020), EzzEldin16 (09-04-2018), zirkhaki (25-04-2019)