View Single Post
  #123  
Old 27-05-2013, 06:07
MartinezPL MartinezPL is offline
Registered User
 
Join Date: Oct 2011
Location: Poland
Posts: 117
Thanks: 46
Thanked 24 Times in 9 Posts
MartinezPL is on a distinguished road


Replaced unarc.dll with that posted couple pages back
and arc.ini
My compresion method is:
Quote:
-msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
My compresion lines in script looks like this:
Quote:
if not ISArcExtract ( 0, 10, ExpandConstant('{src}\Data1.bin'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{tmp}\arc.ini'), notPCFonFLY {PCFonFLY}) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Data2.bin'), ExpandConstant('{app}\Terrains'), '', false, '', '', ExpandConstant('{tmp}\arc.ini'), notPCFonFLY {PCFonFLY}) then break;
if not ISArcExtract ( 0, 45, ExpandConstant('{src}\Data3.bin'), ExpandConstant('{app}\Terrains'), '', false, '', '', ExpandConstant('{tmp}\arc.ini'), notPCFonFLY {PCFonFLY}) then break;
if not ISArcExtract ( 0, 65, ExpandConstant('{src}\Data4.bin'), ExpandConstant('{app}\Terrains'), '', false, '', '', ExpandConstant('{tmp}\arc.ini'), notPCFonFLY {PCFonFLY}) then break;
if not ISArcExtract ( 0, 85, ExpandConstant('{src}\Data5.bin'), ExpandConstant('{app}\Terrains'), '', false, '', '', ExpandConstant('{tmp}\arc.ini'), notPCFonFLY {PCFonFLY}) then break;
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Data6.bin'), ExpandConstant('{app}\Terrains'), '', false, '', '', ExpandConstant('{tmp}\arc.ini'), notPCFonFLY {PCFonFLY}) then break;
It wille be great if someone help me
Reply With Quote