> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/cyberpunk-2077-modding/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/blender-scripts-and-plugins.md).

# Tools, scripts and plugins

## Tools

### red4-conflicts

Check a folder with .archive files for conflicts (which files modify the same resource)

1. Download from [Fuzzo's github](https://github.com/rfuzzo/Cyberpunk-utility/releases/tag/red4c-v0.1)
2. Extract somewhere
3. call via command line: `red4-conflicts.exe "c:\Path\to\Cyberpunk 2077\archive\pc\mods"`
4. Profit

### SoundDB

Web tool allowing you to search for **voice-overs**, **music** and **sound effects** of the game.\
Available on <https://sounddb.redmodding.org/>.

See the Finding audio page for a usage guide:

{% content-ref url="/pages/HBH5VN4aEPZZEjOw10Jy" %}
[Finding an audio file](/cyberpunk-2077-modding/modding-guides/sound/finding-an-audio-file.md)
{% endcontent-ref %}

### Python Helper Scripts

Create Inkatlas files, error checking and more.

<https://github.com/DoctorPresto/Cyberpunk-Helper-Scripts>

## Blender

### Blender Plugins

|                                                                               |                                                                                    |
| ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [Import with material](https://github.com/WolvenKit/Cyberpunk-Blender-add-on) | for WKit export "With Materials"                                                   |
| [TexTools](https://github.com/SavMartin/TexTools-Blender)                     | <p>Justifies UVs, generation of hair cards<br><em>Mesh has to be in quads</em></p> |

### Blender Scripts

|                                                                                                          |                                             |
| -------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| [Merge armatures (rigs)](https://github.com/Simarilius-uk/CP2077_BlenderScripts/blob/main/Merge_rigs.py) | Ctrl+J only works if they don't share bones |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/blender-scripts-and-plugins.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.
