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

Reply
 
Thread Tools Search this Thread Display Modes
  #316  
Old 23-06-2013, 10:21
mrmustatza1's Avatar
mrmustatza1 mrmustatza1 is offline
Registered User
 
Join Date: Mar 2013
Location: berlin
Posts: 19
Thanks: 12
Thanked 12 Times in 5 Posts
mrmustatza1 is on a distinguished road
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.
Reply With Quote
Sponsored Links
  #317  
Old 23-06-2013, 10:39
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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.
Reply With Quote
  #318  
Old 23-06-2013, 21:43
skakmatch skakmatch is offline
Registered User
 
Join Date: May 2013
Location: indonesia
Posts: 14
Thanks: 12
Thanked 3 Times in 3 Posts
skakmatch is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
read post #293 for instructions link
pakrat2k2 thanks for reply.
sory because my english very bad
if u want split compress with RAR or Zip, use like this image


my question how to split compress using freearc, Serp, or Precomp.?
Reply With Quote
  #319  
Old 24-06-2013, 02:10
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
@skakmatch

freearc doesn't support splitting archive but you can do like this..
Reply With Quote
The Following User Says Thank You to Pein46 For This Useful Post:
skakmatch (25-06-2013)
  #320  
Old 24-06-2013, 09:49
ashyamsundar's Avatar
ashyamsundar ashyamsundar is offline
Registered User
 
Join Date: Jun 2013
Location: Tamilnadu
Posts: 24
Thanks: 17
Thanked 3 Times in 3 Posts
ashyamsundar is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
yener90's scripts uses media player library and this script uses mci media library. There might be a slight difference but it works perfectly on my pc. I installed the k-lite 64 bit pack because I use x64 win architecture.
my os win 8 x64
k-lite 9.9.9 64bit
i use mp4 , avi , wmv , mov , mkv
1080p , 720p, 360p
not working
still black screen
Reply With Quote
  #321  
Old 24-06-2013, 10:16
goku1205 goku1205 is offline
Registered User
 
Join Date: Nov 2008
Location: Poland
Posts: 8
Thanks: 1
Thanked 1 Time in 1 Post
goku1205 is on a distinguished road
i have the same problem. My os win 7 x64 service pack 1
Reply With Quote
  #322  
Old 24-06-2013, 11:41
ashyamsundar's Avatar
ashyamsundar ashyamsundar is offline
Registered User
 
Join Date: Jun 2013
Location: Tamilnadu
Posts: 24
Thanks: 17
Thanked 3 Times in 3 Posts
ashyamsundar is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
make the TCheckBox checked.
there is no TCheckBox
there is
compactcheckbox in two line
i change it to
CompactCheckBox.Checked =True
but nothing change
Reply With Quote
  #323  
Old 24-06-2013, 12:01
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
hmm, lol, that's a TCheckBox structure. I'm now used to delphi programming.
Reply With Quote
  #324  
Old 24-06-2013, 12:07
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by ashyamsundar View Post
my os win 8 x64
k-lite 9.9.9 64bit
i use mp4 , avi , wmv , mov , mkv
1080p , 720p, 360p
not working
still black screen
Quote:
Originally Posted by goku1205 View Post
i have the same problem. My os win 7 x64 service pack 1
http://fileforums.com/showthread.php?t=93846
Reply With Quote
  #325  
Old 25-06-2013, 02:57
ashyamsundar's Avatar
ashyamsundar ashyamsundar is offline
Registered User
 
Join Date: Jun 2013
Location: Tamilnadu
Posts: 24
Thanks: 17
Thanked 3 Times in 3 Posts
ashyamsundar is on a distinguished road
Quote:
Originally Posted by REV0 View Post
tried mega pack (32bit) and 64bit codec
not woking still black screen
Reply With Quote
The Following User Says Thank You to ashyamsundar For This Useful Post:
Thiếu Gia Ngốc (25-06-2013)
  #326  
Old 25-06-2013, 06:49
skakmatch skakmatch is offline
Registered User
 
Join Date: May 2013
Location: indonesia
Posts: 14
Thanks: 12
Thanked 3 Times in 3 Posts
skakmatch is on a distinguished road
Quote:
Originally Posted by Pein46 View Post
@skakmatch

freearc doesn't support splitting archive but you can do like this..
Thank u so much. now i'm understand.
kurutucu next update i'm request internal convertion / compress 2xdvd5. just kiding
Reply With Quote
  #327  
Old 25-06-2013, 07:15
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by ashyamsundar View Post
tried mega pack (32bit) and 64bit codec
not woking still black screen
The video must also be XVid Encoded, I guess...
Reply With Quote
  #328  
Old 25-06-2013, 07:39
assassin193 assassin193 is offline
Registered User
 
Join Date: Jun 2013
Location: HCM
Posts: 18
Thanks: 8
Thanked 0 Times in 0 Posts
assassin193 is on a distinguished road
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
Reply With Quote
  #329  
Old 25-06-2013, 09:55
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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
Reply With Quote
  #330  
Old 25-06-2013, 23:44
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
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.
Attached Images
File Type: jpg blackbox script error01.JPG (5.4 KB, 358 views)
File Type: jpg blackbox script error02.JPG (20.1 KB, 354 views)
Reply With Quote
The Following User Says Thank You to red01 For This Useful Post:
Prince Soft (10-11-2016)
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
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



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


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