|
#1
|
||||
|
||||
|
Universal Accelerator - cls-mtx 2.0.0.7 A CLS library for speeding up some kind of tool. ![]() Usage: mtx:<Chunk_size>:<# of Threads>:<Compression_Method> Example: Code:
arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:precomp Packed\Data0.bf "Pack0\*" arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:precomp+srep Packed\Data1.bf "Pack1\*" arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:bcm Packed\Data2.bf "Pack2\*" arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:bsc Packed\Data3.bf "Pack3\*" arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:mpz Packed\Data4.bf "Pack4\*" arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:rz Packed\Data5.bf "Pack5\*" arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c128m:t4:mcm Packed\Data6.bf "Pack6\*" or Number of Threads as a percentage (v2.0.0.2) arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t75p:precomp Packed\Data0.bf "Pack0\*" Code:
[External compressor:rz64, mtxrz, mtx_rz] header = 0 packcmd = "Res\Rz Compressor\rz64.exe" a -d 128m $$arcpackedfile$$.tmp $$arcdatafile$$.tmp unpackcmd = "Res\Rz Compressor\rz64.exe" e -y $$arcpackedfile$$.tmp $$arcdatafile$$.tmp [External compressor:bcm, mtx_bcm, mtxbcm] header = 0 packcmd = "Res\Bcm Compressor\bcm.exe" -9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = "Res\Bcm Compressor\bcm.exe" -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp [External compressor:bsc, mtxbsc, mtx_bsc] header = 0 packcmd = Res\Bsc\bsc.exe e $$arcdatafile$$.tmp $$arcpackedfile$$.tmp -b64 -e2 -cf unpackcmd = Res\Bsc\bsc.exe d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp [External compressor:precomp, mtxprecomp, mtx_precomp] header = 0 packcmd = Res\Precomp\precomp.exe -cn -intense0 -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp unpackcmd = Res\Precomp\precomp.exe -r -o$$arcdatafile$$.tmp $$arcpackedfile$$.tmp [External compressor:mpz, mtxmpz, mtx_mpz] header = 0 packcmd = Res\Mpz\mpz.exe c <stdin> <stdout> unpackcmd = Res\Mpz\mpz.exe d <stdin> <stdout> [External compressor:mcm, mtxmcm, mtx_mcm] header = 0 packcmd = Res\Mcm\mcm.exe -x6 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = Res\Mcm\mcm.exe d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp Code:
[External compressor:rz64, mtxrz, mtx_rz]
header = 0
packcmd = "Res\Rz Compressor\{compressor}" a -d 128m $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = "Res\Rz Compressor\{compressor}" e -y $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:bcm, mtx_bcm, mtxbcm]
header = 0
packcmd = "Res\Bcm Compressor\{compressor}" -9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = "Res\Bcm Compressor\{compressor}" -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:bsc, mtxbsc, mtx_bsc]
header = 0
packcmd = Res\Bsc\{compressor} e $$arcdatafile$$.tmp $$arcpackedfile$$.tmp -b64 -e2 -cf
unpackcmd = Res\Bsc\{compressor} d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:precomp, mtxprecomp, mtx_precomp]
header = 0
packcmd = Res\Precomp\{compressor} -cn -intense0 -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = Res\Precomp\{compressor} -r -o$$arcdatafile$$.tmp $$arcpackedfile$$.tmp
[External compressor:mpz, mtxmpz, mtx_mpz]
header = 0
packcmd = Res\Mpz\{compressor} c <stdin> <stdout>
unpackcmd = Res\Mpz\{compressor} d <stdin> <stdout>
[External compressor:mcm, mtxmcm, mtx_mcm]
header = 0
packcmd = Res\Mcm\{compressor} -x6 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = Res\Mcm\{compressor} d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
* cls-mtx supports two methods. Code:
1: The simple way [External compressor:precomp, mtxprecomp, mtx_precomp] header = 0 packcmd = "Res\Precomp\precomp.exe" -cn -intense0 -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp unpackcmd = "Res\Precomp\precomp.exe" -r -o$$arcdatafile$$.tmp $$arcpackedfile$$.tmp Code:
2: Alternative method
[External compressor:precomp, mtxprecomp, mtx_precomp]
header = 0
packcmd = "Res\Precomp\{compressor}" -cn -intense0 -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = "Res\Precomp\{compressor}" -r -o$$arcdatafile$$.tmp $$arcpackedfile$$.tmp
and the exe name must be "precomp.exe" (similar to the first one in section names.)
For Compression: arc.ini cls-mtx.dll For Decompression: cls.ini arc.ini cls-mtx.dll More About cls-mtx.dll v.2.0.0.5 Update More About cls-mtx.dll v.2.0.0.6 Update More About cls-mtx.dll v.2.0.0.6 Update - New More About cls-mtx.dll v.2.0.0.7 Update Testing:
Last edited by BLACKFIRE69; 02-10-2020 at 06:51. Reason: cls-mtx v.2.0.0.7 uploaded |
| The Following 25 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
AlBlade1111 (11-07-2020), alexachu (10-07-2020), allgravy (03-12-2022), Andu21 (12-07-2020), Aschenputtell (21-03-2025), Balaji007 (01-10-2020), COPyCAT (23-08-2020), dixen (10-07-2020), doofoo24 (15-07-2020), ffmla (12-07-2020), Gehrman (05-12-2022), giothothan (29-07-2020), Harsh ojha (10-07-2020), Illume (26-07-2020), Jiva newstone (10-07-2020), kenzo34 (10-07-2020), L0v3craft (10-07-2020), Masquerade (10-07-2020), rambohazard (10-07-2020), Razor12911 (10-07-2020), ScOOt3r (07-06-2022), shazzla (10-07-2020), vint56 (10-07-2020), Welder05 (27-09-2020), ZAZA4EVER (10-07-2020) | ||
| Sponsored Links |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New Universal Extractor By DLG | felice2011 | Conversion Tutorials | 5 | 30-12-2018 04:16 |
| Universal CLS Generator | 78372 | Conversion Tutorials | 57 | 30-01-2018 04:04 |
| CheatEngine Universal Game Cracker All Games 2014 | sillywalks | PC Games | 1 | 01-12-2014 12:24 |
| HELP: Universal Backup Instructions [RAW Mode] | Rocha | PC Games | 3 | 30-06-2004 05:11 |
| Universal Combat RCxxx | CyKlone71 | PC Games | 0 | 03-03-2004 19:02 |