For the complete documentation index, see llms.txt. This page is also available as Markdown.

What is REDscript?

REDscript is a very cool language :^)

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.

Let's get started

Getting StartedLanguage ReferenceCommon Patterns

Websites & Community

Last updated