Quote:
Originally Posted by Atakanbasturk
Great tool. Thanks for your hard work. I want to ask something:
Normally Precomp.exe first decompress given file, then compress it with BZip2. We can use -cn syntax and block it. So we can compress it further with lzma or another compressor. Can we use -cn syntax in PrecompX? Or any other way so precomp must not compress file?
|
PrecompX already uses "-cn".
if you want to deal with more options, try mine cls-precomp.dll (multithreaded). so i have given you the facility with it to change the options used in Precomp.
Code:
[Precomp]
Options=-cn -brute
Chunk=128m
Threads=4
cls-precomp - any version (Multithreaded)