View Single Post
  #14  
Old 28-12-2019, 09:02
Entai44 Entai44 is offline
Registered User
 
Join Date: Nov 2018
Location: Indonesia
Posts: 48
Thanks: 73
Thanked 27 Times in 17 Posts
Entai44 is on a distinguished road
Is this working with packet compressor? I can compress with UltraARC, but decompression doesn't work. This is my configuration:

Quote:
[External compressoracket]
packcmd = packetx64.exe a -v -r -mx -b512 -h4 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = packetx64.exe x -v $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp
it shows error when decompressing, like "unknown compression method", how to fix this problem?

Thanks btw for PMT

Last edited by Entai44; 28-12-2019 at 09:05.
Reply With Quote