Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 27-10-2011, 09:24
sarmadi's Avatar
sarmadi sarmadi is offline
Registered User
 
Join Date: Jun 2011
Location: Planet Earth
Posts: 268
Thanks: 235
Thanked 45 Times in 35 Posts
sarmadi is on a distinguished road
to kroy82 and Infernum666
As I understood from Mr.yener90;
Be sure that the path of the game installation is correct :
C:\Program Files\Battlefield 3\
Reply With Quote
Sponsored Links
  #17  
Old 27-10-2011, 16:45
Scarlet Blade's Avatar
Scarlet Blade Scarlet Blade is offline
Registered User
 
Join Date: Oct 2011
Location: God Knows!
Posts: 21
Thanks: 8
Thanked 12 Times in 4 Posts
Scarlet Blade is on a distinguished road
Hi folks!

First of all, I've managed to get yener90's 4-DVD5 repack kit for Battlefield 3 working on Windows 7 x86 flawlessly, and if I group up all of the CAB files in one folder, then I can just install the game without swapping discs!

Also, I've managed to create a 3-DVD5 (which fills up 2 DVDs completely, with a few megabytes space left on the 3rd DVD) repack with no language files removed using an Inno Setup script I've created BEFORE I've tried yener90's repack kit!

Here's the images for my repack!









However, I'm not fully sure if my layout is correct though and I haven't got around to adding other languages in the "registry" section of the Inno Setup script, and I've should've posted this in a separate thread, but I've decided to talk about it here, seeing as it IS a Battlefield 3-dedicated thread.

Oh, and I forgot one thing LOL - the Inno Setup script is attached to this comment, and if anyone wants to add finishing touches to this script, then feel free to do so! - click here in case you guys miss it: http://fileforums.com/attachment.php...7&d=1319758628
Attached Images
File Type: jpg bf3-sb-rpk.jpg (162.8 KB, 860 views)
File Type: jpg bf3-sb-rpk-1.jpg (64.0 KB, 836 views)
File Type: jpg bf3-sb-rpk-2.jpg (45.1 KB, 866 views)
File Type: jpg bf3-sb-rpk-installsize.jpg (51.8 KB, 854 views)
Attached Files
File Type: 7z BF3_SCARLET_BLADE.7z (11.8 KB, 182 views)

Last edited by Scarlet Blade; 27-10-2011 at 16:53.
Reply With Quote
  #18  
Old 27-10-2011, 17:39
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by Scarlet Blade View Post
Hi folks!

Oh, and I forgot one thing LOL - the Inno Setup script is attached to this comment, and if anyone wants to add finishing touches to this script, then feel free to do so!
You should add the icons/images as well as the script. Put the ISS script file in a folder, images/icons etc in a subfolder of that. Easier to specify ".\images" rather then a long path that may only work for you. Also Specify a sourcepath for game folder, rather then having such a long list of files/folders that are in the game.

IE:

#define SourcePath "C:\Program Files (x86)\Battlefield 3\" at the beginning of the script, in setup section. then the line below in the files section, rather then a huge list of files/folders.

