Quote:
Originally Posted by Masquerade
@BLACKFIRE69
Please may you fix cls-mpzmt -2 error? Thanks.
|
sorry i completely forgot about this.
btw, this version of cls-mpzmt.dll is different from others. configs should be as follows.
Code:
cls-mpzmt.ini
; For compression Only.
; Threads = 8.
[mpzmt]
Chunk = 64m
Threads = 8
Exe = .\include\Mpz\mpzapi.exe
Temp = .\TEMP
* threads don't support percentages (100%, 100p).
Code:
cls.ini
; For decompression Only.
; MaxThreads = 8 (# of threads used for compression).
[mpzmt]
MaxThreads = 8
Exe = .\mpzapi.exe
Temp = .\TEMP
* MaxThreads = <# of threads used in compression>
(don't worry about how many threads the user has).
,