# Normal Maps

GEM 2 Normal Map Conversion

**Variant 1:**

1. Load your original Normal Map that you want to convert,
2. Copy the whole **RED** channel into the **ALPHA** channel,
3. Turn the whole **RED** channel **BLACK**,
4. Turn the whole **BLUE** channel **WHITE**,
5. Save file as DDS BC3 (DXT5) color map,

**Variant 2 (Best Results):**

1. Load your original Normal Map that you want to convert,
2. Copy the whole **GREEN** channel into the **ALPHA** channel,
3. Copy the whole **RED** channel into the **GREEN** channel,
4. Turn the whole **RED** channel **BLACK**,
5. Turn the whole **BLUE** channel **WHITE**,
6. Save file as DDS BC3 (DXT5) color map

{% hint style="info" %}
Tutorial provided by Leonatos Invictus
{% endhint %}


---

# 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://gem-2-modding-community.gitbook.io/gem-2-modding-community/materials/normal-maps.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.
