News | Forum | People | FAQ | Links | Search | Register | Log in
Mapping Help
This is the place to ask about mapping problems, techniques, and bug fixing, and pretty much anything else you want to do in the level editor.

For questions about coding, check out the Coding Help thread: https://www.celephais.net/board/view_thread.php?id=60097
First | Previous | Next | Last
Terrain 
in the last shot I can see a vertex meeting the middle of an edge in the top-down view; surely that's not a good idea, as it might not line up ingame? 
Kinn 
Could you circle the area you see this in? Worldcraft reports no problems, and neither does quake. I've made a flatter, bigger mound recently. 
A Good Rule Of Thumb 
When using the triangle method is to never have more than three triangles sharing the same point...otherwise it can look too artificial.

There's a good tutoral map at gamedesign.net for doing the triangle method. 
 
"triangle method" is called 'trisouping'. 
"Hi My Name Is Sean, I Work At Raven" 
I am the definitive Quake resource on this board because they pay me to glue models together at Raven. But when the Bobs stop by Madison, I'll have the same fate as Michael Bolton. 
All Right, All Right 
"triangle method" is also called 'trisouping'

Is that better? 
Phait 
Are you confusing me with Starbuck again? (Hint: same colour name != same person) 
Ahhh 
D'oh 
Terrain With No More Than Three Tris Sharing Any Given Point? 
Good rule of thumb? Try "geometrically impossible".

Six, maybe (four is the minimum). I'd be more inclined to fuck rules of thumb off entirely in this case. 
 
Are you confusing me with Starbuck again? (Hint: same colour name != same person)


No, but if you have the same 1st letter and the same number of letters in your name, then you're the same person ;) 
Starbuck 
Well I was only implying the confusion was caused by nick color and not.....
oh shit 
Heh 
Try "geometrically impossible".

You just aren't trying hard enough 
AguirRe 
I got a *** WARNING 22: Healing degenerate edge at (43 -168 224) in all 3 hulls in a map I'm working on. Your tooltips say to not really worry about it, but I'm wondering why I'm getting this error now when I haven't gotten it before. I have indeed changed a couple things, but none of them were in the region that gave the warning. 
That's Not Unusual 
having such warnings pop up or disappear while changing seemingly unrelated stuff. It can be the editor shuffling things around in the map file or qbsp balancing on the edge due to the float calculations.

Most likely you don't have to worry about it, otherwise check out the position in hull 0 and see if you can find any off-grid vertex. Hulls 1/2 will probably follow a fix for hull 0.

You could also try Tyrann's new qbsp; it has a lot of changed logic that might help. 
OMG! 
No, but if you have the same 1st letter and the same number of letters in your name, then you're the same person ;)

Starbuck is Shambler! 
OK Then 
I just wasted a good hour of my night trying to prove a point, but it was all worth it.

You'll notice that no more than 3 of the "terrain" triangles share any point. You'll also notice that you have the ability to move through some of the brushes, despite the fact that there are no func_illusionary brushes :(

It will eventually compile without those brushes that you can move through if you play with the size and style of the troubled brushes a bit. The .map file is included as well as a .bsp, so have at it.

http://blitz.circa1984.com/terrain.zip

P.S. I suspect that this map file would work flawlessly (i.e. without the move-through-able brushes, in Q2 or Q3) 
 
You'll notice that no more than 3 of the "terrain" triangles share any point

You'll notice the pertinent inclusion of quotation marks around the word 'terrain' :P

No more than 3 triangles share a vertex because this isn't terrain, it's a path
Thanks, AguirRe 
Triangle Method :) 
Hey - this solves many of my problems! 
Ha 
OK, I retract "geometrically impossible", since I admit that you've got some "terrain" here, and that of it's vertexes, none has more than 3 attached triangles. But that's only becuase...

a) I'm a very sweet, lonely guy;
b) "Terrain" is a term flexible enough to encompass not only general solutions to the problem of tiling an area with triangles, but also freaky special cases like this;
c) You're cheating.

PS Nice maplet...especially the trigger_changelevel. :p 
Blitz 
This map compiles perfectly first time with the latest tyr-qbsp. No modifications required. 
Distrans 
Starbuck is Shambler!

Go map. 
Blitz 
Was the point simply to show '3 sharing a point' or were you looking at something else to do with terrain?

I have more than a passing interest in building terrain so am keen to learn anything even if it's not everything. 
Tyrann 
You mean it compiles without the messed up brushes? 
Blitz 
Yup. 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.