Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 26-04-2013, 09:57
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
What you mean? explain further please.
Reply With Quote
Sponsored Links
  #17  
Old 26-04-2013, 10:09
Pein46's Avatar
Pein46 Pein46 is offline
Registered User
 
Join Date: Feb 2013
Location: Malaysia
Posts: 27
Thanks: 12
Thanked 8 Times in 7 Posts
Pein46 is on a distinguished road
Change like this..

example:
Code:
    if ISDoneInit(ExpandConstant('{src}\records.inf'), $F777, Comps1,Comps2,Comps3, MainForm.Handle, {#NeedMem}, @ProgressCallback) then begin
      repeat
        ChangeLanguage('English');
        if not SrepInit('',512,0) then break;
        if not PrecompInit('',128,PCFVer) then break;
        if not FileSearchInit(true) then break;

        if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\data1.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
        if not ISSRepExtract   ( 0, 0, ExpandConstant('{app}\*.srep'),ExpandConstant('{app}\~data0000.pcf'), true) then break;
        if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\*.pcf'),    ExpandConstant('{app}\data.arc'), true) then break;
        if not ISArcExtract    ( 0, 0, ExpandConstant('{app}\data.arc'), ExpandConstant('{app}\'), '', true, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
Compile and run setup until finished.. then add records.inf(can be found on source folder) to your script

Code:
#define records
.
.
[Files]
Source: records.inf; DestDir: {tmp}; Flags: dontcopy
Compile and run setup again..

Last edited by Pein46; 26-04-2013 at 10:14.
Reply With Quote
  #18  
Old 26-04-2013, 10:15
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
The records.inf is already there and the percentage of the arc file extraction is fine, the problem is when the ogg decoding starts.
Did you set a percentage value for your isexec ogg decoding line?
Reply With Quote
  #19  
Old 26-04-2013, 10:17
Pein46's Avatar
Pein46 Pein46 is offline
Registered User
 
Join Date: Feb 2013
Location: Malaysia
Posts: 27
Thanks: 12
Thanked 8 Times in 7 Posts
Pein46 is on a distinguished road
no.. set to zero
Reply With Quote
The Following User Says Thank You to Pein46 For This Useful Post:
danswano (26-04-2013)
  #20  
Old 26-04-2013, 10:19
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Got this error:
Attached Images
File Type: jpg 4-26-2013 8-18-57 PM.jpg (14.2 KB, 93 views)
Reply With Quote
The Following User Says Thank You to danswano For This Useful Post:
yener90 (24-05-2013)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Extract Encrypted ARC file with ISDone danswano Conversion Tutorials 2 12-05-2014 13:54
Inno Setup + ISDone Extracting files buttignol PC Games - CD/DVD Conversions 11 28-02-2013 16:31
PCF Error in ISDone danswano PC Games - CD/DVD Conversions 4 28-02-2013 04:24



All times are GMT -7. The time now is 03:30.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com