![]() |
Need for Speed - The Run (2DVD9 to 3 DVD5) * INNO Setup*
1 Attachment(s)
Need for Speed - The Run (2DVD9 to 3 DVD5) * INNO Setup* by REVO
http://img28.imageshack.us/img28/4053/upda.png Special Thanks to: -All fileforums members, since this conversion was fixed (and still fixing) by people start with pakrat, Droppo, phill and so on, -To andersondj for give us regkeys about missing play function. -Tested in English, 64bit 1. Install the game by your choice of language. 2. Apply no-cd patch or something else if you wish. 3. Download the attachment and extract it to your HDD (You will need 14GB of free space) Version 1.4 -Fixed 'Play' button after mounting DVD, thanks to andersondj (after 686 downloads of v1.3) Attachment 2934 4a. Open RUN.iss with INNO Setup (ANSI version is recommended.) To know how to use ANSI version click HERE. You will change first line, according to your RUN setup: Code:
#define SourcePath "D:\Program Files (x86)\Electronic Arts\Need for Speed The Run\"Code:
#define SourcePath "D:\GAMES\Electronic Arts\Need for Speed The Run\"Go to registry section and edit Locale and GDFBinary according your language choice. For example, if you want to make game french, change lines like this: Quote:
So easy ;) 5. Save it and press compile. Compile process will take 1 or 1.5 hours. 4. After compile, create 3 folders and name them RUN_1, RUN_2, RUN_3. Move: Setup.exe, Setup-1a, 1b, 1c to RUN_1 Setup-2a, 2b, 2c to RUN_2 Setup-3a, 3b to RUN_3 Copy autorun.inf and ico files to three folders. Edit autorun.inf in RUN_2 and RUN_3 like below: Code:
[autorun]Known Issues about Setup: 1. RegKey language function is not for pirated copy of The Run. Language change by registry will be useless for pirated copies, for example RELOADED etc. etc. So, don't write any problem about your game in here if you have original game you should have all binary files without issue. These 'kind' of users can directly pass process 4b. 2. In some languages, there is a alignment issue, click HERE http://img820.imageshack.us/img820/9425/13515981.jpg http://img267.imageshack.us7/8047/67505444.png http://img832.imageshack.us/img832/2687/28216241.jpg Post Install: http://img607.imageshack.us/img607/7500/ca2pture.png Unistall Function: http://img27.imageshack.us/img27/7014/20075086.png |
probando si funka thanks
|
Quote:
Wow |
i asked about 5xdvd5 conversion because i really need that... just don't make fun of it
I used ur call of duty mw3 yener90 converter , the converter make conversion very slow & at the end when conversion completed i install that, install perfectly but when game launches it shows error & error was due to ur imperfect conversion since game was perfectly running while installing from original setup that was really a bullshit conversion that wasted my 5hours.. So this time please help me because i really need nfs the run conversion 5xdvd5 |
You can do this conversion base in yener script?? Thanks!
|
Quote:
|
Thank Man Can you conversion 4 dvd converter yener script thanks :)
|
Hello, a question may also leave the conversion to 2x DVD5 with Only one language? is it possible?
|
Quote:
i want reply from REV0 , not from u and Mind ur own business :p:p:p:rolleyes: |
Wow REV0. I've been trying to get rid of those extra 500mb for so long so I don't need the 4th disc.
I really need to learn how to compose those inno scripts. Sigh.. Anyway. Thanks a lot REV0. |
Hello, how can I make a registry key to start the setup is executed.
"[HKEY_LOCAL_MACHINE \ SOFTWARE \ Wow6432Node \ EA Games] [HKEY_LOCAL_MACHINE \ SOFTWARE \ Wow6432Node \ EA Games \ Need for Speed (TM) The Run] "Locale"="de_DE" Otherwise, good work Thank you |
Quote:
I'll update script about color issues, i received info thanks to pakrat |
I try to write one entry in the registry so that the game starts with the desired language. The script starts the game is okay but English, so that it starts in German, I need the registry entry.
|
Quote:
Open RUN.iss, find Tasks under it (more specifically under the Physx line) add these: [Registry] Root: HKLM; Subkey: SOFTWARE\EA Games\Need for Speed (TM) The Run; ValueName: Locale; ValueType: String; ValueData: de_DE; Flags: uninsdeletekey try this please. I'm not sure, if it's working we can do other languages too. About yener style converters: It will take longer time and needs test-retry kinda work, also it's not efficient like INNO setup, when there's too many files, there will be more errors. You can try to make conversion, however it's not required. |
Hi many thanks for your help :-)
I will adjust the file so and test whether it works. |
Quote:
|
OK, it works fine
Thx ;) |
Quote:
thanx great idea:):):) |
1.1 - Font colors changed
|
1 Attachment(s)
setup-3b yok
|
Quote:
http://img577.imageshack.us/img577/2357/capturebqk.png |
I have the same problem as hikmetim1975, I do not see Setup-3b However installed the game perfectly and I managed to finish first mission.The game occupy over 15 Giga (15.3). Before to convert I had installed Need for Speed The Run Limited Edition! This be the problem? However conversion works 100% on Win 7 Ultimate x32!
Same problem as hikmetim1975,ENGLISH ONLY!!However conversion works great!!Good job!! |
Full repack – english only : 6.58 gb
|
thx for the convertion work great on win 7 64 bit ....but its only english i need it in french plz !!!
|
Quote:
Quote:
Quote:
|
1 Attachment(s)
english only dvd files
|
win 7 x64 working
|
Yes,i have Dark Grey BMW in the game !!
|
1 Attachment(s)
15.3 GB you are working
|
Quote:
|
Is it possible to make 2dvd5 with your conversion, english only?
|
Thanks Revo. Worked perfectly!
Tested in English and Win7 64Bits. |
Quote:
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 ? ;) |
Quote:
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 |
** 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..
|
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. |
revo, when i try to compile it, inno compiler says "unrecognize setup section directive "UsePreviousLanguage"", what did i do wrong?
|
Quote:
|
I can not download Attachment 2904
|
Quote:
|
| All times are GMT -7. The time now is 14:16. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com