View Full Version : CIU arc.ini
Where to put ARC.INI in CIU so that we can decompress files that are compressed with srep+lzma etc.
Into Setup folder where the fonts are.
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 ?
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.
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.
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
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. :(
can u send me link to complete script so i can have look.if u dont wanna to post your open script for everyone.
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
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
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
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?
;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
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.