Quote:
Originally Posted by Rainiu
I would like to request an update to this please.
to match bsc 3.2.3.
|
as requested,
bsc v3.2.4 [18 Jan 2022]
Compression
Code:
BscX.exe
bsc.exe
BscX.ini (Optional)
Decompression
Code:
cls-bscx.dll
cls-bsc_x64.exe
cls.ini (Optional)
Arc.ini
Code:
[External compressor:bscx]
header = 0
; STDIO
packcmd = BscX.exe a -c:128m -t:8 - - <stdin> <stdout>
unpackcmd = BscX.exe x -t:8 - - <stdin> <stdout>
; NORMAL
;packcmd = BscX.exe a -c:256m -t:100p $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
;unpackcmd = BscX.exe x -t:100p $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
; Threads = -t:8 / -t:100p
BscX.ini
Code:
[BscX]
; This file isn't required. use this only if you want to override the default settings.
; Place this file next to the BscX.exe.
; BscX.exe default: [ Options = -b128 -e2 -cf, Exe = bsc.exe ]
Options = -b128 -e2 -cf
Exe = Bsc\bsc.exe
cls.ini
Code:
[bscx]
; Only in decompression.
; This file isn't required. use this only if you want to override the default settings.
; Place this file next to the cls-bscx.dll.
; cls-bcsx.dll defaults: [ Thread = 100p, Exe = cls-bsc_x64.exe ]
Threads = 8
Exe = Bsc\cls-bsc_x64.exe
; Threads = 100p / 100% / 8
.