FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   F1 2010 (DVD9 to 1x DVD5) *Multi 5* *INNO SETUP* (https://fileforums.com/showthread.php?t=90391)

peterf1999 22-09-2010 11:54

F1 2010 (DVD9 to 1x DVD5) *Multi 5* *INNO SETUP*
 
1 Attachment(s)
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

4) Launch compile.bat & wait...

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


Warl0rd 22-09-2010 17:16

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:

[HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters\F1 2010]
"PATH_APPLICATION"="D:\\F1 2010\\"
"LANGUAGE"="1033"
"locale"="1033"
Changes made:

line3 changed to my game install path: #if SourcePath="D:\F1 2010\"
delete line 98, 101 to 117 (for English game version)

edinTZ 22-09-2010 17:57

it works perfect on Win Vista 32-bit

thankss!!

peterf1999 23-09-2010 08:11

5 Attachment(s)
edit the 1st line:

from #define SourcePath "f:\F1 2010\" to #define SourcePath "YOURGAMEFOLDERPATH\"

Overwrite the old script with new one.

senseman 23-09-2010 12:21

thanks %100 works
win7 x64


http://img844.imageshack.us/img844/9774/adszwu.jpg

balola 23-09-2010 14:40

Quote:

Originally Posted by senseman (Post 388208)


same were it's working .....win 7 x64 ultimate :)

thanks

powerwinlindows 24-09-2010 00:24

A li'l modification
 
1 Attachment(s)
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:

edit the 1st line:

from #define SourcePath "f:\F1 2010\" to #define SourcePath "YOURGAMEFOLDERPATH\"

F1 2010.iss_eng.7z (8.3 KB, 29 views)
F1 2010.iss_ita.7z (8.3 KB, 5 views)
F1_2010.iss_ger.7z (8.3 KB, 2 views)
F1 2010.iss_fra.7z (8.3 KB, 3 views)
F1 2010.iss_spa.7z (8.3 KB, 12 views)
All credits goes to peterf1999

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:


Mirror: F1 2010(ENG)

Igor007 24-09-2010 07:14

thanks, working perfectly on win7 x64 :)

deathfrag 26-09-2010 06:46

maaan thx a lot wroks like charm win7 64bit

DanielARG78 26-09-2010 17:35

works great, win7 x64, f1 2010 spanish :)

3.45 gb!!!

leezaal 27-09-2010 15:18

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:D:D

mxfraga 29-09-2010 22:37

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

copernic 21-10-2010 00:11

Thanks peterf1999,

Works on XP SP3 & Win 7 64 Bit.
I closed Kaspersky then installed, no problem.

The-revenge 24-10-2010 14:24

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?

playfanatico 28-10-2010 20:17

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?

peterf1999 28-10-2010 23:31

@The-revenge

Code:

Root: HKLM; Subkey: SOFTWARE\Codemasters\F1 2010; ValueName: LANGUAGE; ValueType: String; ValueData: 1040; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Codemasters\F1 2010; ValueName: locale; ValueType: String; ValueData: 1040; Flags: uninsdeletekey

Code:


function GetLngID(Param: string): string;
begin
Result:=IntToStr(GetUILanguage);
end;

@playfanatico

Code:

Root: HKLM; Subkey: SOFTWARE\Codemasters\F1 2010; ValueName: LANGUAGE; ValueType: String; ValueData: 1033; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Codemasters\F1 2010; ValueName: locale; ValueType: String; ValueData: 1033; Flags: uninsdeletekey

Code:

function GetLngID(Param: string): string;
begin
Result:=IntToStr(GetUILanguage);
end;

Edit the script as follow:

green=value to be set
red=delete rows

and then re-compile it

The-revenge 30-10-2010 08:22

Hi guys, peter i have solve the problem. The problem isn't in your conversion, but in the game (very bugged) or in the seven.
But the way, for the users who have the same problem : run the exe of the game wich the administrator privilege (click right mouse , second option) and in the audio option of the game switch the audio controller for the "software" to "rapture" option.Then restart game (wich the administrator privilege of course) and now you can listen the speaking audio.
Sorry for my english.
Thanks peter1999 to conversion!!


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

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