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 24-10-2012, 20:08
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
upload the images themselves, if you dont want to post entire package & see if sorted for you.
Reply With Quote
Sponsored Links
  #17  
Old 25-10-2012, 05:49
Smurf Stomper's Avatar
Smurf Stomper Smurf Stomper is offline
Registered User
 
Join Date: Feb 2007
Location: EU
Posts: 118
Thanks: 0
Thanked 10 Times in 8 Posts
Smurf Stomper is on a distinguished road
I'm not using any images for the buttons - they're the standard windows button for forms, etc

Code:
  InstallButton:= TButton.Create(AutoRun);
  with InstallButton do begin
    Parent:= AutoRun;
    Left := 20;
    Top := 110;
    Width := 150;
    Height := 22;
    Caption:= 'Install';
    Cursor:= crHand;
    OnClick := @InstallButtonClick;
  end;
Reply With Quote
  #18  
Old 25-10-2012, 16:03
balola balola is offline
Registered User
 
Join Date: Dec 2008
Location: portugal
Posts: 21
Thanks: 5
Thanked 1 Time in 1 Post
balola is on a distinguished road
my install no images , black screen with the botons to install .....

any solution ?
Reply With Quote
  #19  
Old 25-10-2012, 16:06
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by balola View Post
my install no images , black screen with the botons to install .....

any solution ?
You try to make a ISO before run Setup.exe?
You copied the files specified in the tutorial? DVD1 show like this: Setup-1* files; Setup.exe; Setup.dll; Setup.cab; Setup.ini;

Last edited by Fabioddq; 25-10-2012 at 16:14.
Reply With Quote
  #20  
Old 26-10-2012, 04:03
silviugut silviugut is offline
Registered User
 
Join Date: Oct 2011
Location: Romania
Posts: 54
Thanks: 49
Thanked 4 Times in 4 Posts
silviugut is on a distinguished road
Conversion works great on Win 7x64! But I have a problem with languages, I installed the game in French but the game runs in English!I have not changed anything in Setup.ini or InstallerScript! What could be the cause?
Reply With Quote
  #21  
