First of all you should not have overlapping UVs in your 0-1 UV space when baking, you should offset the overlapping shells by 1 in U or V (This is not moving them to another UDIM either, games rarely use UDIM workflow anyway). Moving the overlapping shells across basically mean they will be ignored when baking. Each pixel…
just working this out in my head, I would do the following: attach the beam to 1 toggle the beam off (so the player can not see it) set up a trace between 1 and 2 if the trace from 1 hits 2, toggle the beam on if you apply this logic to each box (you will need to set up traces between all boxes) the beam will appear to…
YOu may have this problem: http://www.mapcore.org/topic/15556-udk-foliage-lighting-woes/ It is quite bugged, unless that has been fixed in the latest UDK. Last time I tried it was still broken. 128 is not a good idea for foliage, as it needs to get all lightmaps from each foliage cluster (default 100 instances per cluster)…
//edit: didnt mention that, but the sprite sheet is for animations, so the images have to go from left to right - top-down Hey all, iam just wondering how a good spritesheet workflow would be. My curently workflow is 1. Render Animation 2. Put all in one Css file on top of each other and Crop 3. Save them out via script 4.…
Hello and I am DarkUnicycle. I am the Lead Developer of Hard Hat Games. We are a small company, that has recently just started a project called Davyd. It is a horror title, but it takes it a step forward into horror just has many great horror titles have done such as Outlast, The Doom Series, and the Slenderman Series. In…
No, not quite. Material 1 and 2 are not being blended together by the heightmap. The 2 different materials are assigned just per face and this is a simplified example of how some of the Madagascar assets were done. Material 1 consists of 2 main textures. Texture set A - Grass (controlled by blue vert paint to bring this…
Subdivision sketch: it's not the topology. One question that's asked over and over is: "How can this shape be attached to a curved surface?" At some point, often when just learning how to model, most artists end up asking this question in one way or another. The short answer is: just match the segments when possible and…
UPDATE: This issue has been solved and had nothing to do with textures or meshes, in this case the problem was caused by a file called sharedbones.qci, after replacing it with another version randomly found, the problem was fixed. more info in this reply: http://www.polycount.com/forum/showpost.php?p=1764090&postcount=30…
Hello and I am DarkUnicycle. I am the Lead Developer of Hard Hat Games. We are a small company, that has recently just started a project called Davyd. It is a horror title, but it takes it a step forward into horror just has many great horror titles have done such as Outlast, The Doom Series, and the Slenderman Series. In…
Hello and I am DarkUnicycle. I am the Lead Developer of Hard Hat Games. We are a small company, that has recently just started a project called Davyd. It is a horror title, but it takes it a step forward into horror just has many great horror titles have done such as Outlast, The Doom Series, and the Slenderman Series. In…