[ART] Custom Wall Textures - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: [ART] Custom Wall Textures (/thread-25520.html) Pages:
1
2
|
RE: Custom Wall Textures - Daemian - 06-22-2014 I don't know what you mean. Keep it square, scaled, full size, whatever. Don't mind the black areas, just drop your texture, save it as dds and check how it looks in the editor, then you edit the image all you want until it looks good for you. btw, remember you're using the default material(.mat) file for that texture (castlebase_wall.dds), so it's ok if you see spec and normals from the original texture. You may want to change that later if you have your own spec&normals. RE: Custom Wall Textures - Acies - 06-24-2014 brrrrrrr... don't attempt to fit textures into existing UVs, won't look good Better to make something yourself, even though it might be simple! By that I mean create some simple, easily uvmapped geometry in a modeling program and fit textures into that. One should also be careful when taking textures from cgtextures and just generating a normal+specular+gloss for them. Will turn out noisy and 'wrong'. Ultimately it depends on what you can pass off as 'okay' depending on the amount of work you are willing to put in. I could make a 'basic tutorial' for this if people are interested in this sort of thing. RE: Custom Wall Textures - Daemian - 06-24-2014 Nah, for castlebase models, you don't need new uvs at all. They're all square and organized, easy to place your own texture. imo, ofc. RE: Custom Wall Textures - AGP - 06-24-2014 (06-24-2014, 03:00 PM)Acies Wrote: brrrrrrr... don't attempt to fit textures into existing UVs, won't look good Better to make something yourself, even though it might be simple! By that I mean create some simple, easily uvmapped geometry in a modeling program and fit textures into that. A tutorial would be nice, as I only very vaguely understand. |