|
#5
|
||||
|
||||
|
Quote:
Compression Code:
BscX.exe bsc.exe BscX.ini (Optional) Code:
cls-bscx.dll cls-bsc_x64.exe cls.ini (Optional) 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 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 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 |
|
|