> 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/materials/configuring-materials/fx-material-properties.md).

# FX Material Properties

For a list of effect materials, check [Cheat sheet: Materials](/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews/cheat-sheet-materials.md) -> [Cheat sheet: Materials](/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews/cheat-sheet-materials.md#fx-shaders)

## metal\_base\_glitter

This shader glimmers

`base\fx\_shaders\metal_base_glitter.mt`

<table><thead><tr><th width="208"></th><th></th></tr></thead><tbody><tr><td>BaseColor</td><td>path to your texture.xbm (Diffuse/Albedo)</td></tr><tr><td>BaseColorScale</td><td>an RGB color value</td></tr><tr><td>Roughness</td><td>path to your roughnessMap.xbm (if you have one)</td></tr><tr><td>Metalness</td><td>path to your metalnessMap.xbm (if you have one)</td></tr><tr><td>Normal</td><td>path to your normalMap.xbm (<a href="/pages/lCzCPN9IonS08U9RBpbJ">if you have one</a>)</td></tr></tbody></table>

{% embed url="<https://i.imgur.com/SdgQ6c8.mp4>" %}

## holo\_mask

`base\fx\_shaders\holo_mask.mt`

### hologram

`base\fx\_shaders\hologram.mt`

Holo material ([example .mi](https://github.com/CDPR-Modding-Documentation/Cyberpunk-Modding-Docs/blob/main/_example_mods_and_templates/material_templates/holo/hologram_material_template.mi))

## oda\_helm

`base\fx_shaders\oda_helm.mt`

## Silverhand Overlay

`base\materials\silverhand_overlay.mt`

To give your mesh a silverhand's arm holographic glitch effect you can use the `silverhand_overlay.mt` file. It uses a mlmask, mlsetup and is an emissive.

In game example for its usage can be located in the overlay\_arm material in the mesh: `base\characters\common\player_base_bodies\player_man_average\special\a0_001_pma_cyber__silverhand_overlay.mesh`

Decal submeshes will not project onto a mesh with silverhand\_overlay applied to it.

## Lighting

You can find a mesh-as-effect as component inside `base\characters\cyberware\player\a0_003__mantisblade\appearances\a0_003_wa__mantisblades_edge.app`


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/materials/configuring-materials/fx-material-properties.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