Old 26-10-2012, 05:34
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by silviugut View Post
Conversion works great on Win 7x64! But I have a problem with languages, I installed the game in French but the game runs in English!I have not changed anything in Setup.ini or InstallerScript! What could be the cause?
Download the conversion 1.1, the version 1.0 had a error (publisher's name wrong) in reg entries.

EDIT...

I tested now, and works great in french. You used 4xDVD5 or 5xDVD5?

Make sure you have these files for french language:

From your game directory\Data\Win32\Loc:

fr.sb
fr.toc

From your game directory\game\Speed\Win32\Loc:

Audio_fr.sb
Audio_fr.toc
fr.sb
fr.toc

Last edited by Fabioddq; 26-10-2012 at 05:50.
Reply With Quote
  #22  
Old 26-10-2012, 05:54
silviugut silviugut is offline
Registered User
 
Join Date: Oct 2011
Location: Romania
Posts: 54
Thanks: 49
Thanked 4 Times in 4 Posts
silviugut is on a distinguished road
I used 5xDVD5 conversion(compression none) without delete anything from game folder,yet my conversion is still 4xDVD5,and I used versio 1.1 with reg fix!!
My registry looks like:
[Registry]
Root: HKLM; SubKey: "SOFTWARE\Danger Close Games\{code:GetAppName}"; ValueName: UninstallString; ValueData: {uninstallexe}; ValueType: string; Flags: UninsDeleteKey;
Root: HKLM; SubKey: "SOFTWARE\Danger Close Games\{code:GetAppName}"; ValueType: string; ValueName: GDFBinary; ValueData: {app}\GDFBinary_en_US.dll; Flags: uninsdeletevalue uninsdeletekeyifempty;
Root: HKLM; SubKey: "SOFTWARE\Danger Close Games\{code:GetAppName}"; ValueType: string; ValueName: GDFBinary; ValueData: {app}\GDFBinary_fr_FR.dll; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre;
Root: HKLM; SubKey: "SOFTWARE\Danger Close Games\{code:GetAppName}"; ValueType: string; ValueName: GDFBinary; ValueData: {app}\GDFBinary_it_IT.dll; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ita;
Root: HKLM; SubKey: "SOFTWARE\Danger Close Games\{code:GetAppName}"; ValueType: string; ValueName: GDFBinary; ValueData: {app}\GDFBinary_de_DE.dll; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ger;
etc.........

Last edited by silviugut; 26-10-2012 at 05:58.
Reply With Quote
  #23  
Old 26-10-2012, 05:57
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by silviugut View Post
I used 5xDVD5 conversion(compression none) without delete anything,yet my conversion is still 4xDVD5,and I used versio 1.1 with reg fix!!
if you have all languages, your size will be: 20.5GB (5xDVD5), Otherwise, probably you will have only one language: english, 15.9GB (4xDVD5).
All reg entries are correct. But you must have the french language in your game (files).

Make sure if you have the files above for satisfy the french language!

Last edited by Fabioddq; 26-10-2012 at 06:14.
Reply With Quote
  #24  
Old 26-10-2012, 06:35
pvh0403 pvh0403 is offline
Registered User
 
Join Date: Apr 2011
Location: HCM City
Posts: 9
Thanks: 8
Thanked 3 Times in 2 Posts
pvh0403 is on a distinguished road
omg! I coverted to iso file but forgot to put the setup.exe in. Can someone upload the setup.exe for english conversion? (I deleted the all the files after converted them into iso )
Reply With Quote
  #25  
Old 26-10-2012, 07:04
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by pvh0403 View Post
omg! I coverted to iso file but forgot to put the setup.exe in. Can someone upload the setup.exe for english conversion? (I deleted the all the files after converted them into iso )
Convert again from your original files. Or you deleted too?
Reply With Quote
The Following User Says Thank You to Fabioddq For This Useful Post:
pvh0403 (26-10-2012)
  #26  
Old 26-10-2012, 07:10
pvh0403 pvh0403 is offline
Registered User
 
Join Date: Apr 2011
Location: HCM City
Posts: 9
Thanks: 8
Thanked 3 Times in 2 Posts
pvh0403 is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
Convert again from your original files. Or you deleted too?
yes, deleted it too Not enough hdd. Other people's setup.exe files are not suitable for my conversion? Look like I must download 16gb again
Reply With Quote
  #27  
Old 26-10-2012, 07:22
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by pvh0403 View Post
yes, deleted it too Not enough hdd. Other people's setup.exe files are not suitable for my conversion? Look like I must download 16gb again
I think so. Download Setup.exe here and test. Return here and tell if it worked.

Link: http://www.mediafire.com/download.php?bl5j5qmoqwr260x
Reply With Quote
The Following User Says Thank You to Fabioddq For This Useful Post:
pvh0403 (26-10-2012)
  #28  
Old 26-10-2012, 07:45
pvh0403 pvh0403 is offline
Registered User
 
Join Date: Apr 2011
Location: HCM City
Posts: 9
Thanks: 8
Thanked 3 Times in 2 Posts
pvh0403 is on a distinguished road
Not worked. Thanks anyway, Fabioddq
Reply With Quote
  #29  
Old 26-10-2012, 08:29
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by pvh0403 View Post
Not worked. Thanks anyway, Fabioddq
Hmm... Ok. So, you must have to convert again.
Reply With Quote
The Following User Says Thank You to Fabioddq For This Useful Post:
pvh0403 (26-10-2012)
  #30  
Old 26-10-2012, 08:39
dani_ell's Avatar
dani_ell dani_ell is offline
Registered User
 
Join Date: Nov 2011
Location: Brazil
Posts: 58
Thanks: 61
Thanked 9 Times in 8 Posts
dani_ell is on a distinguished road
Thanks, work in W7 64bis, for 4xDVD5 and 2 language, EN and ES
Reply With Quote
The Following User Says Thank You to dani_ell For This Useful Post:
Fabioddq (26-10-2012)
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
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
Batman Arkham City - 2xDVD9 to 4xDVD5 (Inno Setup) Fabioddq PC Games - CD/DVD Conversions 74 23-07-2013 11:45
Medal of Honor Warfighter 4xDVD5 mesut28 PC Games - CD/DVD Conversions 24 13-07-2013 15:54
Medal of Honor: Warfighter 4xDVD5 [1 LANG + INNO SETUP] REV0 PC Games - CD/DVD Conversions 25 09-11-2012 10:49
Medal of honour trouble manc07 PC Games 8 02-07-2005 08:26



All times are GMT -7. The time now is 14:15.


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