69
editsAd placeholder
Modding:Armor/Clothing Texture Maps: Difference between revisions
Jump to navigation
Jump to search
→Armor/Clothing Texture Maps (Basic)
Line 134: | Line 134: | ||
</node> | </node> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Some shaders allow for additional maps or features to be used for armor/clothing, such as: | Some shaders allow for additional maps or features to be used for armor/clothing, such as: | ||
Line 204: | Line 203: | ||
=== Backfaces (Two-sided textures) === | === Backfaces (Two-sided textures) === | ||
A way to make your model appear double-sided without editing the mesh, is to use a shader config that allows for Backfaces. A standard one is:<blockquote>Materials\Public\Shared\Assets\Materials\Characters\CHAR_BASE_AlphaTest_2S.lsf</blockquote>[some images for illustration] | A way to make your model appear double-sided without editing the mesh, is to use a shader config that allows for Backfaces. A standard one is:<blockquote>Materials\Public\Shared\Assets\Materials\Characters\CHAR_BASE_AlphaTest_2S.lsf</blockquote>[some images for illustration] | ||
You don’t need to do anything special when switching to this shader, the textures used within the materials will now just appear double-sided. Note that this one also allows for transparency, as a non-VT alternative just for _2s exclusively doesn’t exist for us to use. As long as you don’t have an Alpha channel in your Base Color Map it won’t affect your textures. | You don’t need to do anything special when switching to this shader, the textures used within the materials will now just appear double-sided. Note that this one also allows for transparency, as a non-VT alternative just for _2s exclusively doesn’t exist for us to use. As long as you don’t have an Alpha channel in your Base Color Map it won’t affect your textures. |