FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Need for Speed - The Run (2DVD9 to 3 DVD5) * INNO Setup* (https://fileforums.com/showthread.php?t=92331)

Igor007 17-11-2011 16:35

Is it possible to make 2dvd5 with your conversion, english only?

Fabioddq 17-11-2011 18:47

Thanks Revo. Worked perfectly!
Tested in English and Win7 64Bits.

pakrat2k2 17-11-2011 19:51

Quote:

Originally Posted by REV0 (Post 398709)
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 ? ;)

Droppo 17-11-2011 21:42

Quote:

Originally Posted by pakrat2k2 (Post 398732)
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

agieto25 17-11-2011 22:47

** 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..

MacGruber 17-11-2011 23:12

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.

aeroloverz 18-11-2011 04:12

revo, when i try to compile it, inno compiler says "unrecognize setup section directive "UsePreviousLanguage"", what did i do wrong?

aeroloverz 18-11-2011 05:59

Quote:

Originally Posted by REV0 (Post 398751)
use ANSI version of INNO

yep, just found out that ANSI is the usual one, not the unicode xD

lukas1412 18-11-2011 06:19

I can not download Attachment 2904

2x+1 18-11-2011 07:44

Quote:

Originally Posted by Igor007 (Post 398715)
Is it possible to make 2dvd5 with your conversion, english only?

do anyone work for 2xDVD5?

REV0 18-11-2011 07:59

Quote:

Originally Posted by agieto25 (Post 398737)
** 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 (Post 398758)
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.

phill05 18-11-2011 08:37

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...
http://img535.imageshack.us/img535/9364/kryt.png/http://img72.imageshack.us/img72/3643/efeew.png ->Here is not visible the rest of text.
Is possible to do something with it? Thanks :)

REV0 18-11-2011 10:02

Quote:

Originally Posted by phill05 (Post 398760)
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...
http://img535.imageshack.us/img535/9364/kryt.png/http://img72.imageshack.us/img72/3643/efeew.png ->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

phill05 18-11-2011 10:05

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.

REV0 18-11-2011 10:10

Quote:

Originally Posted by phill05 (Post 398769)
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 :D


All times are GMT -7. The time now is 18:02.

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