View Single Post
  #18  
Old 25-07-2020, 07:45
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Arrow PrecompX v2.0.0.1

Precomp Accelerator - PrecompX 2.0.0.1

What's new
  • Added detection mode.
  • Users can select either PrecompX for decompression, or the CLS Library.
  • Some improvements.

Commands:
a = Compress
x = Decompress


Options:
-c# = Chunk Size [Compression Only]
-t# = Threads (as a number or as a percentage)
-method = Detection Method [Compression Only]


Detection Methods:
Code:
 -intense0  (sensitive) (default)
 -intense2  (more sensitive)
 -brute     (most sensitive)
Usage:
PrecompX.exe a -c# -t# -method - - <stdin> <stdout>
PrecompX.exe x -t# - - <stdin> <stdout>


Arc.ini:
Code:
[External compressor:precompx]
header = 0
packcmd   = PrecompX.exe a -c128m -t100p -brute - - <stdin> <stdout>
unpackcmd = PrecompX.exe x -t4 - - <stdin> <stdout>

For Compression:
arc.ini
PrecompX.exe
precomp32.exe
precomp64.exe


For Decompression:
arc.ini
PrecompX.exe
precomp32.exe
precomp64.exe


or the CLS library for decompress

cls.ini
cls-precompx.dll
cls-precomp_x64.exe
cls-precomp_x86.exe



check the first post...
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
Aschenputtell (18-03-2025), Atakanbasturk (05-08-2020), dixen (26-07-2020), Gehrman (09-09-2020)