View Single Post
  #1  
Old 28-10-2013, 21:23
montcer9012's Avatar
montcer9012 montcer9012 is offline
Registered User
 
Join Date: Jun 2012
Location: Venezuela
Posts: 18
Thanks: 2
Thanked 2 Times in 2 Posts
montcer9012 is on a distinguished road
srep+precomp game file does not work with a batch file

Hi.

I have compressed a game using this commands on FreeArc 0.666:
Code:
Maximum: -mx -mt4 -s; -mc:lzma/lzma:max:512mb -mc:exe/exe2 -mc:rep/maxsrep -mc$default,$obj:+maxprecompj
And the method that FreeArc GUI claims for that file is this:
Code:
precomp042:c-:intense+srep:m3f:mem256mb+dispack070+delta+lzma:176mb:normal:bt4:128
I can decompress the file using the Windows GUI of FreeArc, but when i try to extract it with a batch file it fails because need an arc.ini that gaves FreeArc the instructions to decompress that file

I try using a arc.ini that the user Peter999 used with MaxPayne 3dvd5 conversion, but it keeps failing. Is obvious i need the right parameters for the options i use to compress the game but i can't manage to found the parameters i need.

Someone can help me please?

EDIT: The arc.ini i use contain this:
Code:
[External compressor:srep]
header = 0
packcmd   = srep {options} -m3f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep {options} -d -s - - <stdin> <stdout>

[External compressor:precomp043]
header = 0
packcmd   = precomp043 -intense0 -cn {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp043 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:precomp]
header = 0
packcmd   = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:precomp042]
header = 0
packcmd   = precomp042 -intense0 -cn {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp042 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
Either way, i get this message:
FreeArc 0.67 (December 12 2012) extracting archive: Data_02.dat
Extracting 105 files, 2,099,380,224 bytes. Processed 0.0% 0.0%
ERROR: write error (disk full?) in compression algorithm srep:m3f:mem256mb

Last edited by montcer9012; 28-10-2013 at 21:37.
Sponsored Links