A tool that dumps the scripting RTTI from RED4 engine (Cyberpunk 2077).
- Get the latest RED4ext.
- Compile the poject.
- Copy the build artifacts to
<game_root>/red4ext/plugins
. - Run the game.
- Download and install Visual Studio 2019 Community Edition or a higher version.
- Extract the content of Premake 5 in the
premake
directory. - Clone this repository.
- Go to the
premake
directory and rungenerate_project.bat
. - Open the solution (
RED4.RTTIDumper.sln
) located inproject
directory.