FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Battlefield 3 (2xDVD9 -> 4xDVD5) (https://fileforums.com/showthread.php?t=92118)

yener90 25-10-2011 08:26

Battlefield 3 (2xDVD9 -> 4xDVD5)
 
1 Attachment(s)
Battlefield 3 2xDVD9 -> 4xDVD5 Converter

FreeArc need to be installed on your system.
Uses newest CI -> 6.0 :D

BIG THX TO BAMsE -> HE MADE THE GRAPHICS FOR BATTLEFIELD 3 ALSO GIVE ME IDEA FOR CI 6.0 :D:D:D

1. Install the game

2. Download attachment, extract completely(wherever you want) and launch converter.exe.

3. Select the drive, where the TEMP folder should be and click on "Convert"
-> You can enable Create Iso function

4. Burn temp folder or burn the ISO file

DVD1 = 4.20 GB
DVD2 = 4.07 GB
DVD3 = 3.89 GB
DVD4 = 3.59 GB

FINISHED!!!:D:D:D

Time: 10 min :D

Screenshots:
http://img717.imageshack.us/img717/7307/scr1xz.jpg
http://img843.imageshack.us/img843/8836/scr2jz.jpg


fireball70 25-10-2011 08:50

I still don't understand, what's the meaning of Uses newest CI -> 6.0 :(

yener90 25-10-2011 08:52

Quote:

Originally Posted by fireball70 (Post 397397)
I still don't understand, what's the meaning of Uses newest CI -> 6.0 :(

Ci = Custom Installer :D
not important :D

zyo 25-10-2011 11:34

possible to do 3dvd?

also is multilanguage supported?

yener90 25-10-2011 11:37

yes supports all languages.
3xdvd is possible by deleting foreign language

kozakis 25-10-2011 11:44

Any clue - what to delete just to keep one languge ???

Infernum666 25-10-2011 13:39

Not work for me. When I click on convert I get a window almost instantly (Mission Accomplished ...) and the isos are not created. Help?

yener90 25-10-2011 13:44

Quote:

Originally Posted by Infernum666 (Post 397413)
Not work for me. When I click on convert I get a window almost instantly (Mission Accomplished ...) and the isos are not created. Help?

then burn the folders.
dont know why for some iso creator making bugs...
i tested 90 times...everytime no problem.

kozakis 25-10-2011 13:50

Quote:

Originally Posted by yener90 (Post 397406)
yes supports all languages.
3xdvd is possible by deleting foreign language

the convertion works perfect .. thanks !1!
do you have any clue on how to delete the other languages & keep just english ??

yener90 25-10-2011 14:02

i created an other thread....look there :)

phill05 25-10-2011 14:11

yener90 and BAMsE: Really great work guys, well done. The graphic for this installation is really great and original :) music too. It had to be hard to create it or not? Thank you once again :)

fireball70 26-10-2011 02:26

Quote:

Originally Posted by yener90 (Post 397398)
Ci = Custom Installer :D
not important :D

hoho...:D
Thanks, your converter works great on win 7 32bit:)

Infernum666 26-10-2011 09:20

Quote:

Originally Posted by yener90
then burn the folders.
dont know why for some iso creator making bugs...
i tested 90 times...everytime no problem.
But the folders are empty. Are only the files of your conversion.
I have the reloaded version. Thanks!

yener90 26-10-2011 09:22

check if the program files folder in converter is correct...
you know warez is not supported here...

kroy82 27-10-2011 08:59

Quote:

Originally Posted by Infernum666 (Post 397413)
Not work for me. When I click on convert I get a window almost instantly (Mission Accomplished ...) and the isos are not created. Help?

The same problem. Help PLS:(

sarmadi 27-10-2011 09:24

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\

Scarlet Blade 27-10-2011 16:45

5 Attachment(s)
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!

http://fileforums.com/attachment.php...1&d=1319759039

http://fileforums.com/attachment.php...1&d=1319759039

http://fileforums.com/attachment.php...1&d=1319759567

http://fileforums.com/attachment.php...1&d=1319759039

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

pakrat2k2 27-10-2011 17:39

Quote:

Originally Posted by Scarlet Blade (Post 397534)
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.

Scarlet Blade 27-10-2011 17:51

Quote:

Originally Posted by pakrat2k2 (Post 397535)
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)! :p

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

himanshu23 27-10-2011 18:41

thanx

u always make BEST conversion.

also thanx for Driver San fansico Conversion

Can u tell the Art of making these conversion???

Grumpy 27-10-2011 19:20

Quote:

Originally Posted by Infernum666 (Post 397460)
I have the reloaded version. Thanks!

You also have a 3 month holiday from these forums to read the Forum Rules regarding 'warez' ;)

pakrat2k2 27-10-2011 19:27

Quote:

Originally Posted by Scarlet Blade (Post 397537)
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)! :p

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

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.

Scarlet Blade 28-10-2011 06:26

Quote:

Originally Posted by pakrat2k2 (Post 397542)
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 :D, 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.

cover.stalker 08-11-2011 18:00

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.

pakrat2k2 08-11-2011 19:20

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.

Xaelin 13-03-2013 10:26

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


http://img201.imageshack.us/img201/9656/b31h.png
http://img43.imageshack.us/img43/3093/b32k.png

vifon 06-04-2013 13:04

yener90s conversion worked. But DVD4 is empty and DVD1 is 13GB (Data2.cab is 9GB).


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

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