REDscript is an open-source programming language and toolset designed to work natively with Cyberpunk 2077's scripting runtime. REDscript allows modders to write scripts that extend and modify many features of the game such as user-interface, combat balance, NPC behavior, and more.
It uses the file extension .reds (e.g. MyMod.reds). When .red files are placed in the Cyberpunk 2077\r6\scripts folder (or its subfolders), they get compiled and merged with the game's internal scripts on start.
{% content-ref url="https://app.gitbook.com/s/-McniwB8YOK2HnJ7SYg_/getting-started" %} Getting Started {% endcontent-ref %}
{% content-ref url="https://app.gitbook.com/s/-McniwB8YOK2HnJ7SYg_/language" %} Language Reference {% endcontent-ref %}
{% content-ref url="references-and-examples/common-patterns/" %} common-patterns {% endcontent-ref %}
{% embed url="https://github.com/jac3km4/redscript" %}
{% embed url="https://www.nexusmods.com/cyberpunk2077/mods/1511" %}
{% embed url="https://discord.gg/Epkq79kd96" %}