PDA

View Full Version : Driver: San Francisco DVD9 to 2DVD5


termic
25-09-2011, 07:05
Can anyone post a tutorial?

Onizuka87k
26-09-2011, 09:12
For 1xDVD5 i think the only way to do it is resampling some bik video files and just leave only one language.

My test:
- one language
- compress with freearc (-mx -ld800) the game's installation folder without "Common" subfolder (in this folder there are the bik videos) and i got 1,92GB from 3,37GB.
- "Common" folder is about 2,66GB

The sum is about 4,6GB so you need to recover at least 300MB with the bik resampling (using this method).

So.. we have to wait peterf1999, maybe he knows a different way, maybe more easier!

DanielARG78
26-09-2011, 17:13
I hope peter dont use recompress ;)

haazmaaz
27-09-2011, 04:48
setup.exe created by InstallAnywhere. setup.exe is self-extracting exe file. u can extract it by WinRAR.
There are two file interesting. MediaFiles.properties and InstalledMedias.properties.

InstalledMedias.properties file contains below text

#Information about each Media item..
#Tue Aug 30 17:19:01 EEST 2011
.INSTALLED_MEDIAS.5.MEDIA_ID.id=2e823a728689
.INSTALLED_MEDIAS.7.INSTALLED_MEDIA.ResourcesBundl ed=true
.INSTALLED_MEDIAS.4.INSTALLED_MEDIA.Volume=1
.INSTALLED_MEDIAS.2.INSTALLED_MEDIA.ResourcesBundl ed=true
.INSTALLED_MEDIAS.0.INSTALLED_MEDIA.Volume=1
.INSTALLED_MEDIAS.1.INSTALLED_MEDIA.MediaName=Disk 1
.INSTALLED_MEDIAS.6.INSTALLED_MEDIA.MediaName=Disk 1
.INSTALLED_MEDIAS.Size=8
.INSTALLED_MEDIAS.7.INSTALLED_MEDIA.ZipName=Resour ce1-part8.zip
.INSTALLED_MEDIAS.1.MEDIA_ID.id=2e625e228685
.INSTALLED_MEDIAS..BUILD_INFO.isOptimized=true
.INSTALLED_MEDIAS.5.INSTALLED_MEDIA.ZipName=Resour ce1-part6.zip
.INSTALLED_MEDIAS.5.INSTALLED_MEDIA.ResourcesBundl ed=true
.INSTALLED_MEDIAS.5.INSTALLED_MEDIA.Volume=1
.INSTALLED_MEDIAS.3.INSTALLED_MEDIA.ZipName=Resour ce1-part4.zip
.INSTALLED_MEDIAS.0.INSTALLED_MEDIA.ResourcesBundl ed=true
.INSTALLED_MEDIAS.0.INSTALLED_MEDIA.Part=1
.INSTALLED_MEDIAS.4.MEDIA_ID.id=2e7be3398688
.INSTALLED_MEDIAS.2.INSTALLED_MEDIA.MediaName=Disk 1
.INSTALLED_MEDIAS.7.INSTALLED_MEDIA.MediaName=Disk 1
.INSTALLED_MEDIAS.1.INSTALLED_MEDIA.ZipName=Resour ce1-part2.zip
.INSTALLED_MEDIAS.1.INSTALLED_MEDIA.Volume=1
.INSTALLED_MEDIAS.1.INSTALLED_MEDIA.Part=2
.INSTALLED_MEDIAS.7.MEDIA_ID.id=2e8e302b868b
.INSTALLED_MEDIAS.2.INSTALLED_MEDIA.Part=3
.INSTALLED_MEDIAS.3.INSTALLED_MEDIA.ResourcesBundl ed=true
.INSTALLED_MEDIAS.0.MEDIA_ID.id=2e5d8ee98684
.INSTALLED_MEDIAS.3.INSTALLED_MEDIA.Part=4
.INSTALLED_MEDIAS.6.INSTALLED_MEDIA.Volume=1
.INSTALLED_MEDIAS.3.INSTALLED_MEDIA.MediaName=Disk 1
.INSTALLED_MEDIAS..BUILD_INFO.isWebInstaller=false
.INSTALLED_MEDIAS.4.INSTALLED_MEDIA.Part=5
.INSTALLED_MEDIAS..BUILD_INFO.Platform=Windows
.INSTALLED_MEDIAS.2.INSTALLED_MEDIA.Volume=1
.INSTALLED_MEDIAS.3.MEDIA_ID.id=2e71bf5b8687
.INSTALLED_MEDIAS.5.INSTALLED_MEDIA.Part=6
.INSTALLED_MEDIAS.6.INSTALLED_MEDIA.ResourcesBundl ed=true
.INSTALLED_MEDIAS.6.INSTALLED_MEDIA.Part=7
.INSTALLED_MEDIAS.6.INSTALLED_MEDIA.ZipName=Resour ce1-part7.zip
.INSTALLED_MEDIAS.6.MEDIA_ID.id=2e87f043868a
.INSTALLED_MEDIAS.1.INSTALLED_MEDIA.ResourcesBundl ed=true
.INSTALLED_MEDIAS.4.INSTALLED_MEDIA.MediaName=Disk 1
.INSTALLED_MEDIAS.7.INSTALLED_MEDIA.Part=8
.INSTALLED_MEDIAS.7.INSTALLED_MEDIA.Volume=1
.INSTALLED_MEDIAS.4.INSTALLED_MEDIA.ZipName=Resour ce1-part5.zip
.INSTALLED_MEDIAS.2.INSTALLED_MEDIA.ZipName=Resour ce1-part3.zip
.INSTALLED_MEDIAS.3.INSTALLED_MEDIA.Volume=1
.INSTALLED_MEDIAS.0.INSTALLED_MEDIA.ZipName=Resour ce1.zip
.INSTALLED_MEDIAS.4.INSTALLED_MEDIA.ResourcesBundl ed=true
.INSTALLED_MEDIAS.2.MEDIA_ID.id=2e677cae8686
.INSTALLED_MEDIAS.0.INSTALLED_MEDIA.MediaName=Driv erSF
.INSTALLED_MEDIAS.5.INSTALLED_MEDIA.MediaName=Disk 1


