69
editsMore actions
→Armor/Clothing Texture Maps (Advanced)
Line 81: | Line 81: | ||
== Armor/Clothing Texture Maps (Advanced) == | == Armor/Clothing Texture Maps (Advanced) == | ||
One can read [[Modding:Creating Outfit Textures|here]] to learn about the actual creation of textures for your custom armor/clothing, and check out [[Modding:Coding An Item|here]] for more in-depth explanations on inserting your textures into a mod. This section is only meant to expand on the previous one with some images and the occasional code example, and with only brief mentions of texture editing. | One can read [[Modding:Creating Outfit Textures|here]] to learn about the actual creation of textures for your custom armor/clothing, and check out [[Modding:Coding An Item|here]] for more in-depth explanations on inserting your textures into a mod. This section is only meant to expand on the previous one with some images and the occasional code example, and with only brief mentions of texture editing. | ||
=== Shader (Configs) === | === Shader (Configs) === | ||
Line 196: | Line 195: | ||
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) === | ||