|
|
|
#1
|
||||
|
||||
|
Quote:
that's not a problem. you can set the path without ("). (note that: for cls-mtx )like this.. Code:
[External compressor:bcm]
header = 0
packcmd = Res\Bcm Compressor\{compressor} -9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = Res\Bcm Compressor\{compressor} -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
works well....
Last edited by BLACKFIRE69; 13-09-2020 at 22:56. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
Cesar82 (14-09-2020) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
But if the path was something like that, would it work too? Code:
[External compressor:bcm] header = 0 packcmd = Res\Bcm compressor\bcm -9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = Res\Bcm -decompressor\bcm -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp |
|
#3
|
||||
|
||||
|
Quote:
yup, of course .those characters must be valid characters. but this is wrong. Code:
packcmd = Res\Bcm compressor\bcm -9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
for cls-mtx:
[External compressor:bcm]
header = 0
packcmd = Res\Bcm compressor\{compressor} -9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
Last edited by BLACKFIRE69; 14-09-2020 at 02:01. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
Cesar82 (14-09-2020) | ||
|
#4
|
||||
|
||||
|
Quote:
Currently in CIU it uses this configuration mode that allows the user to inform the command in more than one way. Code:
[External compressor:rz,RZ,razor,RAZOR]
header = 0
packcmd = "RAZOR\RZ_x64" a -y -d {option} $stdio$ <stdin> <stdout>
unpackcmd = "RAZOR\RZ_x64" e -y $stdio$ <stdin> <stdout>
If possible, it would be very useful to be able to configure this way (in the next update of CLS-MTX.dll). It also needed to allow the use of compressors without the CLS-MTX, such as using for mtx: [External compressor: mtxrz, mtxrazor, mtx_razor, mtx_rz] and for RAZOR norml to use [External compressor:rz,RZ,razor,RAZOR] This same name variation would be used for other executables like mpzapi and perhaps some others. |
|
#5
|
||||
|
||||
|
Quote:
all right then. i'm working on it. ![]() (i've a few exams in the coming days. so it may not be quick. )
|
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
Cesar82 (14-09-2020) | ||
|
#6
|
||||
|
||||
|
cls- mtx Update
cls- mtx Update v2.0.0.5 New update for "cls-mtx". What's New:
New Arc.ini (or any config.ini): Code:
[External compressor:mtx_rz, mtx_razor, mtxrz] 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 Inputs: (that supports) Code:
1. $$arcdatafile$$.tmp 2. <stdin> Outputs: (that supports) Code:
1. $$arcpackedfile$$.tmp 2. <stdout> Last edited by BLACKFIRE69; 16-09-2020 at 06:43. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
Cesar82 (15-09-2020) | ||
|
#7
|
|||
|
|||
|
@BLACKFIRE69
I have messaged you my setup, I copied the line from your SetIniString example but it does not work. Maybe a second pair of eyes to look could really help. It's on line 1950 |
|
#8
|
|||
|
|||
|
@BLACKFIRE69
Thank you for the update, however a huge bug has been introduced. Nothing has changed in my arc.ini since I added the new version to my compressor: Code:
Compressed 119 files, 13,245,186,961 => 1,672 bytes. Ratio 0.00% Compression time: cpu 14.33 sec/real 483.57 sec = 3%. Speed 27.39 mB/s All OK The folder being compressed is ~700MB and sometimes it says all 700MB becomes 1kb, other times like the above it only recognises some of the data. |
|
#9
|
||||
|
||||
|
Quote:
no. it works without problems. more details plz. what about my example compressor? or send me related files. |
|
#10
|
|||
|
|||
|
@BLACKFIRE69
Yes with your compressor it works, but I did not change a single config between last time I used MTX and this time. Perhaps I should fully remake my compressor and tidy things up? I'll get back to you after I try sort it. Sorry for wasting your time... Edit: I have mailed you an example compressor, I tried rewriting 3 times but it keeps returning <1KB files
Last edited by Masquerade; 17-09-2020 at 01:52. |
|
#11
|
||||
|
||||
|
Quote:
ok, check my answer i solved your problem. ![]() and guys, since v2.0.0.5, the keyword "{compressor}" is no longer supported on arc.ini. please see the example. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |