Skip to content

CDPR-Modding-Documentation/Redscript-Wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home

What is REDscript?

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

{% 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 %}

Websites & Community

{% embed url="https://github.com/jac3km4/redscript" %}

{% embed url="https://www.nexusmods.com/cyberpunk2077/mods/1511" %}

{% embed url="https://discord.gg/Epkq79kd96" %}

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors