#1
|
|||
|
|||
![]()
-I have been found a compressor named mcm.It's good on text files but maybe someone use it for some games.
-I have a compressor and can someone edit wpi lite to extract files which compressed by this compressor?? It'll be grateful for me ![]() |
The Following 11 Users Say Thank You to 1234567890123 For This Useful Post: | ||
ADMIRAL (20-03-2020), elit (28-09-2017), EzzEldin16 (26-11-2017), Jiva newstone (21-11-2017), mdaak001 (23-07-2022), nickwazhere2012 (18-11-2017), NickX700K (06-06-2019), oltjon (20-10-2017), Simorq (21-05-2017), Stor31 (21-05-2017), Venipa (20-05-2017) |
Sponsored Links |
#2
|
||||
|
||||
Code:
H:\Games\NieR - Automata>mcm -x ./ ../data.biyori ====================================================================== mcm compressor v0.83, by Mathieu Chartier (c)2015 Google Inc. Experimental, may contain bugs. Contact mathieu.a.chartier********com Special thanks to: Matt Mahoney, Stephan Busch, Christopher Mattern. ====================================================================== Error opening: ./ (UNIMPLEMENTED) |
#3
|
|||
|
|||
[External compressor:mcm]
packcmd = mcm -x9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = mcm d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp -x command is not using for decompress, use d command. it is decompressing well at me.x command is for freearc to decompress not mcm Quote:
H:\Games\NieR - Automata>mcm -x ./ ../data.biyori must be H:\Games\NieR - Automata>mcm d ./ ../data.biyori example is in the decompress.bat. you can just run to extract that data.bin Last edited by 1234567890123; 21-05-2017 at 07:21. |
The Following User Says Thank You to 1234567890123 For This Useful Post: | ||
EzzEldin16 (14-11-2017) |
#4
|
|||
|
|||
Quote:
I can run it no problem with srep and freearc I can even make it decomp with wpi ...but main problem with this compressor is that it doesn't work with stdin / stdout thus it is pretty useless : ( it does show % progress and time remaing only when temp files are finished to decomp ...ratio is pretty good but piped with srep and freearc it is not as fast as advertised at both comp and decomp it will probably needs a cls.dll to be faster and fully compatible with inno |
The Following 3 Users Say Thank You to zouzouni For This Useful Post: | ||
#5
|
|||
|
|||
it may not show progress with the cls too like nanozip or zcm :d . at least it can be faster.
|
#6
|
|||
|
|||
Quote:
btw there is a zcm+cls available on this forum ...it has a great compression ratio but it is so slow with big files (1mb/s on a x3440 8 threads CPU) at decomp that I gave up using it ! |
#7
|
||||
|
||||
![]()
Here's The WPI script (with update 3 & uninstall bug removed) which can Extract files compressed by mcm compressor. But it takes some time first and then shows progress because of compressing Technics of mcm.
![]() Here's the fix. Just download the fix and replace the script named "WindowsPhone" with the previous. It fixes the cancellation after clicking the cancel button and also deletes the files after cancellation. Last edited by Chayan Manna; 23-05-2017 at 03:04. |
The Following 7 Users Say Thank You to Chayan Manna For This Useful Post: | ||
elit (28-09-2017), EzzEldin16 (14-11-2017), filter (06-06-2017), nickwazhere2012 (18-11-2017), oltjon (22-05-2017), ravencrow (01-06-2017), Stor31 (22-05-2017) |
#8
|
|||
|
|||
The installer freeze a long time then suddenly the progress start and finish quickly.
Is it possible to show the progress from the beginning? |
#9
|
||||
|
||||
I think a modified version of mcm and zcm is known tool of fitgirl's lolzi
|
The Following User Says Thank You to Jiva newstone For This Useful Post: | ||
EzzEldin16 (21-11-2017) |
#10
|
|||
|
|||
MCM is good, much better than zcm if you ask me. I would have created a cls already, but I would like to create mt which takes time and not possible when my exam is running, and st cls isn't that fast.
__________________
NOT AVAILABLE |
#11
|
|||
|
|||
For compression, create input and output files, write 8 empty bytes in output, use CM::Compress using input size and compress input, after compression finishes seek back to start, write output size - 8 in first 8 bytes.
In decompression, create stdin and stdout, read 8 bytes to get output size, CM: ![]() No need of CLS, MCM code w/o it's detection and stuff is compatible with stdio. |
#12
|
|||
|
|||
Quote:
Createprocess creates its own threads, run n processes as required, wait first one to finish(have to maintain sequence), push result into output stream,now second one is you first Repeat until input.eof One more tip, use any FIFO data structure to easy maintain the sequence. This is how i implemented this without any one's help Last edited by Gupta; 22-11-2017 at 00:58. |
#13
|
|||
|
|||
lolzi (and newer versions - lolzx, lolly and lollypop) have nothing in common with mcm or zcm. It has better compression ratio and much faster decompression speed now.
|
The Following 2 Users Say Thank You to FitGirl For This Useful Post: | ||
Jiva newstone (27-11-2017), ravencrow (24-11-2017) |
#14
|
||||
|
||||
Quote:
![]() |
#15
|
|||
|
|||
Does it has lzma origin, may be lzma with rANS?
|
![]() |
Thread Tools | |
Display Modes | |
|
|