Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.38 KB

File metadata and controls

40 lines (24 loc) · 1.38 KB
description Preparations for REDscripting.

Setup

Summary

Created: Apr 02 2024 by mana vortex
Last documented edit: Jul 21 2026 by Zhincore

For mod users

If you want to install REDscript as a dependency for other mods, see its NexusMods page for instructions.

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

For mod developers

Download and install REDscript just like a regular user.

It is also highly recommended to install an extension to your favorite IDE:

{% content-ref url="setup-for-vscode.md" %} setup-for-vscode.md {% endcontent-ref %}

{% content-ref url="setup-for-jetbrains-ides.md" %} setup-for-jetbrains-ides.md {% endcontent-ref %}

For other IDEs checkout the README on redscript-ide GitHub page directly:

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

You can also download the CLI (command-line interface) if you want to manually compile/decompile some REDscript code.

The latest REDscript releases are available on GitHub.

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