View Single Post
  #3  
Old 15-07-2013, 17:39
NTurky NTurky is offline
Registered User
 
Join Date: Jan 2012
Location: Argentina
Posts: 41
Thanks: 17
Thanked 22 Times in 10 Posts
NTurky is on a distinguished road
Really nice conversion REV0.

Only thing I've changed are the EULAs and READMEs (Spanish in my case).
If any one want them, I attach the original ones (EN and ES).

EDIT

I've done some more testing, and you're missing some important registry keys. At least Pinnacle Station didn't work without them:

Code:
Root: HKLM; SubKey: "SOFTWARE\Electronic Arts\Electronic Arts\Mass Effect (tm)\ergc"; ValueName: ; ValueData: FFFFFFFFFFFFFFFFFFFF; ValueType: string; Flags: UninsDeleteKey;
Root: HKLM; SubKey: "SOFTWARE\Electronic Arts\Electronic Arts\Bring Down the Sky\ergc"; ValueName: ; ValueData: FFFFFFFFFFFFFFFFFFFF; ValueType: string; Flags: UninsDeleteKey;
Root: HKLM; SubKey: "SOFTWARE\Electronic Arts\Electronic Arts\Mass Effect Pinnacle Station\ergc"; ValueName: ; ValueData: FFFFFFFFFFFFFFFFFFFF; ValueType: string; Flags: UninsDeleteKey;
(Where FFFFFFFFFFFFFFFFFFFF is YOUR product key)

Both Mass Effect (tm) AND Pinnacle Station are needed for that DLC to work. Don't know if Bring Down The Sky is fully working without the key though.

P.D: If you have a 4 cores processor, you can compress the same data twice as fast using lzma2 instead of lzma and adding these lines:

Code:
CompressionThreads=2
LZMANumBlockThreads=2
LZMAUseSeparateProcess=yes
(compile time before was 43 minutes in my system, and now it is 20 using these changes).
Attached Files
File Type: zip Eula-Readme.zip (24.9 KB, 63 views)

Last edited by NTurky; 20-07-2013 at 21:28.
Reply With Quote
The Following 4 Users Say Thank You to NTurky For This Useful Post:
guille83 (22-03-2014), lMoyo (06-07-2014), maxair101 (04-04-2015), pakrat2k2 (26-07-2013)