PDA

View Full Version : CIU arc.ini


Bilawal
07-04-2015, 02:14
Where to put ARC.INI in CIU so that we can decompress files that are compressed with srep+lzma etc.

KaktoR
07-04-2015, 02:20
Into Setup folder where the fonts are.

Bilawal
07-04-2015, 02:27
Into Setup folder where the fonts are.
Even after putting, I get this error.
http://s14.postimg.org/shw777fbl/Untitled.jpg

pakrat2k2
07-04-2015, 09:38
whats in your arc.ini file ?

mikey26
07-04-2015, 11:36
i have a feeling depending what CI version he is using he did not put "PrecompVer=inside" inside the Setup.ini.i have made that same mistake myself when learning to use the earlier versions on CI.

Bilawal
07-04-2015, 21:13
whats in your arc.ini file ?

http://s14.postimg.org/u0he6x9zl/Untitled.jpg

i have a feeling depending what CI version he is using he did not put "PrecompVer=inside" inside the Setup.ini.i have made that same mistake myself when learning to use the earlier versions on CI.

I used CIU.
And I only need to decompress/extract srep+lzma archves. Precomp is waste of time.

mikey26
08-04-2015, 04:17
http://s14.postimg.org/u0he6x9zl/Untitled.jpg



I used CIU.
And I only need to decompress/extract srep+lzma archves. Precomp is waste of time.

yes i understand but if not mistake with srep in the conversion u still need to add "PrecompVer=inside" in the setup.ini if not mistaken as it not just a straight forward freearc compression.just test it no harm done :D

Bilawal
08-04-2015, 07:23
yes i understand but if not mistake with srep in the conversion u still need to add "PrecompVer=inside" in the setup.ini if not mistaken as it not just a straight forward freearc compression.just test it no harm done :D

Still same error. :(

mikey26
08-04-2015, 11:11
can u send me link to complete script so i can have look.if u dont wanna to post your open script for everyone.

Bilawal
08-04-2015, 22:35
can u send me link to complete script so i can have look.if u dont wanna to post your open script for everyone.
Here is the script and I also PM it to you

mikey26
09-04-2015, 03:24
Here is the script and I also PM it to you

please check the the "include" folder if the CLS-srep.dll and Unarc.dll and srep.exe in there cause thats the only other thing i can think of that would cause that error or the archive is damaged

Bilawal
11-04-2015, 05:39
please check the the "include" folder if the CLS-srep.dll and Unarc.dll and srep.exe in there cause thats the only other thing i can think of that would cause that error or the archive is damaged

All there and also archive is not damaged(extracted with other scripts). I like CIU so, please anyway to extract srep+lzma script with it

mikey26
11-04-2015, 06:17
ok do this zip ur whole ciu directory and post it or send me a private pm with a link lets see what is going on with ciu.lets start with ur whole project from the start.that is going to be easier ok bud?

kassane
28-04-2015, 03:24
;srep3.93
[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m5f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

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

;lzma64
[External compressor:lzma]
header = 0
packcmd = FreeArc-LZMA-x64 e lzma{:option} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = FreeArc-LZMA-x64 d lzma{:option} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

;msc
[External compressor:msc]
header = 0
packcmd = msc c -v -t=4 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp