# REDmod

REDmod is a **modding framework** and a set of command line **tools** for modding *Cyberpunk 2077* that allow you to compile script and tweak source files and allow for sound and animation modding.

## Installation <a href="#installation" id="installation"></a>

> To start creating mods or using mods for *Cyberpunk 2077* you must first install REDmod.

REDmod is shipped as free DLC with the game. You need to add it inside the platform store (GOG, Steam, Epic).

* ​[DLC Link on GOG](https://www.gog.com/game/cyberpunk_2077_redmod)​
* ​[DLC Link on Steam](https://store.steampowered.com/app/2060310/Cyberpunk_2077_REDmod/)​
* ​[DLC Link on Epic](https://store.epicgames.com/p/cyberpunk-2077)​

#### GOG <a href="#gog" id="gog"></a>

<figure><img src="https://820263885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2FsJBvMQt0o4EmXIvHsmaL%2Fdlc_gog_store.png?alt=media&#x26;token=30e519b0-f45f-4d8e-b11e-134b37087c57" alt=""><figcaption></figcaption></figure>

#### Steam <a href="#steam" id="steam"></a>

<figure><img src="https://820263885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2Flrcb1uHHNoLua1g3XGPS%2Fdlc_steam_store.png?alt=media&#x26;token=4b8f22f8-05fb-44d5-85c0-feb3e2f44d49" alt=""><figcaption></figcaption></figure>

When REDmod is installed correctly you will find a new folder `tools/redmod` inside your game root directory, with subfolders: `bin`, `scripts`, `tweaks`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://solaartw.gitbook.io/developer/documentation/utilities/redmod.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
