Hi, how is it possible to something as thing, usually when i have a large surface on a 2k map it looks like the resolution is so low after i scale the texture,. is there a rule when it comes to mapping large surfaces? also when using a modular workflow for parts in games how to avoid seems without placing a separate object…
For a large asset like this it's either tiling textures or modular pieces, or a mixture of both. Of course the windows/doors/etc can be unique. What I will say though is that if going modular then I advise using dynamic lighting. You don't have to worry about overheads for a scene like this and you can completely avoid the…
@ Sabor Yeah, I'm trying to make it as modular as possible while of course not looking boring! I can't really make the tower and the brick/shingle awning thing modular. I was playing with the idea of adding a hero asset too but that depends on how it's looking later. @ luge Thanks! This is my first time doing something…
Adam, earlier you mentioned that you stuck with Terrain objects despite the fact that it can't do modular blending. By modular blending, do you mean the advanced material blending techniques shown for instance in the tutorial you linked earlier? http://www.chrisalbeluhn.com/UDK_Advanced_Vertex_Painting.html If so, am I…
So i've made a modular building with 2x 1024 texture sheets + normal/spec, and have about 40+ differint modular pieces, and now i want to import them in to UDK from 3ds max. my question is, do i have to export each individual piece one by one? or is there a way which i can export them all at once. Thanks, Michael NOTE:…
Hey PC, I'm having some issues with my modular scene having some really bad seam issues. I'm honestly not sure what is causing it and I'm not a pro at UDK, so I'm hoping you guys can help. The modular pieces seem to be tiling just fine in max, but when I get them in UDK, the lighting or something is chewing up the seams…
I started to concept this project some time ago and now I´m going to focus on it a bit more. The goal is to create a large moon surface with different modular buildings (interiors too). I created a huge landscape and tweaked lighting to match something that might be on moon. I also made few modular building pieces and…
If you still haven't sorted it, you could try some of the following, - Select all the modular floor units, turn off subdivisions in the advanced options. (Will treat all the floor as one mesh when being lit and not modular pieces) - Try what the other two said I had an issue like this, it was a mix of not having the option…
This is looking fantastic Pogo. I'm really digging the wood grain over everything, makes it feel as if its from the 70's or 80s lol. If you mind me asking, are you using modular textures on these pieces (I can see alot of stuff repeated around), and are the pieces of the corridors and other areas modular as well? e: didn't…
Tiling = 4x4 tiling Combined = Mutiple textures combined by script for memory Unique = Maps that only can be used for one specific mesh (or family of that mesh) Trimstrip = Usually Modular use. You unwrap the modular pieces to a set UV layout of that tileset. Usually trimstips and tiling that required mesh division Atlas =…