
05-06-2013, 07:01
|
|
Registered User
|
|
Join Date: Oct 2011
Location: Poland
Posts: 117
Thanks: 46
Thanked 24 Times in 9 Posts
|
|
Already have
My archive.ini looks like this:
Quote:
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data-1.bin'), ExpandConstant('{app}\ExampleGame'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 45, ExpandConstant('{src}\Data-2.bin'), ExpandConstant('{app}\ExampleGame'), '', false, '',ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 85, ExpandConstant('{src}\Data-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Data-4.bin'), ExpandConstant('{app}\ExampleGame'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
|
And have that god damn error with "no a SREP file"
|