69
editsMore actions
→Armor/Clothing Texture Maps (Advanced)
Line 201: | Line 201: | ||
=== Alpha (aka Transparancy) === | === Alpha (aka Transparancy) === | ||
Some shader configs allow you to create completely (or partially) transparent parts on armor/clothing without needing to edit the mesh. A standard one is:<blockquote>Materials\Public\Shared\Assets\Materials\Characters\CHAR_BASE_AlphaTest.lsf</blockquote>[ | Some shader configs allow you to create completely (or partially) transparent parts on armor/clothing without needing to edit the mesh. A standard one is:<blockquote>Materials\Public\Shared\Assets\Materials\Characters\CHAR_BASE_AlphaTest.lsf</blockquote>Any transparency is added via the Base Color map, by creating a white Alpha channel and painting in parts you want fully transparent with black (grey for partial transparancy). In the game files these files might be called _BMA instead of _BM, but the naming doesn’t matter - they’re just _BM files exported with Alpha active. | ||
[[File:Example of BMA file with Alpha channel.jpg|border|right|frameless|438x438px]] | |||
[[File:Example of shader use with Alpha.png|border|left|frameless|587x587px|Example of shader used + _BM with Alpha]] | |||