|
hi alpha13 try this parameter in nz64 arc.ini:
[External compressor:nz64]
packcmd = nz64 a -r -v -cc -m2g -br512m -bw512m -p6 -t6 -nm $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
unpackcmd = nz64 x -m2g -p6 -t6 $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.nz
Set the number of threads according to your computer, (-p6 -t6) And ram to use. I have tested compression and decompression works perfectly.If it does not work for you Post your folder pack and unpack That we can correct the error.
good luck
|