I changed some zip files Volume and Media Names to Disk2 but installer stucks at my changed lines and can't identify disk2. Hope someone figure out how to split 2DVD.

thedarkman
27-09-2011, 05:46
Driver San Fransisco 2xDVD5 Inno Setup
*Tested in Win7 x86

Automatic instal:
DirectX,
VisualC++ 2005&2008,
Ubisoft Launcher


; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Driver San Francisco"
#define MyAppVersion "1.0"
#define MyAppPublisher "Ubisoft"
#define MyAppExeName "Driver.exe"

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{0DF4B8BB-C9B5-41E9-990B-7ABCD8B5D2C0}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName}
AppPublisher={#MyAppPublisher}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
AppPublisherURL=http://driver-thegame.ubi.com/driver-san-francisco/en-GB/home/
AppSupportURL=http://driver-thegame.ubi.com/driver-san-francisco/en-GB/home/
AppUpdatesURL=http://driver-thegame.ubi.com/driver-san-francisco/en-GB/home/
AllowNoIcons=yes
OutputDir=D:\Downloads\Driver San Fransisco
OutputBaseFilename=setup
Compression=lzma2/ultra
SolidCompression=yes
DiskSpanning=yes
SlicesPerDisk=3
DiskSliceSize=1406000000
ShowComponentSizes=yes
WizardImageFile=D:\Downloads\logo.bmp
WizardSmallImageFile=D:\Downloads\banner.bmp

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked


[Registry]
Root: HKLM; Subkey: SOFTWARE\Ubisoft; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: SOFTWARE\Ubisoft\Driver San Francisco; ValueName: GameLocation; ValueType: String; ValueData: {app}; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Ubisoft\Driver San Francisco; ValueName: launcherLanguage; ValueType: String; ValueData: en-US; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Ubisoft\Driver San Francisco\GameUpdate; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: SOFTWARE\Ubisoft\Driver San Francisco\GameUpdate; ValueName: execPath; ValueType: String; ValueData: {app}\Driver.exe; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Ubisoft\Driver San Francisco\GameUpdate; ValueName: info; ValueType: String; ValueData: a8330dc8ce7d4a0fbb89f6f5ba8d1f20; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Ubisoft\Driver San Francisco\GameUpdate; ValueName: installdir; ValueType: String; ValueData: {app}; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Ubisoft\Driver San Francisco\GameUpdate; ValueName: language; ValueType: String; ValueData: us; Flags: uninsdeletekey

[Files]
Source: "C:\Program Files\Inno Setup 5\Examples\MyProg.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Program Files\Ubisoft\Driver San Francisco\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon

[Run]
Filename: {app}\Support\DirectX\DXSETUP.exe; Description: {cm:LaunchProgram,DirectX}
Filename: {app}\support\VCRedist\vcredist_2005_x86.exe; Description: {cm:LaunchProgram,Microsoft visual C++ 2005 x86}
Filename: {app}\support\VCRedist\vcredist_2008_x86.exe; Description: {cm:LaunchProgram,Microsoft visual C++ 2008 x86}
Filename: {app}\support\UbisoftGameLauncherInstaller-0255.exe; Description: {cm:LaunchProgram,Ubisoft Game Launcher}
Filename: "{app}\Driver.exe"; Description: "{cm:LaunchProgram,Driver San Francisco}"; Flags: nowait postinstall skipifsilent


Change with your pictures:
WizardImageFile=D:\Downloads\logo.bmp
WizardSmallImageFile=D:\Downloads\banner.bmp
logo.bmp = 164x314
banner.bmp = 55x58


Change:
OutputDir=D:\Downloads\Driver San Fransisco
Output directory location


Game must be installed in:
C:\Program Files\Ubisoft\Driver San Francisco\


Install Sequence: DVD1-DVD2

http://www.imagedum.com/images/884_Langkah_02.jpg
http://www.imagedum.com/images/230_Langkah_03.jpg

peterf1999
27-09-2011, 13:51
for 1xdvd5 i think the only way to do it is resampling some bik video files and just leave only one language.

My test:
- one language
- compress with freearc (-mx -ld800) the game's installation folder without "common" subfolder (in this folder there are the bik videos) and i got 1,92gb from 3,37gb.
- "common" folder is about 2,66gb

the sum is about 4,6gb so you need to recover at least 300mb with the bik resampling (using this method).

So.. We have to wait peterf1999, maybe he knows a different way, maybe more easier!

The proper way is the same, no need to re-encode all biks , take a look below: :)

