Quote:
Originally Posted by KaktoR
I can only decompress with mtx if t100p is set in packcmd in arc.ini.
If I set t75p (or any other number other than 100) freearc can't decompress the archive.
Is this a bug or am I missing something?
Edit: encode and decode have to be equal. I missed it. If you used t100p in encode you have to use t100p in decode too. Sorry 
|
an equal or lesser value is also valid.
ex:
encode: 16 (Threads)
decode: 16, 8, 6, 4, 2, ...
if any user has entered an invalid value for the decoding threads, i'll improve MTX so that it can be corrected by MTX itself in a future update.
(since i'm a bit busy, give me some time for that

)
in the meantime you can test out the beta version of new RazorX. i've used
50p for encoding and
100p for decoding. although this is usually invalid, it's automatically corrected by RazorX.
Code:
[External compressor:rzmt]
header = 0
packcmd = RazorX.exe a -c:64m -t:50p $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = RazorX.exe x -t:100p - - <stdin> <stdout>
(read
Important.txt before use)
.