69
editsAd placeholder
Modding:Armor/Clothing Texture Maps: Difference between revisions
Jump to navigation
Jump to search
m
→Armor/Clothing Texture Maps (Advanced)
Line 196: | Line 196: | ||
There are some Glow Map shaders that let you set colors via a ColorMap, which essentially is a colored gradient - these are more often used for VFX stuff than armor/clothing. | There are some Glow Map shaders that let you set colors via a ColorMap, which essentially is a colored gradient - these are more often used for VFX stuff than armor/clothing. | ||
=== 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>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. | 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|frameless|438x438px]][[File:Example_of_shader_use_with_Alpha.png|alt=Example of shader used + _BM with Alpha|border|frameless|587x587px]] | [[File:Example_of_BMA_file_with_Alpha_channel.jpg|border|frameless|438x438px]][[File:Example_of_shader_use_with_Alpha.png|alt=Example of shader used + _BM with Alpha|border|frameless|587x587px]] | ||
=== Backfaces (Two-sided textures) === | === Backfaces (Two-sided textures) === |