Illegal Brushes
BulletHead
Join Date: 2004-07-22 Member: 30049Members
<div class="IPBDescription">Edges without opposite faces</div> True or false... these are IMPOSSIBLE to correct / avoid...
Cause I have a friggan SQUARE brush that serves as a wall that has been labled with this error... I have a LOT of errors like this (I think 7 last compile) and no way to fix em... re-shaping the brushes doesn't help <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html//emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo-->
Any ideas?
Cause I have a friggan SQUARE brush that serves as a wall that has been labled with this error... I have a LOT of errors like this (I think 7 last compile) and no way to fix em... re-shaping the brushes doesn't help <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html//emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo-->
Any ideas?
Comments
False
I'd almost say it's an issue with how Batch Compiler slices up the brushes of 90* angle walls... I should probably go thru and change all my 90* intersections to like, 45* huh...
-use big grids, dont use grid in scale 1, you will get alot leaks and bad brushes.
-second use alt+p to check valid brushes
-try make more brushes to fit in the place, maybe trying something look right, but the compiler doesnt, so share in small brushes to take place of the trouble area.
-if need send to my gmail your map and i will help.
Brushes <i>must</i> have at least 4 faces. A two 'sided' brush is a flat object that is only composed of as many vertices as it has sides. A quadrilateral (square) has only 4 vertices. A pentagon has 5, etc.
You cannot make flat brushes, the best you can do is to make a pyramid, that is, use the Spike tool. If you want a square, you put the four vertices in the area where the square is, and remember this is important, put the pyramid tip on the side opposite the texture. So if you start out with a spike that has the point facing up in the z axis, and you need it to point down, you have to invert the object in the z axis. It's kind of hard to explain.
I've already requested that the compile tools automatically recognize faces and possibly handle them. This may resolve other problems such as face splitting which often occurs due to the fact that everything ingame has depth causing improper connections, but when two polyhedra connect in a line there is absolutely no need to split either.
You do mean it has to have atleast 5 faces, right? Can't imagine how a 4 sided brush would look... <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
Ahh, right. Sorry. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
yeah, I meant cube <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html//emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo-->
I'm stuuupid
What did you do to vertex-edit it?
A plane, that is, a two dimensional surface, can be defined by 3 points. But when you have a square, such as the side of a cube, there are 4 vertices for that side on the cube. What happens when these 4 points do not all have the same properties (that they do not lie on the same plane.) Well, this means the vertices are not <i>coplanar</i>... if you were to make an equation that described the plane (two dimensional surface) that the four points resided on, you would have an empty set.
The solution is to manually split the cube so that the adjusted face is made of two triangles. Because triangles are made up of three points, it is <i>impossible</i> for the triangle's vertices not to be coplanar.
Bullet Head, in Hammer I want you to make a Vis Group of the problem brushes, and save the map. Then email it to me or upload it to a website. I will look at your brush.
Also, have you tried doing an Alt-P (Check for Problems) in Hammer? This would tell you if you have brushes with non-coplanar sides.