2674

2675

2676

Onizuka87k
27-09-2011, 14:26
@peterf1999:
Man you rock, no other words to say! :D
But.. did you use precomp/srep? How the hell you got ~3,4GB without resampling bik files?

loader1
01-10-2011, 03:22
@ peterf1999 post a tutorial vor DVD5 ?

peterf1999
01-10-2011, 03:34
@ peterf1999 post a tutorial vor DVD5 ?

Here (http://www.cd-2-dvd.com/) it is

Onizuka87k
02-10-2011, 11:30
Here (http://www.cd-2-dvd.com/) it is
Peterf1999, thanks you! Perfect as always, it works fine on Win7 x64, ita version! ;)

DanielARG78
03-10-2011, 15:14
i dont undetstand a word in this thread! haha!
peterf1999 can you make a clear new thread with instructions to convert this in 2dvd5?

Onizuka87k
03-10-2011, 16:15
i dont undetstand a word in this thread! haha!
peterf1999 can you make a clear new thread with instructions to convert this in 2dvd5?
http://www.fileforums.com/showthread.php?t=91962

Kamyk95
06-11-2011, 04:51
Here (http://www.cd-2-dvd.com/) it is
Het peterf1999. I've got a problem with your conversion. When the game (from your conversion) is installing, the ARC isn't unpacking. The installer copies the Common folder and installs Ubisoft Game Launcher and then everything disappears and I'm back to desktop. I've done everything step-by-step. I add that I've deleted everything in the Locale folder instead of Polish folder before compression.

peterf1999
06-11-2011, 05:16
Het peterf1999. I've got a problem with your conversion. When the game (from your conversion) is installing, the ARC isn't unpacking. The installer copies the Common folder and installs Ubisoft Game Launcher and then everything disappears and I'm back to desktop. I've done everything step-by-step. I add that I've deleted everything in the Locale folder instead of Polish folder before compression.

Did you move DSF.arc to ‘DSF_DVD5′ folder?

Your archive is damaged? check it!

Did you created a normal archive (.arc extension), and not sfx archive (.exe extension)?

Kamyk95
06-11-2011, 05:20
Did you move DSF.arc to ‘DSF_DVD5′ folder?

Your archive is damaged? check it!

Did you created a normal archive (.arc extension), and not sfx archive (.exe extension)?

1. Yes, I Have.
2. I don't know how to do is, but it doesn't look damaged.
3. I've created a ARC archive (not EXE).

P.S. Tried on a clean installation and on 1.03 update. The same thing occurs.
P.S. 2: The size is correct - 4.26 GB.

peterf1999
06-11-2011, 05:28
:confused:

This is my archive:

2832

The installer returns back to desktop only if your archive is damaged (the header is corrupt) or missing or is exe sfx

Kamyk95
06-11-2011, 05:46
:confused:

This is my archive:

2832

The installer returns back to desktop only if your archive is damaged (the header is corrupt) or missing or is exe sfx

I've done two ARC's and the same thing happens. Everything during compression went O.K.. What can be the reason?

peterf1999
06-11-2011, 05:53
I've done two ARC's and the same thing happens. Everything during compression went O.K.. What can be the reason?

Did you used -mx -ld800m switch?

Close all programs especially antivirus

Kamyk95
06-11-2011, 05:56
Did you used -mx -ld800m switch?

Close all programs especially antivirus

I wrote it manually (like in every conversion I've done).
I will do it again as you said.

peterf1999
06-11-2011, 06:00
I wrote it manually (like in every conversion I've done).
I will do it again as you said.

What is the amount of your physical memory?

Kamyk95
06-11-2011, 08:27
What is the amount of your physical memory?

4GB. I tried again as you said. The same thing happens.

TippeX
06-11-2011, 09:38
4gb on an x64 os or in a 32bit os?

Kamyk95
06-11-2011, 10:44
4gb on an x64 os or in a 32bit os?
on 32bit

peterf1999
06-11-2011, 11:21
@kamyk95

from your screenshot it seems that you have only 1 gb of physical memory:

memory used for compression: 451mb
dictionary: ~ 400mb

try to decrement the amount of RAM used for decompression:

-mx -ld200m or -mx -ld400m

Kamyk95
10-11-2011, 08:59
@kamyk95

from your screenshot it seems that you have only 1 gb of physical memory:

memory used for compression: 451mb
dictionary: ~ 400mb

try to decrement the amount of RAM used for decompression:

-mx -ld200m or -mx -ld400m

But won't it affect to the size of ARC?

Eraser_LH
03-01-2012, 06:36
hi, the setup does not work for me, when i try to open the file crash immediatly, why?

I followed this conversion:

Conversion by peterf1999

1) Install the game and then apply the patches

2) Extract ‘DSF_1xDVD5.7z.001…DSF_1xDVD5.7z.007‘ contents

3) Move ‘Common’ folder from game’s installation folder to ‘DSF_DVD5′ folder (don’t overwrite the contents)

4) Launch FreeArc and then compress all files\folders in the root of Game’s installation folder except:

