# R\&R: Troubleshooting

## Summary <a href="#summary" id="summary"></a>

**Published:** September 30 2023 by [mana vortex](mailto:undefined)\
**Last documented edit:** May 20 2024 by [mana vortex](mailto:undefined)

This page is a part of the [Recolours and Refits](/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits.md) guide. It will tell you how to deal with the most common problems **specific to this guide**. There will be links to other troubleshooting guides in the text.

{% hint style="info" %}
The troubleshooting steps below will be expanded as people follow this guide and run into problems. If you encounter anything not on the list,

* make sure to double-check the guide — did you complete all required steps in the correct order?
* find @manavortex on the [REDmodding Discord](https://discord.gg/redmodding), for example in #mod-dev-chat
  {% endhint %}

## Import/Export

You can check [Archived: Exporting and importing meshes](/cyberpunk-2077-modding/for-mod-creators-theory/3d-modelling/exporting-and-importing-meshes.md) or see[Troubleshooting your mesh edits](/cyberpunk-2077-modding/for-mod-creators-theory/3d-modelling/troubleshooting-your-mesh-edits.md) for general troubleshooting.

### I can't import my file back

#### Have you moved any files?

File paths are [how Wolvenkit knows](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/usage/import-export#file-structure) which files belong together. If you have moved files, do this:

1. Export the target file again
2. Overwrite the exported file in your project's `raw` folder with your changes
3. Import back

## MLSetupBuilder

You can find tool-specific troubleshooting on [MLSB's wiki page](/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/mlsetup-builder.md#troubleshooting).

### I can't build a depot

That's okay, you can still [complete the guide without a full depot](/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits.md#netrunner-suit-preview), or you can check [MLSetupBuilder's wiki page](/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/mlsetup-builder.md#extract-a-partial-depot) for more instructions.

## Refitting

### My mesh is string cheese!

You either need to [import garment support](/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits/r-and-r-refitting-step-by-step.md#step-7-importing-into-wolvenkit), or [delete the parameters](/cyberpunk-2077-modding/for-mod-creators-theory/3d-modelling/troubleshooting-your-mesh-edits.md#my-mesh-is-string-cheese-exploding-vertices-a-puddle-on-the-floor).


---

# 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://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits/r-and-r-troubleshooting.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.
