Quote:
Originally Posted by Ranbo
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>