View Single Post
  #4  
Old 05-08-2020, 04:59
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,610 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Atakanbasturk View Post
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)
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
Aschenputtell (18-03-2025), Atakanbasturk (05-08-2020)