The VG Resource
Ripped Android textures from game appear white? - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Textures Resource (https://www.vg-resource.com/forum-113.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-117.html)
+---- Thread: Ripped Android textures from game appear white? (/thread-41214.html)

Pages: 1 2


RE: Ripped Android textures from game appear white? - Jasper7438 - 11-10-2022

So the way I assume the coloring works is that the color is multiplied with the white texture [which I think is an ambient occlusion texture].

Each part of the bag is a separate mesh, so we can just assign the same material to each part of the bag that has the same color.

The materials are very simple, mostly just the white texture multiplied with a color, easily done in Blender with a MixRGB node. The chain material is slightly different since it uses transparency.

The textures for the lace and rose decal are missing so I can not tell you how I would set them up.

[Image: attachment.php?aid=14199]


RE: Ripped Android textures from game appear white? - LegendaryZelda - 11-10-2022

Alright, thank you so so much! I can’t explain how appreciate I am, this had me stumped forever!