# Merging existing tattoos: into a clean template

## Summary

**Published**: 18 May 2024 by YoursTrulyBilly\
**Last documented edit**: 18 May 2024 by YoursTrulyBilly

This is an **optional sub-page** for the [](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/custom-tattoos-and-scars/merging-existing-tattoos "mention") guide. Only follow the steps here if you want to merge into a clean template — otherwise, you can go on!

### Adding the target file

We will merge both of these tattoos into the file that's loaded by the VTK framework. To get that, we'll download the Modding resources from xBaebsae's [VTK mod](https://www.nexusmods.com/cyberpunk2077/mods/7054?tab=files).

{% hint style="info" %}
For a list of which frameworks overwrite which files, you can check [overlay-list](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/custom-tattoos-and-scars/converting-between-tattoo-frameworks/overlay-list "mention")
{% endhint %}

1. In the downloaded zip file, open the subfolder `xBaebsae_VanillaHD_Body`
2. Extract the `base` folder inside into your Wolvenkit project, subfolder `source\archive`:

<figure><img src="https://1427525421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2Fgit-blob-1448d03efd922bc7c062f059c38ce219d69a8821%2FScreenshot%202024-05-18%20151455.png?alt=media" alt=""><figcaption></figcaption></figure>

3. You only need `v_textures\body`, so you can delete the folder `characters`.

{% hint style="success" %}
The file `v_body_d.xbm` contains the naked body texture. You can use that as a reference!
{% endhint %}

<div><figure><img src="https://1427525421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2Fgit-blob-9b468d785f149e6abcc0ba0da209fc2b9f7459eb%2FScreenshot%202024-05-18%20151548.png?alt=media" alt=""><figcaption><p>You should now have these files:</p></figcaption></figure> <figure><img src="https://1427525421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2Fgit-blob-aa74298126f4ca39f40ae937183a3129361f06d6%2FScreenshot%202024-05-18%20151354.png?alt=media" alt=""><figcaption></figcaption></figure></div>

4. Now, rename `v_overlay.xbm` (for example to `v_overlay`**`_0.`**`xbm`)

### Why am I renaming this?

Tattoo frameworks work by loading certain **overlays** on top of the regular skin texture. Due to technical limitations, these overlays must be **hardcoded**.

You want to create a new overlay with the merged textures from both of your `.archive` mods. Since all these files will change the same .xbm file, we're creating a backup here.

<img src="https://1427525421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2Fgit-blob-c0c1d97c83c383638efa93654d8275fd21fe5e59%2FScreenshot%202024-05-18%20151943.png?alt=media" alt="" data-size="original">


---

# 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/npcs/custom-tattoos-and-scars/merging-existing-tattoos/merging-existing-tattoos-into-a-clean-template.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.
