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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25-10-2012, 09:39
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
Okay... What am I doing wrong?

I Installed the game, patched it up, installed the DLCs, moved the content of folders from My Documents\BioWare\Mass Effect 2\ to C:\ME2_Conv\Conversion\Mass Effect 2\ (conversion files), changed the
#define ProgramFiles "C:\Program Files\Mass Effect 2"
to
#define ProgramFiles "F:\Program Files\Mass Effect 2"
(I installed the game on my F drive)
and when I start compiling, compiling ends in 11 seconds and all that gets compiled are the files of configuration (those moved from My Docs).

Log entries from INNO: http://pastebin.com/tnzTdVBD
(Didn't want to spam the page with wall of text, uploaded to pastebin)

Last edited by HellRazor; 25-10-2012 at 09:47. Reason: Added log from INNO.
Reply With Quote
Sponsored Links
  #2  
Old 25-10-2012, 10:11
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by HellRazor View Post
Okay... What am I doing wrong?
You're not doing anything wrong, it's my mistake. I fixed on new attachment can your try it please ?

Cheers
Reply With Quote
  #3  
Old 25-10-2012, 10:32
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
Error popped-up now.
(with new attachment)

Last edited by HellRazor; 21-10-2014 at 17:19.
Reply With Quote
  #4  
Old 25-10-2012, 10:37
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
Okay... I removed that line (157) and it works now... Compiling is under way...

By the way, final size of the game is
Code:
18,1 GB (19.509.855.690 bytes)
That is with everything installed.
Code:
Game
1.02 Update
All 23 DLCs
- Aegis Pack
- Alternate Appearance Pack 1
- Alternate Appearance Pack 2
- Arrival
- Blood Dragon Armor
- Arc Projector
- Cerberus Weapon & Armor
- Collectors' Weapon & Armor
- Equalizer Pack
- Firepower Pack
- Mass Effect: Genesis
- Firewalker Pack
- M-29 Incisor
- Inferno Armor
- Kasumi: Stolen Memory
- Normandy Crash Site
- Overlord
- Recon Hood
- Sentry Interface
- Lair of the Shadow Broker
- Terminus Weapon & Armor
- Umbra Visor
- Zaeed: The Price of Revenge

You should edit Setup.ini and change
Code:
GameSize=12000
to
Code:
GameSize=20000
Also, in your new attachment you changed #define location for location of the game to
Code:
#define ProgramFiles "E:\Program Files (x86)\Mass Effect Collection\Mass Effect 2"
You might want to change that back to
Code:
#define ProgramFiles "D:\Program Files\Mass Effect 2"

Last edited by HellRazor; 25-10-2012 at 10:43.
Reply With Quote
  #5  
Old 25-10-2012, 10:53
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
@HellRazor,

deleted that line from iss, also fixed setup.ini, thanks for feedback.

On the other hand, editing game location is not necessary nor important since, everyone is diffferent. (I could edit it, but saw your post late)

Cheers
Reply With Quote
  #6  
Old 25-10-2012, 10:56
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
Quote:
Originally Posted by REV0 View Post
On the other hand, editing game location is not necessary nor important since, everyone is different.
Yeah, I understand that.
You can edit the topic to reflect the changes because, not all of the people know what and where to look. There are people who just started with this and they will be looking for the current location described in the guide and they won't be able to find it.
Reply With Quote
The Following User Says Thank You to HellRazor For This Useful Post:
REV0 (25-10-2012)
  #7  
Old 26-10-2012, 10:22
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
IT'S ALIVE!!!

Ahem... What I meant was...

It works. Compiled, made .iso files and installed it successfully.

Windows 7 x86

Sizes of .iso files:
DVD1 - 4,37 GB (4.695.173.120 bytes)
DVD2 - 4,33 GB (4.650.102.784 bytes)
DVD3 - 4,14 GB (4.449.513.472 bytes)

There was one setback. First compile made the conversion create one Setup-4a.bin file with 150-ish MB in size. Using in consideration that structure of DVD3 was just enough to take all space of the disk with adding the Redist folder, there was no enough space to push that .bin file onto 3rd DVD so I had to change the size of the slice sizes. So...

If anyone encounters the problem where your compiler makes Setup-4a.bin with approx 150MB in size, change
Code:
DiskSliceSize=1500000000
to
Code:
DiskSliceSize=1550000000
and re-compile.

Once again, thanks for this, @REV0.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Mass Effect 1 - 2xDVD5 [1 LANG + ALL DLCs + INNO SETUP + TRILOGY COMPATIBLE] REV0 PC Games - CD/DVD Conversions 4 12-06-2017 09:21
Mass Effect 3 (All updates & DLC's - 4xDVD5) - Inno Setup Fabioddq PC Games - CD/DVD Conversions 6 01-06-2014 16:42



All times are GMT -7. The time now is 08:42.


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