▫️Red4ext

RED4ext & RED4ext.SDK

RED4ext is a script extender for Cyberpunk 2077, allowing modders to interact or extend the scripting system.

What RED4ext is?

RED4ext is currently only a plugin manager for plugins that extends REDengine 4. It takes care of loading the plugins for the specified game's version.

What RED4ext.SDK is?

RED4ext.SDK is a library that can be used to extend REDengine 4. The library provide the following features:

  • Interacting with the game's scripting VM (e.g. calling functions or accessing class properties);

  • Creating new native classes or functions;

  • Reversed game's structures;

Getting started

Last updated