0 of 0

File information

Last updated

Original upload

Created by

cafo678

Uploaded by

cafo678

Virus scan

Safe to use

Tags for this mod

Documentation

Readme

View as plain text

WHAT THIS IS:

Here is a DLL that dumps a list of complete game Names and Objects data of FVII Remake.

Names and Objects are 2 arrays generated by UE4 that stores all major data of the game.
More info here: https://www.youtube.com/watch?v=P1OqJ3vZQeo

I've also updated the 2 files of my dump if someone doesn't want to inject the DLL but want just to see the data.
In the zip file there is also the Source Code.

Please note that this mod it's probably of no use to no one and that the code may be wrong as I am a pretty noob reverser.

More than a release, this is just a starting point to understand the data of the game is someone want to give it a try and form a community.

HOW TO READ THE DUMPS:

Pretty simple every object in the game refers to its name via an ID.
In the Objects dump there is every object of the game, its ID, its name and its adress in memory.
In the Names dump there all the names used by the game in sequential order, with the ID.

Keep in mind that the addresses change every time the game is launched, so if you want to find a specific address for a specific object or variable, you need to inject the DLL.

HOW TO USE:

Inject the DLL in the game, you will find the dumps in the same folder of the .exe.

NOTE:
When injecting the DLL the game may crash, this is the sign that the dump is not good, so restart the game and re-inject.

WANT TO HELP?:

I'm trying now to dump an sdk but I'm encountering some difficulties since this game was made in UE 4.18 but uses FNamePool structure that is from > UE 4.23 versions and has some more Frankenstein data structures in it.
If u want to help hit me up on Discord: FabrizioCaforio#8273