View Single Post
  #3  
Old 21-05-2017, 07:16
1234567890123 1234567890123 is offline
Registered User
 
Join Date: Aug 2014
Location: ankara
Posts: 92
Thanks: 124
Thanked 36 Times in 19 Posts
1234567890123 is on a distinguished road
[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:
Usage: mcm.exe [command] [options] <infile> <outfile>
Options: d for decompress
-{t|f|m|h|x}{1 .. 11} compression option
t is turbo, f is fast, m is mid, h is high, x is max (default mid)
0 .. 11 specifies memory with 32mb .. 5gb per thread (default 6)
10 and 11 are only supported on 64 bits
-test tests the file after compression is done


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.
Reply With Quote
The Following User Says Thank You to 1234567890123 For This Useful Post:
EzzEldin16 (14-11-2017)