|
#1
|
||||
|
||||
|
F1 2010 (DVD9 to 1x DVD5) *Multi 5* *INNO SETUP*
F1 2010 (DVD9 to 1x DVD5) *Multi 5* *INNO SETUP*
1) Install the game from DVD9 2) Extract "F1_2010_1xDVD5_INNO.7z" contents (you need at least ~ 7 gb of free space) 3) Copy from DVD9 to 'F1 2010\Compiled\F12010' folder, the following folders: Code:
Readme Redist 5) Burn or mount ISO in 'compiled' folder Fixed no display of shortcuts icons Added Safemode shortcut to program menu Replace the 'icons' & 'custom message' sections in the script: Code:
[Icons]
Name: {userdesktop}\{cm:LaunchProgram,F1 2010}; Filename: {app}\f1_2010.exe; WorkingDir: {app}; IconFilename: {app}\F1_2010_game.exe; Tasks: desktopicon
Name: {group}\{cm:LaunchProgram,F1 2010}; Filename: {app}\f1_2010.exe; WorkingDir: {app}; IconFilename: {app}\F1_2010_game.exe; Tasks: MenuShortCuts
Name: {group}\{cm:LaunchProgram,F1 2010} {cm:safemode}; Filename: {app}\f1_2010.exe; Parameters: -safemode; WorkingDir: {app}; IconFilename: {app}\F1_2010_game.exe; Tasks: MenuShortCuts
Name: {group}\{cm:UninstallProgram,F1 2010}; Filename: {uninstallexe}; WorkingDir: {app}; Tasks: MenuShortCuts
[CustomMessages]
#ifdef English
en.Run=Install
en.Uninstall=%1 Uninstall
en.About=&About...
en.removemsg=Do you wish to remove your saved games and settings?
en.NotDeviceDriver= Hardware component not detected
en.cpu=Processor
en.vga=Video card
en.audio=Audio Card
en.pmem=Physical Memory
en.os=Operating System
en.cpcaption=Hardware Informations
en.glabel=The hardware does meet minimum requirements.
en.rlabel=The hardware does not meet minimum requirements.
en.setup=Setup
en.readme=Readme
en.readmefile=ReadMe_English.txt
en.continue=Do you wish to continue?
en.support=Support
en.safemode=Safe mode
#endif
#ifdef Italian
it.Uninstall=%1 Disinstallazione
it.About=&Informazioni su...
it.Run=Installazione
it.removemsg=Vuoi rimuovere i salvataggi e le impostazioni utente?
it.NotDeviceDriver=Componente hardware non rilevato
it.cpu=Processore
it.vga=Scheda Video
it.audio=Scheda Audio
it.pmem=Memoria Fisica
it.os=Sistema Operativo
it.cpcaption=Informazioni Hardware
it.glabel=L'hardware soddisfa i requisiti minimi.
it.rlabel=L'hardware non soddisfa i requisiti minimi.
it.setup=Impostazioni
it.readme=Leggimi
it.readmefile=ReadMe_Italian.txt
it.continue=Vuoi continuare?
it.support=Supporto
it.safemode=Modalità sicura
#endif
#ifdef Spanish
es.Uninstall=%1 Desinstalar
es.About=&Acerca de...
es.Run=Instalar
es.removemsg=¿Desea eliminar sus juegos guardados y ajustes?
es.NotDeviceDriver=Componente de hardware no se detecta
es.cpu=Procesador
es.vga=Tarjeta gráfica
es.audio=Tarjeta de sonido
es.pmem=Memoria RAM
es.os=Sistema operativo
es.cpcaption=Información del Hardware
es.glabel=El hardware cumple los requisitos mínimos.
es.rlabel=El hardware no cumple los requisitos mínimos.
es.setup=Ajustes
es.readme=Leeme
es.readmefile=ReadMe_Spanish.txt
es.continue=¿Desea continuar?
es.support=Asistencia
es.safemode=Modo seguro
#endif
#ifdef German
de.Uninstall=%1 Deinstallieren
de.About=&Über...
de.Run=Installieren
de.removemsg=Möchten Sie Ihre gespeicherten Spiele und Einstellungen zu entfernen?
de.NotDeviceDriver=Hardware-Komponente nicht erkannt
de.cpu=Prozessor
de.vga=Grafikkarte
de.audio=Audiokarte
de.pmem=Gerätespeicher
de.os=Betriebssystem
de.cpcaption=Hardware Informationen
de.glabel=Die Hardware funktioniert Mindestanforderungen erfüllen.
de.rlabel=Die Hardware entspricht nicht den Mindestanforderungen.
de.setup=Einstellungen
de.readme=Liesmich
de.readmefile=ReadMe_German.txt
de.continue=Wollen Sie weitermachen?
de.support=Support
de.safemode=Safe Mode
#endif
#ifdef French
fr.Uninstall=%1 Désinstaller
fr.About=&À Propos...
fr.Run=Installer
fr.removemsg=Voulez-vous supprimer vos parties sauvegardées et les paramètres?
fr.NotDeviceDriver=Composant hardware non détecté
fr.cpu=Processeur
fr.vga=Carte vidéo
fr.audio=Carte son
fr.pmem=Mémoire RAM
fr.os=Système d'exploitation
fr.cpcaption=Información del Hardware
fr.glabel=Le hardware ne satisfont aux exigences minimales.
fr.rlabel=Le hardware ne répond pas aux exigences minimales.
fr.setup=Paramètres
fr.readme=Lisezmoi
fr.readmefile=ReadMe_French.txt
fr.continue=Voulez-vous continuer?
fr.support=Assistance
fr.safemode=Mode sans échec
#endif
Last edited by peterf1999; 24-09-2010 at 05:03. |
| The Following User Says Thank You to peterf1999 For This Useful Post: | ||
MMR (19-02-2013) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
Your script (F1 2010.iss) didn't detected my game instalation, I had to edit it...
although registry keys do exist in right the place: Quote:
line3 changed to my game install path: #if SourcePath="D:\F1 2010\" delete line 98, 101 to 117 (for English game version) |
|
#3
|
||||
|
||||
|
it works perfect on Win Vista 32-bit
thankss!! |
|
#4
|
||||
|
||||
|
edit the 1st line:
from #define SourcePath "f:\F1 2010\" to #define SourcePath "YOURGAMEFOLDERPATH\" Overwrite the old script with new one. Last edited by peterf1999; 23-09-2010 at 11:20. |
|
#5
|
||||
|
||||
|
thanks %100 works
win7 x64
|
|
#6
|
|||
|
|||
|
same were it's working .....win 7 x64 ultimate ![]() thanks |
|
#7
|
|||
|
|||
|
Courtesy : peterf 1999
I have made slight adjustment. increased LZMA2 conversion from fast to ultra increased LZMA conversion from normal to ultra This conversion is ENG only. However if you want to make it in other languages, use file provided by peterf1999 Quote:
Download GFWlivesetupmin.exe from microsoft(29.3MB), replace it with GFWlivesetup,exe in redist\gfwl\ folder(by deleting the original 238MB and renaming gfwlivesetupmin.exe) Size of DVD is 2.93GB Quote:
|
|
#8
|
||||
|
||||
|
thanks, working perfectly on win7 x64
|
|
#9
|
|||
|
|||
|
maaan thx a lot wroks like charm win7 64bit
|
|
#10
|
|||
|
|||
|
works great, win7 x64, f1 2010 spanish
![]() 3.45 gb!!! |
|
#11
|
|||
|
|||
|
Works perfectly for me on Windows 7 Ultimate x64
Many thanks for this guide & the included software. 1st time i have tried to back up a game like this and it worked perfectly per the instructions and software download provided. even uninstalled & reinstalled the game to make sure it worked before burning to a blank dvd. Thanks ![]()
|
|
#12
|
|||
|
|||
|
I found something:
On Win7 x64 sometimes the game's registry keys are located on: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Codemaster s\F1 2010 If you're using Win7 x64 and getting errors about the registry key, open F1 2010.iss, find the line: #if SourcePath=ReadReg(HKLM,'SOFTWARE\Codemasters\F1 2010','PATH_APPLICATION',False) And replace it with: #if SourcePath=ReadReg(HKLM,'SOFTWARE\Wow6432Node\Code masters\F1 2010','PATH_APPLICATION',False) Save, and then run compile.bat Last edited by mxfraga; 29-09-2010 at 22:45. |
|
#13
|
||||
|
||||
|
Thanks peterf1999,
Works on XP SP3 & Win 7 64 Bit. I closed Kaspersky then installed, no problem. |
|
#14
|
|||
|
|||
|
peter sorry but the process delete the italian audio...I don't understand why...i download the italian file (.iss) and run the process with it...I use win7 64 bit. Can you help me?
|
|
#15
|
|||
|
|||
|
Here too, installed DVD9 in english, compiled in english to have speech, but the game starts in spanish (maybe recognizes the spanish windows installation), and I don't have speech!! Is there any way I can change to english?
I mean I can change the speech file's name, but I want to have all the game in english, the interface. Can it be done? Last edited by playfanatico; 28-10-2010 at 20:36. |
![]() |
|
|
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 |
| Prince of Persia - The Forgotten Sands™ (DVD9 to 1x DVD5) *Multi 6 FULL* | peterf1999 | PC Games - CD/DVD Conversions | 26 | 06-06-2014 03:22 |
| Singularity (DVD9 to 1x DVD5) *EURO Multi 4 FULL* | peterf1999 | PC Games - CD/DVD Conversions | 9 | 05-06-2012 21:27 |
| Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5) | Heretic666 | PC Games - CD/DVD Conversions | 6 | 26-12-2006 06:28 |
| ParaWorld (DVD9 to 1x CD-R & 1x DVD5) OR (DVD9 to 1 DVD5) | !HaGaR! | PC Games - CD/DVD Conversions | 11 | 25-10-2006 08:45 |