924
editsMore actions
Modding:Creating hair merged.lsf with custom texture (edit)
Revision as of 18:15, 10 December 2023
, 10 December 2023no edit summary
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|image=Modding_resources.webp | |image=Modding_resources.webp | ||
}}{{NavModding}} | }}{{NavModding}} | ||
This page shows an example of a _merged.lsf.lsx file that can be used to set up a custom texture for your [[Guide:Hair Creation|custom hair]]. | This page shows an example of a _merged.lsf.lsx file that can be used to set up a custom texture for your [[Guide:Hair Creation|custom hair]]. To use, replace your _merged file with this example and then use the Replace function to replace the MATERIALUUID and TEXTUREUUID with two new UUIDs, respectively. Also, ensure the file paths are changed from Em_New_Hair_Template to whatever your file path is. | ||
<syntaxhighlight line="1" lang="xml"> | <syntaxhighlight line="1" lang="xml"> | ||
Line 458: | Line 458: | ||
</region> | </region> | ||
</save> | </save> | ||
</syntaxhighlight> | </syntaxhighlight> |