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

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #31  
Old 17-11-2011, 16:35
Igor007's Avatar
Igor007 Igor007 is offline
Registered User
 
Join Date: Oct 2009
Location: Croatia
Posts: 17
Thanks: 1
Thanked 1 Time in 1 Post
Igor007 is on a distinguished road
Is it possible to make 2dvd5 with your conversion, english only?
Sponsored Links
  #32  
Old 17-11-2011, 18:47
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
Thanks Revo. Worked perfectly!
Tested in English and Win7 64Bits.
  #33  
Old 17-11-2011, 19:51
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
Quote:
Originally Posted by REV0 View Post
I already sent a reg info to user who wanted german, if he manage it to use german, we can do for french too for now it's english only
You dont even have a proper Registry section in the script ??

The problem is a MISSING locale & Install Dir in the non-existant registry section.

If you want the game in a different language then add a registry entry line to the [REGISTRY] subsection of INNO Script. Also needs an install dir section.

Root: HKLM; Subkey: SOFTWARE\Electronic Arts\Need for Speed The Run\; ValueName: Install Dir; ValueType: String; ValueData: {app}; Flags: uninsdeletekey

Root: HKLM; Subkey: SOFTWARE\Electronic Arts\Need for Speed The Run\; ValueName: Locale; ValueType: String; ValueData: EN; Flags: uninsdeletekey


CHANGE the EN to whatever language you want the game in.

DE = German
FR = French
IT = Italian
ES - Spanish
PL = Polish
CS = Czech
RU = Russian

etc..

maybe now time to re-update the script ?

Last edited by pakrat2k2; 17-11-2011 at 19:54. Reason: added a few languages
  #34  
Old 17-11-2011, 21:42
Droppo Droppo is offline
Registered User
 
Join Date: May 2009
Location: Argentina
Posts: 555
Thanks: 234
Thanked 314 Times in 156 Posts
Droppo is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
You dont even have a proper Registry section in the script ??

The problem is a MISSING locale & Install Dir in the non-existant registry section.

If you want the game in a different language then add a registry entry line to the [REGISTRY] subsection of INNO Script. Also needs an install dir section.

Root: HKLM; Subkey: SOFTWARE\Electronic Arts\Need for Speed The Run\; ValueName: Install Dir; ValueType: String; ValueData: {app}; Flags: uninsdeletekey

Root: HKLM; Subkey: SOFTWARE\Electronic Arts\Need for Speed The Run\; ValueName: Locale; ValueType: String; ValueData: EN; Flags: uninsdeletekey


CHANGE the EN to whatever language you want the game in.

DE = German
FR = French
IT = Italian
ES - Spanish
PL = Polish
CS = Czech
RU = Russian

etc..

maybe now time to re-update the script ?

Thnxs man, I was diggin into it, but you made it easier to me...

Droppo.-


EDIT: Been testing it, and these lines made it work for me...

[REGISTRY]
Root: HKLM; Subkey: SOFTWARE\EA Games\Need for Speed(TM) The Run\; ValueName: Install Dir; ValueType: String; ValueData: {app}; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\EA Games\Need for Speed(TM) The Run\; ValueName: Locale; ValueType: String; ValueData: es_MX; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\EA Games\Need for Speed(TM) The Run\; ValueName: GDFBinary; ValueType: String; ValueData: {app}\GDFBinary_es_MX.dll; Flags: uninsdeletekey

my case is Mexican spanish (spain spanish sucks) so you should change to whatever you choose

Last edited by Droppo; 17-11-2011 at 22:04.
  #35  
Old 17-11-2011, 22:47
agieto25 agieto25 is offline
Registered User
 
Join Date: Nov 2011
Location: java
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
agieto25 is on a distinguished road
** i was instaled the game from NFS balck box version, and convert use inno, but at the last when it finishing, they eror, "file cannot specified" if imnot forgot the information failed, and the script was failed..
  #36  
Old 17-11-2011, 23:12
MacGruber's Avatar
MacGruber MacGruber is offline
Registered User
 
Join Date: Oct 2011
Location: Serbia
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
MacGruber is on a distinguished road
Worked great for me too, thanx REV0!

I think its possible to squezee it on 2DVD's even, seen some files other than english ones in my installation, size around 2gb.
  #37  
