View Single Post
  #17  
Old 28-12-2019, 09:59
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
Quote:
[packet]
Encode = packetx64.exe a -v -r -mx -b512 -h4 packedfile.pct datafile
Decode = packetx64.exe x -v datafile packedfile.pct
Infile = datafile
Outfile = packedfile.pct
PMT save my life, but I must change it like this:

Quote:
[packet2]
Encode = packetx64.exe a -v -r -mx -b512 -h4 packedfile.pct datafile
Decode = packetx64.exe x -v packedfile.pct datafile
Infile = datafile
Outfile = packedfile.pct
And this is the fix, but the temp files still there after decompressing I thought I must try it again

And BOOM!! After some changes the PMT temp is gone, my loved packet compressor is useful right know thanks anyway @DiCaPrIo

Last edited by Entai44; 28-12-2019 at 10:06.
Reply With Quote