Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Display Modes
  #1  
Old 05-04-2013, 06:40
andrei222's Avatar
andrei222 andrei222 is offline
Registered User
 
Join Date: Feb 2011
Location: the center of universe
Posts: 107
Thanks: 29
Thanked 32 Times in 19 Posts
andrei222 is on a distinguished road
The Saboteur 1xDVD9 to 1xDVD5

Many thanks to yener90 for the source and pakrat2k2 for help

1.Install the game and update 1.3 and remove non eng files and folders
My final game size in english only is 5.83 gb but i think with multi 2 will work
Download attachment and unzip were you want except gamefolder

2.Launch and compress the following folders
PHP Code:
AnimText
Cinematics
DLC
FaceFX
France
G15
Global
Recordings
Sound
Support 
and use
PHP Code:
Output archiveSetup-1b.bin
Compression
: -m4 normal
Make exe
Not checked 
3.Move setup-1b.bin and folders already compressed to a temp folder or somewere

4.Open installscript.iss and edit the following lines
PHP Code:
#define SourcePath "D:\games\The Saboteur" 
5.Now move setup-1b.bin to The_Saboteur_1xdvd5 folder

6.Copy from your DVD to The_Saboteur_1xdvd5 folder\redist
PHP Code:
Directx(folder)
DotNet2Redistributable(folder)
vcredist_x86_en.exe 
You can create a iso and burn to dvd with any label
and if you have a problem please report me, becouse this conversion is not tested yet







Attached Files
File Type: 7z The_Saboteur_1xDVD5.7z (10.74 MB, 185 views)
__________________
I'll make him an offer he can't refuse.

Last edited by andrei222; 05-04-2013 at 08:17.
Reply With Quote
The Following 3 Users Say Thank You to andrei222 For This Useful Post:
doct0r3one (12-09-2021), ferv (08-04-2013), sarrah (08-04-2013)
Sponsored Links
  #2  
Old 05-04-2013, 12:20
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,028 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
your autorun.inf has bad label LOL
label=Gears of War

it should be
label=The Saboteur

testing on W7x64 will report back

EDIT:

also need in setup.ini

[ExtractSettings]
FreeArcFile1={src}\Setup-1a.bin;DestDir:{app}\;Disk:1 ;PrecSrep:0; > added this missing line??
FreeArcFile2={src}\Setup-1b.bin;DestDir:{app}\;Disk:1 ;PrecSrep:0; changed file to #2

Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1=DXRedist\DXSetup.exe > change to Directx
LaunchArg1=/silent

Launch2=vc redist x86
Launch264=0
Launch2BeforeInstall=0
LaunchCom2=Redistributable/vcredist_x86_en.exe > added foldername
LaunchArg2=

Launch3=Dotnetfx2 ( for 32 bit users )
Launch364=0
Launch3BeforeInstall=0
LaunchCom3=DotNet2Redistributable\dotnetfx.exe
LaunchArg3=

THEN if only have 32 bit system can delete last section

Launch4=netfx64
Launch464=0
Launch4BeforeInstall=0
LaunchCom4=DotNet2Redistributable\netfx64.exe
LaunchArg4=



Compiled Langscript.iss to generate Autorun.exe ( not necessarily needed.)
changed autorun.inf
Code:
[Autorun]
open=Autorun.exe
icon=Setup.ico
label=The Saboteur
NO Language deletions, Final size 4.15GB
Installed fine. Just the above changes

Last edited by pakrat2k2; 05-04-2013 at 13:05. Reason: addt'l info
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
andrei222 (05-04-2013), sena87 (05-04-2013)
  #3  
Old 08-04-2013, 12:52
ferv's Avatar
ferv ferv is offline
Registered User
 
Join Date: Apr 2009
Location: Argentina
Posts: 34
Thanks: 61
Thanked 111 Times in 42 Posts
ferv is on a distinguished road
Hi, I´ve tested with internal compression lzma2/ultra and no language deletion, final size 4.33 Gb w/Redistributables. Installed fine in W7 x64 (I also applied pakrat2k2's corrections)
Reply With Quote
  #4  
Old 08-04-2013, 15:05
sarrah sarrah is offline
Registered User
 
Join Date: Mar 2013
Location: Schweden
Posts: 2
Thanks: 3
Thanked 0 Times in 0 Posts
sarrah is on a distinguished road
All is confused.

I have makes all changes und have 1DVD5 with all Languages the Disc Size is 4.33 with Redist...

But if i will Install come Error ->

An error occurred while decompression: Archive header is corrupt!
Unarc.dll returned an error code:-14
ERROR: this is not FreeArc Archive or this Archiv is corrupt

I Hope any can help me.
Reply With Quote
  #5  
Old 08-04-2013, 15:38
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post

THEN if only have 32 bit system can delete last section

Launch4=netfx64
Launch464=0
Launch4BeforeInstall=0
LaunchCom4=DotNet2Redistributable\netfx64.exe
LaunchArg4=
wrong^^
enable
Launch464=1
-> means it will be only installed and shown on 64 bit systems.
so dont delete. you dont know what system you will get later^^
Reply With Quote
The Following User Says Thank You to yener90 For This Useful Post:
sarrah (08-04-2013)
  #6  
Old 08-04-2013, 15:42
sarrah sarrah is offline
Registered User
 
Join Date: Mar 2013
Location: Schweden
Posts: 2
Thanks: 3
Thanked 0 Times in 0 Posts
sarrah is on a distinguished road
Works Great !

1DVD5 with all languages = Sizes 4.33 GB

Compession: lzma2/ultra !

With Changes From Pakrat2k2 (Thank You)
and Changes From Yener90 (Thank You too)

By lzma2/ultra must Remove the follow lines in Setup.ini


Quote:
[ExtractSettings]
FreeArcFile1={src}\Setup-1a.bin;DestDir:{app}\;Disk:1 ;PrecSrep:0;
FreeArcFile2={src}\Setup-1b.bin;DestDir:{app}\;Disk:1 ;PrecSrep:0;
Install Time ~ 7 minutes.

Last edited by sarrah; 08-04-2013 at 18:40.
Reply With Quote
  #7  
Old 08-04-2013, 15:47
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,028 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by yener90 View Post
wrong^^
enable
Launch464=1
-> means it will be only installed and shown on 64 bit systems.
so dont delete. you dont know what system you will get later^^
thanks for the tip, I was actually only adding the missing 32bit dotnet that wasnt even listed. ( never paid any attention to the lines actually, just copy/paste from original post )
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
sarrah (08-04-2013)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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
Cabela's Hunting Expeditions 1xDVD9 -> 1xDVD5 [INNO Setup] (1 Lang. English only) tonet666 PC Games - CD/DVD Conversions 6 30-03-2017 11:38
Afterfall InSanity - EXTENDED EDITION 1xDVD9 -> 1xDVD5 [INNO Setup][1 Language-Englis tonet666 PC Games - CD/DVD Conversions 1 29-04-2014 01:56
Cabelas Dangerous Hunts 2013 1xdvd9 to 1xdvd5 one language english ander01 PC Games - CD/DVD Conversions 16 19-11-2013 10:09
HARD RESET - EXTENDED EDITION 1xDVD9 -> 1xDVD5 [INNO Setup][1 Language-English] tonet666 PC Games - CD/DVD Conversions 2 27-11-2012 10:45



All times are GMT -7. The time now is 15:26.


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