> 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/spline-material-properties-monowire.md).

# Spline material properties (Monowire)

## Summary

**Created:** Oct 19 2024 by [mana vortex](mailto:undefined)\
**Last documented update:** Oct 19 2024 by [mana vortex](mailto:undefined)

Based on research by **Aanderz** and **wizard bakery**

This page documents monowire materials and their properties.

{% hint style="info" %}
The monowire's wire is a `spline`, not a regular mesh. It will appear invisible in 3d preview and behave in interesting ways if you put any different shader on it than the intended one. Please fuck around, find out, and then document your results!
{% endhint %}

## Monowire Material

`base\fx_shaders\nanowire_string_spline_deformed.mt`

<table><thead><tr><th width="254"></th><th></th></tr></thead><tbody><tr><td>MainColor</td><td>Influences the color but is overridden by Temperature</td></tr><tr><td>EmissiveMaskPower</td><td>Influences the brightness of the Monowire, but Temperature takes priority.</td></tr><tr><td>StartGradient</td><td>Influences the gray wire near the hand. Set to -1 to disable.</td></tr><tr><td>NoiseScale</td><td>Influences the animation of the Monowire, but Temperature takes priority.</td></tr><tr><td>NoiseAmount</td><td>Noise scale and amount set how much the wire wobbles when used. Unstable wires, which wobble across the entire screen, are set to a scale of 1.5 and amount 50.</td></tr><tr><td>Thickness</td><td>Influences the thickness of the Monowire.</td></tr><tr><td>MinimumEmissive</td><td>Influences the brightness of the Monowire, but Temperature takes priority.</td></tr><tr><td>Emissive</td><td>Influences the brightness of the Monowire, but Temperature takes priority</td></tr><tr><td>Temperature</td><td>The key value. The higher the value, the brighter it gets, and it changes color in the following order as it increases: black → red → orange → yellow → white</td></tr></tbody></table>


---

# 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/spline-material-properties-monowire.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.
