Beautiful Arcades Created 12 years ago2011-10-09 08:45:15 UTC by Striker Striker

Created 12 years ago2011-10-09 08:45:15 UTC by Striker Striker

Posted 12 years ago2011-10-09 08:46:36 UTC Post #299853
I just played a recent uploaded map, fy_dystopia.
User posted image
I was impressed with the architecture and I would like to be able to create arcades like that too(notice the higher one and then those on the right of the image), but almost every time when I try some complicated geometry I fail.

I request some help, or links to some tutorials. Also, I think I knew how to make half spheres in the past( de_dome duh... but I made that with the messiest method possible), are there any tutorials for a proper one around?
Striker StrikerI forgot to check the oil pressure
Posted 12 years ago2011-10-09 10:26:30 UTC Post #299854
The key is essentially clipping every cuboid brush into tetrahedrons (cross-cut in every view). Then you can transform-rotate that object (Ctrl+M) at any angle, forming any geometry you want without errors. Using that method to rotate also keeps every vertice on-grid, which keeps everything nice & clean.
Daubster DaubsterVault Dweller
Posted 12 years ago2011-10-09 10:31:38 UTC Post #299855
Yeah, use only triangles and just practice...
Posted 12 years ago2011-10-09 11:06:33 UTC Post #299856
I kind of understand the theory, and that's what I thought of also( remembering the tetrahedron terrain in hl1). But I really need a starting point, a practical example, or a tutorial :).
Striker StrikerI forgot to check the oil pressure
Posted 12 years ago2011-10-09 11:16:21 UTC Post #299857
There is a dome tutorial, no idea where, try interlopers.

Displacements can do this fairly easily.

Also: Arch tool is your friend.
Posted 12 years ago2011-10-09 12:01:09 UTC Post #299858
Using that method to rotate also keeps every vertice on-grid, which keeps everything nice & clean.
Hmmmm... no. Hammer 4 and up messes up your (advanced VM'ed) brushwork whenever you exit out of hammer and reload your map. It's been doing that ever since the SDK first came out and Valve never fixed it.

YAY for Propper!
The Mad Carrot The Mad CarrotMad Carrot
Posted 12 years ago2011-10-09 13:00:08 UTC Post #299859
Except that's source.
Jessie JessieTrans Rights <3
Posted 12 years ago2011-10-09 13:07:01 UTC Post #299860
Damn, how good do you have to map to confuse Atom...
Stojke StojkeUnreal
Posted 12 years ago2011-10-09 14:04:57 UTC Post #299861
Confused? How am i confused?
The Mad Carrot The Mad CarrotMad Carrot
Posted 12 years ago2011-10-09 18:14:59 UTC Post #299864
You mentioned H4, and the map in the pic is for GoldSrc.
Stojke StojkeUnreal
Posted 12 years ago2011-10-09 18:22:57 UTC Post #299866
Oh shoot!

I guess i WAS confused then! I totally thought that was Source. :nuts:
The Mad Carrot The Mad CarrotMad Carrot
Posted 12 years ago2011-10-09 21:18:34 UTC Post #299867
Edit: OK, start with 2 half arches and cross them together:
example

Note the points of intersection between them:
example

Clip them so that the points of intersection line up:
example
Always remember to check if this caused any vertices to fall off the grid. If this happened, just correct them with some quick VM work. You can also cut each brush of the arch into a triangular prism if this causes any invalid solids.

Duplicate and mirror your brushes, then put some space between them:
example

For that cool thin piece, you can just duplicate half of one of your arches...
example

...and use VM to match all of the vertices:
example
You shouldn't ever have to worry about these becoming invalid solids because all of the brushes' faces will all be oriented the same way. This piece should ALWAYS be at a 45 degree angle.

You only need to do this once. Just duplicate the rest:
example

So this is what you end up with.

For more complex structures or wider angles, like the curved walls to the right and far left of your screenshot, start with one arch that is wider than the other.
Posted 12 years ago2011-10-10 19:32:55 UTC Post #299886
I am giving a slap on my face right now! It was that simple...

Thank you very much Soup Miner. Your help is appreciated :^_^:
Striker StrikerI forgot to check the oil pressure
Posted 12 years ago2011-10-11 03:53:56 UTC Post #299893
Glad I could help.
Posted 12 years ago2011-10-11 09:26:13 UTC Post #299896
Wow cool, thanks Soup!
Stojke StojkeUnreal
Posted 12 years ago2011-10-12 11:06:05 UTC Post #299931
Another question for which I don't want to create another thread:

Is this tunnel made by using half of a torus?
User posted image
Striker StrikerI forgot to check the oil pressure
Posted 12 years ago2011-10-12 11:41:28 UTC Post #299933
How else? You can't make a structure like this by hand. I don't know Source too good but it's made either with a crushed half of a torus or with displacements. But I can guarantee the process is automated.
Posted 12 years ago2011-10-12 12:52:15 UTC Post #299935
You could make it by hand, impertfectly of course but still pretty perfect as far as is possible with the limitations of everything having to be on grid. It would take work, but it could be done.
Alabastor_Twob Alabastor_Twobformerly TJB
Posted 12 years ago2011-10-12 12:58:25 UTC Post #299936
Yeah, it's easy, it only takes time. And the only problem is the lighting and clipping bugs when you're making something like this on GoldSrc, however new vluzacn's compiling tools (vhlt) should help a lot.
Posted 12 years ago2011-10-12 16:10:50 UTC Post #299939
It's not a displacement. I turned on mat_wireframe 3 to check this:
User posted image
User posted image
User posted image
You can't make such a perfect tunnel curve manually. I mean, look at the polygons. They get larger and larger as they reach the outer curve. You have to use a torus for such a thing.
From the image it seems that the tunnel is mostly constructed using the arch tool, and then for the curve a torus is used.

These images are from a mod I recommend you playing, it's a fair amount of time (I think I played about half an hour): Joutooma(Hl2:Ep2 mod).
Striker StrikerI forgot to check the oil pressure
Posted 12 years ago2011-10-12 16:25:16 UTC Post #299940
You could try building around a torus.
Make a torus, place brushes on the outside of the torus, and delete the torus.
You must be logged in to post a response.