# Setting Up Sollumz Shaders

### Setting up proper Sollumz Shaders

For your textures and materials to work correctly inside of GTA V, you will need to use 'Sollumz Shaders'. these are simply materials that are set up correctly for use with GTA V assets.

To get started, within the Sollumz Tools found in the Toolbar, navigate to Drawables -> Shader Tools

<figure><img src="/files/n254MuzWCuf5jm5CjVT8" alt=""><figcaption><p>Sollumz Shader Tools Panel</p></figcaption></figure>

Here you can find a list of all usable shaders within GTA V. you will quickly notice just how many shaders there are, and you might be intimidated by the amount, but around 80-90% of these shaders are not used frequently or at all for props.

Next, we will need to decide which shader is right for our asset. some key things to keep in mind when deciding which shader to use are:

* Does my asset utilize a normal map?
* Does my asset utilize a specular map?
* Do my textures contain an alpha channel?

for this example, the asset uses a normal and specular map, but no alpha. so for this shader we will use "normal spec".&#x20;

#### Creating the Shader

So now that we have decided which shader we will be using, we can now go ahead and create the shader. To do so, you can either press CTRL + F within the shader list and search for "normal\_spec", or you can scroll manually.

Once you have located the shader, select it by clicking it. it should now be highlighted. next, select your prop model, and click the "Create Shader Material" button.

<figure><img src="/files/UW2yeSwr1FruybRuisni" alt=""><figcaption><p>Sollumz Shader Tools Panel</p></figcaption></figure>

### Applying textures to your new shader

If you now navigate to the Material tab on the bottom right panel with your prop model selected, you will see your newly created shader.&#x20;

<figure><img src="/files/wSmkaUX79X0fUG0VX0zO" alt=""><figcaption><p>Material Panel</p></figcaption></figure>

another thing you will notice is the "Sollumz" tab within the Material tab. Within this Sollumz tab is where you will be controlling everything related to this specific shader.

If you expand the Texture Parameters panel, you will see the 3 different texture slots:

* DiffuseSampler (Diffuse / Colour map)
* BumpSampler (Normal / Bump map)
* SpecSampler (Specular Map)

you can go ahead and click the folder icon on the right to open up the file explorer window and select the corresponding textures for each.

<figure><img src="/files/FfvPfRSjjbGB4XHChNJi" alt=""><figcaption></figcaption></figure>

Once you apply each texture, ensure the BumpSampler Color Space is set to "non-Color" otherwise it will look incorrect within blender, but will be fine when you export.

<figure><img src="/files/dhMMc3kfIhNRAqC4e4er" alt=""><figcaption><p>Color Space</p></figcaption></figure>


---

# 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://docs.sollumz.org/tutorials/creating-props/setting-up-sollumz-shaders.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.
