A script extender for REDengine 4 (Cyberpunk 2077).
RED4ext is a library that extends REDengine 4. It will allow modders to add new features, modify the game behavior, add new scripting functions or call existing ones in your own plugins.
This library is similar to:
Note: Until more research and engine understanding is done consider this a playground and use at your own risk.
- Download and install Visual Studio 2019 Community Edition or a higher version.
- Clone this repository.
- Clone the dependencies (
git submodule update --init --recursive
). - Go to the
premake
directory and rungenerate_projects.bat
. - Open the solution (
RED4ext.sln
) located inprojects
directory. - Build the projects.