How to add a console (Mass Effect 3)
Today I dug into the Manual for the Mass Effect 3 utilities and found there how to add a console, but nothing went, here is the instructionLet's edit the executable of the game. For this we need a free Hex editor XVI32.
Before work, make a backup copy of the game executable: "game directory> Binaries> Win32> MassEffect3.exe".
To edit the executable correctly, you need to know its version.
To view the version, click on the file with the secondary mouse button and select "Properties", look at the "Details" tab.
Or launch the game configurator: "game directory> Binaries> MassEffect3Config.exe", look at the "Game" tab.
So, open the startup file of the program: XVI32.exe.
Select the "File> open ..." tab and open the game executable: "game directory> Binaries> Win32> MassEffect3.exe".
Step 1. Data
search Use search (Ctrl + F) "Search> Find ..." and insert the data into the "Hex string" column:
- data for version 1.2: A0 7B 6B
- data for version 1.3: 90 38 6A
- data for version 1.4: 40 7E 6B
Step 2. Search for address
We repeat the search (F3) until we see the required address in the column "Adr. hex":
- address for version 1.2: 1518AEC
- address for version 1.3: 151DCF4 or 151DCEA
- address for version 1.4: 152FCF4 or 152CDB4
If no matches were found, you will have to check each address in order,
Step 3. Replacing data
Open the replacement window (Ctrl + R) "Search> Replace ...".
Here, the "Find> Hex string" column contains the data we are looking for.
In the "Replace with> Hex string" column, insert the replacement data:
- replacement data for version 1.2: 60 31 D6
- replacement data for version 1.3: B0 91 D5
- replacement data for version 1.4: 90 25 68
Press "OK". Save (Ctrl + S) "File> Save". Everything.
9 Comments
m
mindExx
19.11.21
for a crack from reloaded v1.5.5427.124
in the file MassEffect3.exe, at 0x1514564 replace (20 1D 6B) with (30 A3 D5)
for lice it is better to use the launcher from WarrantyVoider (by me3explorer'a)
http: //me3explorer.freeforums .org / me3-dlc-patcher-t374.html
N
Nikita Kuksenko
19.11.21
there is another option, if it does not find the previous lines:
try to look for the address 0x1514557 and there already replace (20 1D 6B) with (30 A3 D5)
it worked for me
S
Sergej39
19.11.21
mindExx
My thanks.
PS: does anyone know how to unlock all achievements at once? UnlockAchievement (with ME2) doesn't work.