|
#1
|
|||
|
|||
Frontlines: Fuel of War
just put them on 3 disks
Disk2 : CAB FILE 11 to 17 & no other file ... Disk3 : CAB FILE 18 to 23 & no other file ... Disk1 : all the rest of the files ... Name disks > disk1 = "Disk1" disk2 = "Disk2" disk3 = "Disk2" working... |
Sponsored Links |
#2
|
|||
|
|||
okay thanks.
EDIT: just to confirm DCore's method works perfectly. Last edited by Armoured; 28-02-2008 at 21:35. |
#3
|
|||
|
|||
Frontlines - Fuel of War DVD9+DVD5 to 3xDVD5
My alternative :
Make folder with name Disk1 : Copy all files and folders from original DVD1 without data11.cab - data16.cab to this folder . Modify Autorun.inf : [autorun] open=autorun.exe icon=Autorun.exe label=Frontlines_1 [settings] languages=English, French, Italian, Spanish Make folder with name Disk2 : Copy files data11.cab - data16.cab from original DVD1 and files data17.cab , Autorun.inf and FFOW_Icon.ico from original DVD2 to this folder . Modify Autorun.inf : [autorun] open=0 icon=FFOW_Icon.ico label=Frontlines_2 Make folder with name Disk3 : Copy all files and folders from original DVD2 without data17.cab to this folder . Modify Autorun.inf : [autorun] open=0 icon=FFOW_Icon.ico label=Frontlines_3 Make new folder with update 1.0.1 and new crack for version 1.0.1 . Burn folders Disk1 , Disk2 , Disk3 to DVD medium with same names . |
#4
|
|||
|
|||
Quote:
I built a new installer using Inno Setup Version 5.2.3, with "lzma/max" compression. (the complete script is some lines below this one) Features of this solution: - Fit in 2 DVD5 - Tested for both 32 bit and 64 bit Win XP (I have dual boot in my machine) - This install re-create main Registry entries made by the original game (the 3 entries in HKEY_LOCAL_MACHINE\SOFTWARE\THQ\Frontlines: Fuel of War) - Includes Installing of Redistributables that comes with the game (Directx, Vc8, Dot NET Framework 2.0, Ageia PhysX 7.11.13) - Also Autodetect your OS type (32 or 64 bit) and install only compatible Redistributables. The Registry entries are put in the right place depending on your type of OS. (32 or 64 bit) - At the End you will have a game in 2 DVD5 very easy to install (install and Play in both Win XP and Win XP x64). - All are full uninstallable (including registry entries, desktop icon, etc) What You need to do: Step 1: Install original game FFOW in your HDD using your prefered Language, Also you must download and install Patch 1.0.1 and Hot Fix. (Patch and HotFix are in: http://www.kaosstudios.com/ffow-patches/retail.shtml) ... dont forget install the crack for 1.0.1. and quick test the game. Step 2: Compile using Inno Setup (will take 2 to 3 hrs) You need download & install Inno Setup in your machine. (http://www.jrsoftware.org/isdl.php) Step 3: Create the finals DVDs. You will need some Redistributables, and a BMP file, I put all these files for download (some lines below). Ok, lets start: Step 1: - Install the game from originals DVDs, apply Patch 1.0.1 and Hot Fix, and apply the crack for 1.0.1 - Quick Test the game in order to verify that all is working. Using this game we will re-built a new install. Step 2: - Download and install Inno Setup 5.2.3. Its free. (http://www.jrsoftware.org/isdl.php) Make shure you have at least 8GB free in the HDD where you have installed Inno, because there will be the output files. In this case I have it installed in "D:\Program Files\Inno Setup 5". - Download this BMP file, will be used for Inno Setup to show it during the installation. FFOW-MCE.rar And put this BMP file in your game directory (where you have installed the original game) In my case: "K:\Juegos\Frontlines-Fuel of War" or in English: "K:\Games\Frontlines-Fuel of War" - Compile using my inno script: 1) Assuming you have installed the game in "K:\Games\Frontlines-Fuel of War" (change lines 17 and 26 in the script to specify other dir) 2) Assuming you have installed Inno Setup in "D:\Program Files\Inno Setup 5" (change line 10 in the script to specify other dir) 3) Open Inno Setup, choose menu "New" and copy+paste this script: I made 2 versions, Spanish (My native Language) and English. There are very little changes for one to other. Easy. Spanish version (Messages in Spanish): (Skip for English) Code:
[Setup] AppName=Frontlines: Fuel of War AppVerName=Frontlines: Fuel of War AppPublisher=THQ AppPublisherURL=http://www.thq.com AppSupportURL=http://www.frontlines.com/ AppUpdatesURL=http://www.frontlines.com/ DefaultDirName={pf}\Frontlines-Fuel of War DefaultGroupName=THQ OutputDir=D:\Archivos de programa\Inno Setup 5\Examples\Output OutputBaseFilename=setup Compression=lzma/max SolidCompression=yes DiskSpanning=yes SlicesPerDisk=3 DiskSliceSize=1566000000 WizardImageFile=K:\Juegos\Frontlines-Fuel of War\FFOW-MCE.bmp [Languages] Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: checkedonce [Files] Source: "K:\Juegos\Frontlines-Fuel of War\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs [Icons] Name: "{group}\Frontlines - Fuel of War\Frontlines - Fuel of War"; Filename: "{app}\Binaries\FFOW.exe"; Parameters:""; WorkingDir: "{app}"; Iconfilename: "{app}\Binaries\FFOW.exe" Name: "{group}\Frontlines - Fuel of War\Manual de Frontlines - Fuel of War"; Filename: "{app}\FFOW_Manual.pdf"; Parameters:""; WorkingDir: "{app}"; Iconfilename: "{app}\FFOW_Manual.pdf" Name: "{group}\Frontlines - Fuel of War\Desinstalar Frontlines - Fuel of War"; Filename: "{uninstallexe}" Name: "{userdesktop}\Frontlines - Fuel of War"; Filename: "{app}\Binaries\FFOW.exe"; Parameters:""; WorkingDir: "{app}"; Iconfilename: "{app}\Binaries\FFOW.exe"; Tasks: desktopicon [Registry] Root: HKLM; Subkey: "Software\THQ"; Flags:uninsdeletekeyifempty; Check: not IsWin64 Root: HKLM; Subkey: "Software\THQ\Frontlines: Fuel of War"; Flags:uninsdeletekeyifempty; Check: not IsWin64 Root: HKLM; Subkey: "Software\THQ\Frontlines: Fuel of War"; ValueType: string; ValueName: "InstallDir"; ValueData: "{app}"; Flags: uninsdeletekey; Check: not IsWin64 Root: HKLM; Subkey: "Software\THQ\Frontlines: Fuel of War"; ValueType: string; ValueName: "ProductKey"; ValueData: "070f500201070c56005303005d53010e505e54070b06550003"; Flags: uninsdeletekey; Check: not IsWin64 Root: HKLM; Subkey: "Software\THQ\Frontlines: Fuel of War"; ValueType: string; ValueName: "Version"; ValueData: "1.0.1"; Flags: uninsdeletekey; Check: not IsWin64 Root: HKLM; Subkey: "Software\Wow6432Node\THQ"; Flags:uninsdeletekeyifempty; Check: IsWin64 Root: HKLM; Subkey: "Software\Wow6432Node\THQ\Frontlines: Fuel of War"; Flags:uninsdeletekeyifempty; Check: IsWin64 Root: HKLM; Subkey: "Software\Wow6432Node\THQ\Frontlines: Fuel of War"; ValueType: string; ValueName: "InstallDir"; ValueData: "{app}"; Flags: uninsdeletekey; Check: IsWin64 Root: HKLM; Subkey: "Software\Wow6432Node\THQ\Frontlines: Fuel of War"; ValueType: string; ValueName: "ProductKey"; ValueData: "070f500201070c56005303005d53010e505e54070b06550003"; Flags: uninsdeletekey; Check: IsWin64 Root: HKLM; Subkey: "Software\Wow6432Node\THQ\Frontlines: Fuel of War"; ValueType: string; ValueName: "Version"; ValueData: "1.0.1"; Flags: uninsdeletekey; Check: IsWin64 [Run] Filename: "{drive:{src}}\Redist\DXSETUP.EXE"; Parameters:"/silent"; StatusMsg: "Instalando DirectX..." Filename: "{drive:{src}}\Redist\vcredist_x86\vcredist_x86.exe"; Parameters:""; StatusMsg: "Instalando vc redist..."; Check: not IsWin64 Filename: "{drive:{src}}\Redist\vcredist_x64\vcredist_x64.exe"; Parameters:""; StatusMsg: "Instalando vc redist x64..."; Check: IsWin64 Filename: "{drive:{src}}\Redist\dotnetfx\install.exe"; Parameters:""; StatusMsg: "Instalando Dot Net Framework 2... (Si ya está instalado, presione Cancelar)"; Check: not IsWin64 Filename: "{drive:{src}}\Redist\NetFx64\install.exe"; Parameters:""; StatusMsg: "Instalando Dot Net Framework 2 x64... (Si ya está instalado, presione Cancelar)"; Check: IsWin64 Filename: "{drive:{src}}\Redist\PhysX_7.11.13_SystemSoftware.exe"; Parameters:""; StatusMsg: "Instalando Ageia PhysX 7.11.13... (Si ya está instalado, presione Cancelar)" Filename: "{app}\Binaries\FFOW.exe"; Parameters:""; Description: "{cm:LaunchProgram,Frontlines: Fuel Of War}"; Flags: shellexec postinstall skipifsilent English version (not tested but must work, I only changed messages text and messages file spec.): Code:
[Setup] AppName=Frontlines: Fuel of War AppVerName=Frontlines: Fuel of War AppPublisher=THQ AppPublisherURL=http://www.thq.com AppSupportURL=http://www.frontlines.com/ AppUpdatesURL=http://www.frontlines.com/ DefaultDirName={pf}\Frontlines-Fuel of War DefaultGroupName=THQ OutputDir=D:\Program Files\Inno Setup 5\Examples\Output OutputBaseFilename=setup Compression=lzma/max SolidCompression=yes DiskSpanning=yes SlicesPerDisk=3 DiskSliceSize=1566000000 WizardImageFile=K:\Games\Frontlines-Fuel of War\FFOW-MCE.bmp [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: checkedonce [Files] Source: "K:\Games\Frontlines-Fuel of War\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs [Icons] Name: "{group}\Frontlines - Fuel of War\Frontlines - Fuel of War"; Filename: "{app}\Binaries\FFOW.exe"; Parameters:""; WorkingDir: "{app}"; Iconfilename: "{app}\Binaries\FFOW.exe" Name: "{group}\Frontlines - Fuel of War\Frontlines - Fuel of War`s Manual"; Filename: "{app}\FFOW_Manual.pdf"; Parameters:""; WorkingDir: "{app}"; Iconfilename: "{app}\FFOW_Manual.pdf" Name: "{group}\Frontlines - Fuel of War\Uninstall Frontlines - Fuel of War"; Filename: "{uninstallexe}" Name: "{userdesktop}\Frontlines - Fuel of War"; Filename: "{app}\Binaries\FFOW.exe"; Parameters:""; WorkingDir: "{app}"; Iconfilename: "{app}\Binaries\FFOW.exe"; Tasks: desktopicon [Registry] Root: HKLM; Subkey: "Software\THQ"; Flags:uninsdeletekeyifempty; Check: not IsWin64 Root: HKLM; Subkey: "Software\THQ\Frontlines: Fuel of War"; Flags:uninsdeletekeyifempty; Check: not IsWin64 Root: HKLM; Subkey: "Software\THQ\Frontlines: Fuel of War"; ValueType: string; ValueName: "InstallDir"; ValueData: "{app}"; Flags: uninsdeletekey; Check: not IsWin64 Root: HKLM; Subkey: "Software\THQ\Frontlines: Fuel of War"; ValueType: string; ValueName: "ProductKey"; ValueData: "070f500201070c56005303005d53010e505e54070b06550003"; Flags: uninsdeletekey; Check: not IsWin64 Root: HKLM; Subkey: "Software\THQ\Frontlines: Fuel of War"; ValueType: string; ValueName: "Version"; ValueData: "1.0.1"; Flags: uninsdeletekey; Check: not IsWin64 Root: HKLM; Subkey: "Software\Wow6432Node\THQ"; Flags:uninsdeletekeyifempty; Check: IsWin64 Root: HKLM; Subkey: "Software\Wow6432Node\THQ\Frontlines: Fuel of War"; Flags:uninsdeletekeyifempty; Check: IsWin64 Root: HKLM; Subkey: "Software\Wow6432Node\THQ\Frontlines: Fuel of War"; ValueType: string; ValueName: "InstallDir"; ValueData: "{app}"; Flags: uninsdeletekey; Check: IsWin64 Root: HKLM; Subkey: "Software\Wow6432Node\THQ\Frontlines: Fuel of War"; ValueType: string; ValueName: "ProductKey"; ValueData: "070f500201070c56005303005d53010e505e54070b06550003"; Flags: uninsdeletekey; Check: IsWin64 Root: HKLM; Subkey: "Software\Wow6432Node\THQ\Frontlines: Fuel of War"; ValueType: string; ValueName: "Version"; ValueData: "1.0.1"; Flags: uninsdeletekey; Check: IsWin64 [Run] Filename: "{drive:{src}}\Redist\DXSETUP.EXE"; Parameters:"/silent"; StatusMsg: "Installing DirectX..." Filename: "{drive:{src}}\Redist\vcredist_x86\vcredist_x86.exe"; Parameters:""; StatusMsg: "Installing vc redist..."; Check: not IsWin64 Filename: "{drive:{src}}\Redist\vcredist_x64\vcredist_x64.exe"; Parameters:""; StatusMsg: "Installing vc redist x64..."; Check: IsWin64 Filename: "{drive:{src}}\Redist\dotnetfx\install.exe"; Parameters:""; StatusMsg: "Installing Dot Net Framework 2.0... (If you have it, press Cancel)"; Check: not IsWin64 Filename: "{drive:{src}}\Redist\NetFx64\install.exe"; Parameters:""; StatusMsg: "Installing Dot Net Framework 2.0 x64... (If you have it, press Cancel)"; Check: IsWin64 Filename: "{drive:{src}}\Redist\PhysX_7.11.13_SystemSoftware.exe"; Parameters:""; StatusMsg: "Installing Ageia PhysX 7.11.13... (If you have it, press Cancel)" Filename: "{app}\Binaries\FFOW.exe"; Parameters:""; Description: "{cm:LaunchProgram,Frontlines: Fuel Of War}"; Flags: shellexec postinstall skipifsilent 4) Choose menu "Build" -> "Compile", and wait 2 hrs for finish (1 hr and half in my Core2Duo @ 2.40GHz). 5) In our case the Output files will be in "D:\Program Files\Inno Setup 5\Examples\Output" (Depending where you have installed Inno Setup) There must be 7 files (8GB): setup.exe setup-1a.bin setup-1b.bin setup-1c.bin setup-2a.bin setup-2b.bin setup-2c.bin Step 3: Create Finals DVDs. 1) Make a folder named "FFOW_DVDs" maybe in the same HDD where you have installed Inno Setup. 2) Create others two folders inside this and named "FFOW_DVD1" and "FFOW_DVD2" 3) Download the Redistributables, is a compressed folder named "Redist" in ZIP format. http://rapidshare.de/files/38860122/Redist.zip.html Note: These are the same Redist files from the original DVDs, but I changed the vc8 thats comes in .MSI format by other in .EXE format taken from the Crysis DVD (these are the same version of vc8 and works OK). I made this change because is more easy to install .EXE under Inno Setup. 4) Uncompress the Redist.ZIP and move the resulting uncompressed folder to "FFOW_DVD2" 5) Move setup.exe, setup-1a.bin, setup-1b.bin, setup-1c.bin to "FFOW_DVD1" 6) Move setup-2a.bin, setup-2b.bin, setup-2c.bin to "FFOW_DVD2" 7) Put the Icon file in the 2 folders "FFOW_DVD1" and "FFOW_DVD2". The file is taken from the original DVDs, its name is "FFOW_Icon.ico" Icon file is also in: http://rapidshare.de/files/38864332/FFOW_Icon.ico.html 8) Create Auntorun.inf files for both DVDs: Autorun.inf for FFOW_DVD1 Code:
[autorun] open=setup.exe icon=FFOW_Icon.ico Autorun.inf for FFOW_DVD2 Code:
[autorun] open=0 icon=FFOW_Icon.ico Save these files and put in its respectives folders. 9) Check the structure in both folders (FFOW_DVD1 and FFOW_DVD2) FFOW_DVD1 must have 6 files (4.37GB): setup.exe setup-1a.bin setup-1b.bin setup-1c.bin Autorun.inf FFOW_Icon.ico FFOW_DVD2 must have 5 files in its root and one folder: (3.64GB) setup-2a.bin setup-2b.bin setup-2c.bin Autorun.inf FFOW_Icon.ico Redist <-- (folder) 10) Burn both DVDs using DVD5 and Enjoy. 11) For Test uninstall the original game, and re-install using the news DVDs. Before uninstall you can see the main Registry entries created by the original game, running "regedit" in the Start Menu of Windows, For Win XP: 3 entries are in "HKEY_LOCAL_MACHINE\SOFTWARE\THQ\Frontlines: Fuel of War" and for Win XP 64 must be: 3 entries are in "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\THQ\Front lines: Fuel of War" After re-install, check these 3 entries again, must be the same. (These entries are: InstallDir, ProductKey, Version) 12) Comments and sugestions are welcome. I have tested it several times (Win XP and Win XP x64) and works OK. Uninstall works fine. (I used my Spanish version`s script to test. English must works ok). No tested in Vista. Greetings Last edited by Torm Nort; 19-03-2008 at 20:49. |
#5
|
||||
|
||||
Thanks a lot by your sugestions, Mondragon.
Now the script will be more efficient I see. I will incorpore your ideas in my next jobs. For all people: Sorry there was an error in the section [Icons] of the script, in the last line, there was a bad writed word "Binaires", must say "Binaries", but it is already corrected. Now, again with Mondragon, Quote:
I "hope" the game installed with this solution will have no problems with new updates. I have re-created the 3 Registry entries because they have vital infomation that I think can be potencially used by new updates (see the entries "InstallDir" and "Version") and I think this is the easy way for updates to retrieve this information, but I really dont know if it will work at all. The programers of these next updates will have the final word, but it have a very good chance to work Ok. I am sure of at least the updates uses the entry "Version" because I saw how update 1.0.1 changed this value from "1.0.0" to "1.0.1" for this entry. (Again, I put these entries because are the same created by the original game with the patch 1.0.1 and hot fix applied) Quote:
Quote:
Quote:
Gracias. Last edited by Torm Nort; 20-03-2008 at 07:29. |
#6
|
|||
|
|||
here is wot i did...
installed the game.....full... updated it 2 v1.0.2 replaced the crack..adn tested...then replaced it back with original exe file... in the script,,,, changed line 39 and 45 to reflect the v1.0.2 thing....... changed diskslicesize=1450000000 deleted line 55 so that the game doesnot auto start.... since i have replaced the original exe..and not the crack 1...... so that it will help if further update comes...... as updates check for the original files......2 update... so original file is necessary... so now after install...click finish... and then replace the crack exe and play the game.... it took 70min 35 sec... on my pc.... (AMD 6000+) thanx testing it rt now...... for v1.0.2 thanx angel Last edited by angel-TDw!; 13-04-2008 at 02:59. |
#7
|
|||
|
|||
My installed game using my Inno conversion works fine with 1.0.2 patch.
I have tested some hours ago. I ran 1.0.2 patch and it works fine without problems. Now I have my game updated. Of course you need put the respective cr*ck. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Frontlines - Fuel Of War | Blazkowicz | PC Games - Protection List | 0 | 01-03-2008 08:52 |
Frontlines: Fuel Of War Cracked Servers ? | floofloo | PC Games | 3 | 29-02-2008 14:52 |
boiling point where can i get some fuel???? | shaggs69r | General Gaming | 0 | 26-02-2008 21:54 |