RED4ext.SDK
A library to create mods for REDengine 4 (Cyberpunk 2077).
What is this library?
RED4ext.SDK 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 mods.
This library is similar to:
Usage
Header only version
Include the header files in your project and use a C++17 compiler.
Static library version
Add the header files and the source files to your project, define RED4EXT_STATIC_LIB
and use a C++17 compiler.
Build instructions
- Download and install Visual Studio 2019 Community Edition or a higher version.
- Clone this repository.
- Go to the
premake
directory and rungenerate_projects.bat
. - Open the solution (
RED4ext.SDK.sln
) located inprojects
directory. - Build the projects.
Contributing
Do you want to contribute? Community feedback and contributions are highly appreciated!
For general rules and guidelines see CONTRIBUTING.md.