|
#316
|
||||
|
||||
|
Hi. I want to use this script for F1 2012. The game has 10.9 GB(installed). I need some help for the second step:
"2. Compress files with your method (Look at tested compression methods). Then open Archives.ini. Edit for your compression method" I want to make a 2xDVD5 conversion. So I need an example with what should i write in Archives.ini Can you help me? I have an idea but I'm not sure if that's correct. Here: For 3xDVD5 Code:
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 3 To Continue..', ExpandConstant('{src}'),'Setup-3.bin') then break;
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break
P.S. Is there is any chance to make a 1xDVD5 conversion ? Last edited by mrmustatza1; 23-06-2013 at 10:23. |
| Sponsored Links |
|
#317
|
||||
|
||||
|
look in game index f1 2012 already has 2 conversions done for it 1xdvd5 / 2xdvd5
http://fileforums.com/showthread.php?t=74084 errors you have ( 3 files, must split to equal 100..( progressbar) you cant have 0,50 x 3 times ) could go 0, 50 for first file, 0, 25 for second / third files > then equals 100 ) Last edited by pakrat2k2; 23-06-2013 at 10:42. |
|
#318
|
|||
|
|||
|
#320
|
||||
|
||||
|
Quote:
k-lite 9.9.9 64bit i use mp4 , avi , wmv , mov , mkv 1080p , 720p, 360p not working still black screen |
|
#321
|
|||
|
|||
|
i have the same problem. My os win 7 x64 service pack 1
|
|
#322
|
||||
|
||||
|
there is no TCheckBox
there is compactcheckbox in two line i change it to CompactCheckBox.Checked =True but nothing change |
|
#323
|
||||
|
||||
|
hmm, lol, that's a TCheckBox structure. I'm now used to delphi programming.
|
|
#324
|
|||
|
|||
|
Quote:
|
|
#325
|
||||
|
||||
|
Quote:
not woking still black screen |
| The Following User Says Thank You to ashyamsundar For This Useful Post: | ||
Thiếu Gia Ngốc (25-06-2013) | ||
|
#326
|
|||
|
|||
|
Quote:
kurutucu next update i'm request internal convertion / compress 2xdvd5. just kiding
|
|
#327
|
||||
|
||||
|
Quote:
|
|
#328
|
|||
|
|||
|
your updated version is quite strange to me, i don't know where is the directory line to set my data folder, your previous version it was on the 1st line
and the new version when i extract it, i open Main.iss, and press Compile, nothing happen, i just see a new window open like this Someone show me why i have that trouble, please
|
|
#329
|
||||
|
||||
|
you use freearc to compress your archives. ( Look in archives.ini, use that to set your filenames )
the first 9 lines of script you have to set your appname, version, size etc. DONT leave it at default. READ the instructions, link in FIRST post! http://fileforums.com/showpost.php?p...1&postcount=89 |
|
#330
|
|||
|
|||
|
i do a trial with this script by guiltygearisuka game.
i did not change anything in style folder or anywhere else except for main.iss and archieve.ini script complie successfully but during installation it give me error. please help me guys.. i have try many times but still give me same error. |
| The Following User Says Thank You to red01 For This Useful Post: | ||
Prince Soft (10-11-2016) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |