View Single Post
  #6  
Old 10-06-2022, 23:06
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 MTX v5.0.0.3 Beta - Update

Update!

Code:
USAGE:

[External compressor:zstdmt,zstdx,mtx_zstd]
header = 0
default   = -t100p --basePath=".\..\..\" --cfgfile="$basePath$\arc.ini" 

packcmd   = MTX\Win64\MTX64.exe a -mzstd64 -c128m {option} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = MTX\Win64\MTX64.exe x -mzstd64 {option} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp


[External compressor:zstdmt,zstdx,mtx_zstd]
header = 0
default   = --basePath=".\..\..\" --cfgfile="$basePath$\arc.ini" 

packcmd   = MTX\Win64\MTX64.exe a -mzstd64 -c128m -t8 {option} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = MTX\Win64\MTX64.exe x -mzstd64 -t8 {option} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp


[External compressor:zstdmt,zstdx,mtx_zstd]
header = 0
default   = --basePath=".\..\..\" --cfgfile="$basePath$\arc.ini" 

packcmd   = MTX\Win64\MTX64.exe a -mzstd64 -c128m -t4 {option} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = MTX\Win64\MTX64.exe x -mzstd64 -t8 {option} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Attached Images
File Type: png 1.png (33.1 KB, 268 views)
File Type: png 2.png (32.6 KB, 270 views)

Last edited by BLACKFIRE69; 05-05-2023 at 12:33.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
Cesar82 (10-06-2022), dixen (11-06-2022), RAZ0R12911 (18-05-2023), ScOOt3r (11-06-2022)