amorphos098 Posted December 3, 2015 Share Posted December 3, 2015 (edited) Face & body textures only use 1 hue? I wanted to make a face then body texture for fallout4, using the photo-clone tool technique, but when I tried it in skyrim the game showed it as black. Looking at existing skins, they look like they only have [different shades of] 1 colour, so I assume there is a set hue limit or type of hue which has to be used? Edited December 3, 2015 by amorphos098 Link to comment Share on other sites More sharing options...
jet4571 Posted December 3, 2015 Share Posted December 3, 2015 If you changed the specular and normal and didn't save them as 3dc compression then that's the problem. Link to comment Share on other sites More sharing options...
amorphos098 Posted December 3, 2015 Author Share Posted December 3, 2015 No its just the 2d I deal with ~ the .dds file. It is that which appears to be the same colour throughout. thanks Link to comment Share on other sites More sharing options...
billyro Posted December 3, 2015 Share Posted December 3, 2015 but when I tried it in skyrim the game showed it as black. In Skyrim? :P Anyway, others have had the same issue trying to get higher resolution character textures to work in-game. As of yet, I believe there is no fix. Link to comment Share on other sites More sharing options...
amorphos098 Posted December 3, 2015 Author Share Posted December 3, 2015 i had assumed skyrim was more or less the same engine? the texture i made for skyrim was the same size as the one i was replacing.is there no hue limit in fallout then? the skin textures seam so limited compared to natural human skin e.g. copied from photos. Link to comment Share on other sites More sharing options...
ShinraStrife Posted December 3, 2015 Share Posted December 3, 2015 It is but there are some big differences between skyrim and fo4. Even the archives that store the textures are different. Link to comment Share on other sites More sharing options...
jet4571 Posted December 4, 2015 Share Posted December 4, 2015 From Caliente Another way to get correct textures is to export them from your generation tool as a standard map (RGB 8.8.8 for instance) then, strangely, open them in Visual Studio 2013 or above. It happily converts RGB 8.8.8 dds files into BC5 UNORM that works properly in the game. Visual studio is a long road to walk down if that's your only goal, but I think you can get it for free :smile:For diffuse maps, DXT1 (BC1) works of course with hideous compression artifacts, but the RGBA 8.8.8.8 format we used in Skyrim doesn't work. (alpha channel seems to confuse fallout 4) Xun: Well when I export rgb 8.8.8 from photoshop, Fo4 doesn't like it.... body turns all black. Visual Studio tells me the format is RGBA 8.8.8.8. That was a response to XunAmarox and a discussion on normal maps and the new textures directly related to FO4 and the FO4 CBBE version Caliente is making. Can't we just use RGB 8.8.8 for the diffuse if it doesn't like the alpha from RGBA 8.8.8.8? http://www.nexusmods.com/skyrim/mods/2666/?tab=4&&navtag=http%3A%2F%2Fwww.nexusmods.com%2Fskyrim%2Fajax%2Fcomments%2F%3Fmod_id%3D2666%26page%3D1%26sort%3DDESC%26pid%3D0%26thread_id%3D486485&pUp=1 Using DXT5 will make the body all black, DXT1 works with artifacting unless you use 16 bit color then less DDS artifacts. But proper format is BC5 for all the body textures. Link to comment Share on other sites More sharing options...
amorphos098 Posted December 4, 2015 Author Share Posted December 4, 2015 (edited) Thanks for the great responses! So I can save any colours as long as its dds1? I can make any 2d image using a photo-cloning technique, but I use psp and dtx bitmap to export the files into that, so I don’t know much beyond basic dds formats. So why is there only 1 colour used on body/face textures? I had just done a few strokes of the clone brush,and that was enough to make the image go black in game. I had thought that modern game engines were using somehues for the light/bump map? ...hence a limitation. Edited December 4, 2015 by amorphos098 Link to comment Share on other sites More sharing options...
jet4571 Posted December 5, 2015 Share Posted December 5, 2015 The bump map is a normal map and it is definitely using BC5, you can save using 3dc compression. Just make it like you normally would and use that compression. Grab this:http://www.nvidia.com/object/windows_texture_viewer.html Open the original FemaleBody_s.DDS and FemaleBody_n.DDS and in the bottom left corner it says it is ATI2N format, so you save them with 3dc compression or convert with Visual Studio. FemaleBody_d.DDS is using DXT1 compression. I would suggest looking for tutorials on making .dds files that are not just about Bethesda games and mods. As for why they used so few colors is because skin doesn't have a whole lot of color variations on the same person if they look good. You can make the skin texture look like Picasso was high on acid and decide to get into body painting if you want to. Link to comment Share on other sites More sharing options...
amorphos098 Posted December 5, 2015 Author Share Posted December 5, 2015 jet4571Thanks for the link and the info, its good to know the colours aren’t limited. :) Link to comment Share on other sites More sharing options...
Recommended Posts