Old 18-11-2011, 04:12
aeroloverz aeroloverz is offline
Registered User
 
Join Date: Jan 2010
Location: Indonesia
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
aeroloverz is on a distinguished road
revo, when i try to compile it, inno compiler says "unrecognize setup section directive "UsePreviousLanguage"", what did i do wrong?
  #38  
Old 18-11-2011, 05:59
aeroloverz aeroloverz is offline
Registered User
 
Join Date: Jan 2010
Location: Indonesia
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
aeroloverz is on a distinguished road
Quote:
Originally Posted by REV0 View Post
use ANSI version of INNO
yep, just found out that ANSI is the usual one, not the unicode xD
  #39  
Old 18-11-2011, 06:19
lukas1412 lukas1412 is offline
Registered User
 
Join Date: Jul 2010
Location: Czech Republic
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
lukas1412 is on a distinguished road
I can not download Attachment 2904
  #40  
Old 18-11-2011, 07:44
2x+1's Avatar
2x+1 2x+1 is offline
Registered User
 
Join Date: Dec 2007
Location: Turkiye
Posts: 67
Thanks: 12
Thanked 1 Time in 1 Post
2x+1 is on a distinguished road
Quote:
Originally Posted by Igor007 View Post
Is it possible to make 2dvd5 with your conversion, english only?
do anyone work for 2xDVD5?
  #41  
Old 18-11-2011, 07:59
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 agieto25 View Post
** i was instaled the game from NFS balck box version, and convert use inno, but at the last when it finishing, they eror, "file cannot specified" if imnot forgot the information failed, and the script was failed..
file is missing check your data make sure you targeted right directory

Quote:
Originally Posted by 2x+1 View Post
do anyone work for 2xDVD5?
Possible, will try it

About regkey thing:

It's working only if you have REAL Multi6 or something.

Script updated.

Last edited by Joe Forster/STA; 18-11-2011 at 10:07.
  #42  
Old 18-11-2011, 08:37
phill05 phill05 is offline
Registered User
 
Join Date: Oct 2010
Location: Middle of Nowhere
Posts: 20
Thanks: 0
Thanked 5 Times in 5 Posts
phill05 is on a distinguished road
REV0, please tell me, where can I find the info about position of buttons in the Autorun? I want to make bigger space between the labels (if it's possible to do)'cause otherwise some buttons will be covered by next button if I move cursor over the first one...
/ ->Here is not visible the rest of text.
Is possible to do something with it? Thanks

Last edited by phill05; 18-11-2011 at 09:17.
  #43  
Old 18-11-2011, 10:02
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 phill05 View Post
REV0, please tell me, where can I find the info about position of buttons in the Autorun? I want to make bigger space between the labels (if it's possible to do)'cause otherwise some buttons will be covered by next button if I move cursor over the first one...
/ ->Here is not visible the rest of text.
Is possible to do something with it? Thanks
Edit autorun.iss called 'const'

You should see button size, font etc etc.


BTW, 2 DVD9 is not possible without compression
  #44  
Old 18-11-2011, 10:05
phill05 phill05 is offline
Registered User
 
Join Date: Oct 2010
Location: Middle of Nowhere
Posts: 20
Thanks: 0
Thanked 5 Times in 5 Posts
phill05 is on a distinguished road
Another report: When I installed the game, Autorun doesn't know that game is installed on my pc, Uninstall button is disabled and there is no Play button.
  #45  
Old 18-11-2011, 10:10
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 phill05 View Post
Another report: When I installed the game, Autorun doesn't know that game is installed on my pc, Uninstall button is disabled and there is no Play button.
it must be fixed after 1.2, do you have same thing still ?

Besides, you can use shortcut to play you know
Closed Thread


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
DARKSIDERS - (2DVD9 to 3x DVD5) pakrat2k2 PC Games - CD/DVD Conversions 9 19-07-2013 09:55
StarCraft II : Wings Of Liberty (DVD9 to 2x DVD5) INNO SETUP peterf1999 PC Games - CD/DVD Conversions 18 18-01-2013 19:41
Shogun Total War 2 for 2dvd9 3dvd5 by inno car_l30n PC Games - CD/DVD Conversions 11 15-03-2012 10:58
Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5) Heretic666 PC Games - CD/DVD Conversions 6 26-12-2006 06:28



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


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