View Single Post
  #15  
Old 01-11-2018, 09:01
MXNCLER MXNCLER is offline
Registered User
 
Join Date: Oct 2018
Location: United Kingdom
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
MXNCLER is on a distinguished road
[External compressor:xprecomp]
header = 0
packcmd = xtool.exe erecomp:c32m,t1:crilayla - - <stdin> <stdout>
unpackcmd = xtool.exe drecomp:t1 - - <stdin> <stdout>

[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressorrecomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp



del /q data.arc
arc.exe a -lc1 -ep1 -ed -r -w.\temp -xprecomp+lzma+zlib+srep:m3f+lzma2:d256m:a1:mfbt4:d 1024m:fb256:mc5000:lc1:lp0+diskspan:4350mb:4430mb V7_05.bin "C:\Games\DRAGON.BALL.Fighter.Z\*"
pause


what am i doing wrong?
Reply With Quote