View Single Post
  #180  
Old 30-04-2017, 03:04
poker2332 poker2332 is offline
Registered User
 
Join Date: May 2010
Location: argentina
Posts: 28
Thanks: 2
Thanked 0 Times in 0 Posts
poker2332 is on a distinguished road
Hello, I'm trying to compress the bf3 multiplayer.
But I'm having problems when it comes to unpacking it.
One of the most common problems is CRC error
Could you say that I am doing wrong?






ARC.INI
[External compressor:msc]
header = 0
packcmd = msc c -v -f -wav=1 -raw=1 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9+ -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:pzlib]
header = 0
packcmd = pzlib e -m2 -st75p -t4 -ct8 -c32m -b512k $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
unpackcmd = pzlib d -t4 - -o - <stdin> <stdout>


[External compressor:srep64]
header = 0
packcmd = srep64 -m5f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s -- <stdin> <stdout>

[External compressor:xz,lz77]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d120m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

Repack.bat
Arc a -ma9 -ds -lc1024 -ld1024 -ep1 -di -i2 -ed -r -s; -w"D:\TMP" "E:\BF4 repack\Setup-1a.bin" -mpzlib+msc+srep64+delta+exe2+lz77 "E:\Program Files (x86)\Split_Kompress_v1.3d\Temp Folders\Battlefield 3_1\*"

I am using this version of arc.exe and unarc.dll

http://fileforums.com/attachment.php...6&d=1488018486

Last edited by pakrat2k2; 16-05-2017 at 09:24.
Reply With Quote