Quote:
Originally Posted by Andu21
Packet usually gives problem due to bad config in the arc.ini. Also version 1.2 is the only one i've seen working.
|
Try using the following method ... but the result is the same. It is impossible to unzip the files.
"precomp046+msc+srep64+delta+exe2+packet"

I'm using the default arc.ini
What am I doing wrong?
arc.ini
Quote:
[External compressor: packet]
packcmd = packet a -r -mx -v -h4 -b512 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = packet x -v $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp
|
Quote:
[External compressor: precomp046]
header = 0
packcmd = precomp046 -intense -cn -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp046 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
|
Quote:
[External compressor: srep64]
header = 0
packcmd = srep64 {options} -m5f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s - - <stdin> <stdout>
|
Quote:
[External compressor: rep,mm,delta,exe,exe2,4x4,lzma]
header = 0
packcmd = fazip -i0 compress: {compressor}{: option} <stdin> <stdout>
unpackcmd = fazip -i0 decompress: {compressor}{: option} <stdin> <stdout>
|