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 compressor

recomp]
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