Source:{#SourcePath}*; DestDir: {app}; Flags: ignoreversion recursesubdirs

that way everyone who uses the script can just change 1 line to match their system.
Reply With Quote
  #19  
Old 27-10-2011, 17:51
Scarlet Blade's Avatar
Scarlet Blade Scarlet Blade is offline
Registered User
 
Join Date: Oct 2011
Location: God Knows!
Posts: 21
Thanks: 8
Thanked 12 Times in 4 Posts
Scarlet Blade is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
You should add the icons/images as well as the script. Put the ISS script file in a folder, images/icons etc in a subfolder of that. Easier to specify ".\images" rather then a long path that may only work for you. Also Specify a sourcepath for game folder, rather then having such a long list of files/folders that are in the game.

IE:

#define SourcePath "C:\Program Files (x86)\Battlefield 3\" at the beginning of the script, in setup section. then the line below in the files section, rather then a huge list of files/folders.

Source:{#SourcePath}*; DestDir: {app}; Flags: ignoreversion recursesubdirs

that way everyone who uses the script can just change 1 line to match their system.
Thank you very much pakrat2k2 for your help!

As you can see LMAO, I'm a conversion newbie (only did this twice, with Need For Speed: Hot Pursuit being my previous conversion) so hence I'm a dopey-ass moron when it comes to this kind of stuff, and I've used InnoIDE for simplicity purposes and time (yeah yeah yeah I'm a cheater LOL)!

No offence intended (that's how I am - I tend to be a bit of a "tongue-in-cheek" kind of guy), but like I said, I really appreciate your help pakrat2k2 (and others)!

Last edited by Scarlet Blade; 27-10-2011 at 18:01.
Reply With Quote
  #20  
Old 27-10-2011, 18:41
himanshu23 himanshu23 is offline
Registered User
 
Join Date: May 2009
Location: india
Posts: 23
Thanks: 26
Thanked 4 Times in 3 Posts
himanshu23 is on a distinguished road
thanx

u always make BEST conversion.

also thanx for Driver San fansico Conversion

Can u tell the Art of making these conversion???
Reply With Quote
  #21  
Old 27-10-2011, 19:20
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
Quote:
Originally Posted by Infernum666 View Post
I have the reloaded version. Thanks!
You also have a 3 month holiday from these forums to read the Forum Rules regarding 'warez'
Reply With Quote
  #22  
Old 27-10-2011, 19:27
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by Scarlet Blade View Post
Thank you very much pakrat2k2 for your help!

As you can see LMAO, I'm a conversion newbie (only did this twice, with Need For Speed: Hot Pursuit being my previous conversion) so hence I'm a dopey-ass moron when it comes to this kind of stuff, and I've used InnoIDE for simplicity purposes and time (yeah yeah yeah I'm a cheater LOL)!

No offence intended (that's how I am - I tend to be a bit of a "tongue-in-cheek" kind of guy), but like I said, I really appreciate your help pakrat2k2 (and others)!
no offense taken, and dont worry about it. I was just pointing out a few things you may want to change.. Also go take a look at peter's The Witcher2 Inno script.. download it and see how thing are laid out. See where the subfolders are, whats in them, how the script is laid out. You can actually use that as a starting point for every conversion you want to do. You just change images, reg entries etc., for any new game you want to convert. And using InnoIDE is a good starting point, but using a working script is even better. Nothing wrong with it being your first conversion.

EDIT:

Rather then taking up space within this topic, IF you need any further help, or have any further questions, please PM.

Last edited by pakrat2k2; 27-10-2011 at 19:58. Reason: info for PM
Reply With Quote
  #23  
Old 28-10-2011, 06:26
Scarlet Blade's Avatar
Scarlet Blade Scarlet Blade is offline
Registered User
 
Join Date: Oct 2011
Location: God Knows!
Posts: 21
Thanks: 8
Thanked 12 Times in 4 Posts
Scarlet Blade is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
no offense taken, and dont worry about it. I was just pointing out a few things you may want to change.. Also go take a look at peter's The Witcher2 Inno script.. download it and see how thing are laid out. See where the subfolders are, whats in them, how the script is laid out. You can actually use that as a starting point for every conversion you want to do. You just change images, reg entries etc., for any new game you want to convert. And using InnoIDE is a good starting point, but using a working script is even better. Nothing wrong with it being your first conversion.

EDIT:

Rather than taking up space within this topic, IF you need any further help, or have any further questions, please PM.
Like I said pakrat2k2, I thank you for helping me out on this , and from now on, I'll try to keep this thread on-topic as well (i.e. talk about yener90's Battlefield 3 repack kit) from here on in.
Reply With Quote
  #24  
Old 08-11-2011, 18:00
cover.stalker cover.stalker is offline
Registered User
 
Join Date: Apr 2011
Location: indonesia
Posts: 25
Thanks: 0
Thanked 1 Time in 1 Post
cover.stalker is on a distinguished road
how to convert from 2DVD9 to 4DVD5 but with the original Installer.
not with the CI.
so i dont have to download n install the free arc, etc.
Reply With Quote
  #25  
Old 08-11-2011, 19:20
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
you have the choice of having to either install freearc or INNO as all conversions on this forum usually use one or the other program.

UNLESS a game has an MSI file or autorun.dat that you can edit. BUT then you still have to install a program called ORCA to be able to edit either of those programs. So the choice is still up to you to decide which way you want to go.
Reply With Quote
  #26  
Old 13-03-2013, 10:26
Xaelin's Avatar
Xaelin Xaelin is offline
Registered User
 
Join Date: Dec 2008
Location: Turkey
Posts: 47
Thanks: 259
Thanked 15 Times in 10 Posts
Xaelin is on a distinguished road
Send a message via ICQ to Xaelin Send a message via MSN to Xaelin
3xDVD5 with Update 2 & Update 4
Used yener90's 4xDVD5 conversion files.

* Install game , Apply Patch 2 & Update 4

* Download yener90's attachment, extract completely (wherever you want)
BF3_2xDVD9_4xDVD5.rar in first post.

* Extract (wherever you want) Converter.cab with Winrar or equivalent program.

* Create 3 Temp Folder (Name is : D1,D2,D3).

* In the D1 folder create another folder named: Data
Code:
Except;
Data & Update folder
* Move all files & folders from your Install directory/Data
Except following files;

Code:
cas_04.cas
cas_05.cas
cas_06.cas
cas_07.cas
cas_08.cas
cas_09.cas
cas_10.cas
* Move following files from your game folder in Data folder to in D2 Data folder
Code:
cas_04.cas
cas_05.cas
cas_06.cas
cas_07.cas
cas_10.cas
* Move following files from your game folder in Data folder to in D3 Data folder
Code:
cas_08.cas
cas_09.cas
* Move "Update" folder from your GAME FOLDER to D3 folder

* Go to D1 folder and compress with Freearc all files and folders
Code:
Output Archive: Data1.cab
Compression: -mx -ld800m
Make EXE: not checked
* Go to D2 folder and compress with Freearc Data folder
Code:
Output Archive: Data2.cab
Compression: -mx -ld800m
Make EXE: not checked
* Go to D3 folder and compress with Freearc Data & Update folder
Code:
Output Archive: Data3.cab
Compression: -mx -ld800m
Make EXE: not checked
* Move Data1.cab to BF3_DVD1 folder.
(Inside extracted converter.cab folder)

* Move Data2.cab to BF3_DVD2 folder.
(Inside extracted converter.cab folder)

* Move Data3.cab to BF3_DVD3 folder.
(Inside extracted converter.cab folder)

* Go to BF3_DVD1 folder and open "Setup.ini" and edit following lines , save it & close.

Code:
[ExtractSettings]
FreeArcFile1={src}\Data1.cab;Disk:1 = not change
FreeArcFile2={src}\Data2.cab;Disk:1 = FreeArcFile2={src}\Data2.cab;Disk:2
FreeArcFile3={src}\Data3.cab;Disk:2 = FreeArcFile2={src}\Data3.cab;Disk:3
FreeArcFile4={src}\Data4.cab;Disk:3 = remove this line
FreeArcFile5={src}\Data5.cab;Disk:4 = remove this line
* Burn 3xDVD5 or Make UDF ISO. ( Please before make a test )

Special Thanks for help yener90 & senseman

P.S: I'm so sorry for my english is really very bad & im some rookie this works

Installed folder size 16GB with Updates. Compressed size 11.5GB with Updates.
Data1.cab = 4.06GB
Data2.cab = 4.10GB
Data3.cab = 3.35GB



__________________
you never know what will happen...

Last edited by Xaelin; 14-03-2013 at 05:32. Reason: Spelling
Reply With Quote
  #27  
Old 06-04-2013, 13:04
vifon vifon is offline
Registered User
 
Join Date: Nov 2007
Location: Slovakia
Posts: 11
Thanks: 0
Thanked 4 Times in 3 Posts
vifon is on a distinguished road
yener90s conversion worked. But DVD4 is empty and DVD1 is 13GB (Data2.cab is 9GB).

Last edited by vifon; 06-04-2013 at 14:15.
Reply With Quote
Reply


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
Star Wars The Force Unleashed Ultimate Sith Edition 2xDVD9 to 4xDVD5 DinhOZinhO2 PC Games - CD/DVD Conversions 24 02-12-2021 12:16
GTA IV: Episodes from Liberty City (2xDVD9 to 4xDVD5) senseman PC Games - CD/DVD Conversions 20 10-03-2014 05:34
DarkStar 2xDVD9 to 4xDVD5 moshedavid PC Games - CD/DVD Conversions 1 03-02-2011 12:54



All times are GMT -7. The time now is 22:21.


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