Locale\foreignlanguages folders
FirewallInstallHelper.dll file
GameuxInstallHelper.dll file
fwecmd.exe file
gdfcmd.exe file
jre folder
Uninstall folder

Output archive: DSF
Compression: -mx -ld800mb
Make exe: Not checked

5) Move ‘DSF.arc’ to ‘DSF_DVD5′ folder

6) Burn or make iso with label name of your choice


this is info file:

http://img12.imageshack.us/img12/9499/dsfel.jpg (http://imageshack.us/photo/my-images/12/dsfel.jpg/)


when I try to start the setup it crashes.. where is the problem?? :confused:

pakrat2k2
03-01-2012, 22:36
read post #16

Eraser_LH
04-01-2012, 07:31
i read, the archive is not damaged (i checked it), i also tryed -mx -ld400m but nothing changes..

pakrat2k2
04-01-2012, 08:45
ive done the conversion on 2 pcs XPX86 W7X64 and had no issues with crashing. Make an ISO from the conversion, mount it & test install from there. try turning off AV too.

Eraser_LH
04-01-2012, 11:05
I already tried to do as you said, but unfortunately I did not get results and I can not understand what the problem is :(

pakrat2k2
04-01-2012, 13:38
what OS are you using & version of freearc ?

Eraser_LH
05-01-2012, 05:27
win 7 32bit (RAM 2GB), freearc 0.666

pakrat2k2
05-01-2012, 06:33
well if you cant use this conversion, uninstall the game, reinstall it add any patches then try yener's converter here

http://fileforums.com/showthread.php?t=91962&highlight=driver

d00m3d
25-01-2012, 13:37
Here (http://www.cd-2-dvd.com/) it is

I wish you would reupload those files used in your conversion as forum attachments, as Fileserve doesn't allow sharing of files anymore, and I cannot download them! :(

pakrat2k2
25-01-2012, 22:19
Uploaded files from Peter's Driver San Francisco (DVD9 to 1x DVD5) *INNO+FreeArc*Conversion posted on cd-2-dvd

Conversion by peterf1999

1) Install the game and then apply the patches

2) Extract ‘DSF_1xDVD5.7z.001…DSF_1xDVD5.7z.007‘ contents ( uploaded here as Fileserve links Dead )

3) Move ‘Common’ folder from game’s installation folder to ‘DSF_DVD5′ folder (don’t overwrite the contents)

4) Launch FreeArc and then compress all files\folders in the root of Game’s installation folder except:

Locale\foreignlanguages folders
FirewallInstallHelper.dll file
GameuxInstallHelper.dll file
fwecmd.exe file
gdfcmd.exe file
jre folder
Uninstall folder

Output archive: DSF
Compression: -mx -ld800mb
Make exe: Not checked

5) Move ‘DSF.arc’ to ‘DSF_DVD5′ folder

6) Burn or make iso with label name of your choice

d00m3d
26-01-2012, 03:51
Thank you pakrat2k2 :)