View Single Post
  #4  
Old 26-05-2013, 11:16
D4rkSp4wn D4rkSp4wn is offline
Registered User
 
Join Date: Mar 2013
Location: Brasil
Posts: 16
Thanks: 18
Thanked 8 Times in 6 Posts
D4rkSp4wn is on a distinguished road
Using freearc 0.67

i select the all content of the main game folder, right click it, freearc add to archive

in the compression method in the gui i use

Code:
-mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
my arc.ini for decompression is


[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m3f $$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

decompression line in the script is

Code:
    if not ISArcExtract ( 0, 100, ExpandConstant('{src}\*.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
the errors i get are:



when i press ok i get



i have included the arc.ini into the script with the line

Code:
Source: Include\arc.ini; DestDir: {tmp}; Flags: dontcopy
i have no idea about what i am doing wrong lol
Reply With Quote