#2
16th Sep 2024 at 12:14 AM
Posts: 13,466
Thanks: 3 in 1 Posts
3 Achievements
Downloadable meshes often come with a lot of "unnecessary" texture maps meant for specular/bump/etc., but in most cases you'll just want the "diffuse" textures (the ones that put color and details on the object). If there are multiple, see if there are more than two. If so, you likely need to remap the mesh to fit the original textures into fewer maps, at least if you want everything to be recolorable (TS2 items can have 2 recolorable subsets, but additional ones won't be recolorable - items with several large textures tend to add to memory issues like pinkflashing/crashing/etc., so you don't want to add too many).
Remapping for these kinds of meshes is pretty much just resizing each UVmap and refitting them inside a new UVmap.
Extract the UVmaps for each mesh subset in Blender. Use a picture editing program to make a 1024x1024 (or whichever size would fit, though I'd not recommend going larger), Overlay the UVmaps on the textures, and resize/refit to the new map (if possible, use sizes like 512x512 and such, which makes it easier to resize the actual UVmap in Blender later, as it's possible to scale in increments).
Then use the new texture as a background for the UVmap in Blender, and scale everything so it fits with the new UVmap picture.