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).