View Single Post
  #41  
Old 23-08-2013, 15:36
Newbie's Avatar
Newbie Newbie is offline
Registered User
 
Join Date: Sep 2012
Location: Croatia
Posts: 81
Thanks: 112
Thanked 13 Times in 11 Posts
Newbie is on a distinguished road
@Oldguard1990

I can't help you.

As you can see I have the same question for pakrat2k2.

I think that you need to edit arc.ini file so it should look like this:
Quote:
[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m3f -l512 -c256 -a4 -lc $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressorrecomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
But I'm not sure, you can test it if you want.

Here you can read more about it:
http://freearc.org/FreeArc040-eng.htm

Search for Use of memory.

Hope it helps.

Last edited by Newbie; 23-08-2013 at 15:39.
Reply With Quote