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
Further Curve Investigations. 
Phait, If you make your curves correctly, you will NEVER have such cracks.

I'm gonna try and get a little more specific than my previous and post some editor screenshots, as I have no webspace to post .map examples of my attempts.

#1 = http://img180.imageshack.us/img180/7114/spiral19yy.png
OK. First we have a 12 point cylinder, with each edge raised 64 units higher than where it began. I used vertex editing with split faces, because while doing it with split faces off or edge dragging would save the the flat face of the platform, the edge points don't meet up anymore and become misaligned by tiny amounts. By reading CZG's tutorial again it appears as though triangulating the platform face one way or another is the only way to make the edge points meet up.

Actually, I found an exception to that while messing with doing the same thing with 24 point curves (0:2 1:4 2:4 3:3 4:2 4:1 2:0). Observe:

#2 = http://img138.imageshack.us/img138/2264/24pointloft1dv.png
As long as the curved brushes to be spiraled remain essentially skewed rectangles, you can drag their edges to loft them without any misalignments. But as soon as they are, umm... parallelograms, (like the middle and edge brushes, with differing angles on the short edges) you can't. Hence why in that pic they are flat, whereas the rest raise higher. I just thought that was interesting.

#3 = http://img260.imageshack.us/img260/4605/fuckedupskew8ik.png
OK, here's where the trouble starts. We have a nice large 12 point curved pipe. Nice, except for the selected section, which i have attempted to skew upwards by ctrl+leftclicking. Really fucking ugly. So... since those brushes are not "skewed rectangles" like I worked with in #2, I don't expect skewing or edge dragging to work at all. Shall I have to manually vertex edit each face upwards, causing every face to be split?

#4 = http://img22.imageshack.us/img22/4233/clampgrid88qk.png
Let's look closer at where the interior points of this pipe fit onto. Yikes, they only clamp on a grid of 8. That's not... that bad, but i'm not entirely confident the ratios I'm working with are right.

#5 = http://img230.imageshack.us/img230/8914/loftgrid88mx.png
Let's try and make that bottom brush loft upwards 128 units. Whoops, radiant won't let me push the last vertex up the last 8 units. I guess that means it would make an invalid brush. Fuck. So I'm nowhere farther than when I started this post, but maybe you all have some clue of what I'm going on about.

Is there some ratio that the whole pipe would have to be lofted by, that relates to the interior ratios of the pipe itself, that are required for this to work??

I hope those imageshack links work, otherwise this post will make very little sense. 
BTW 
Phait, If you make your curves correctly, you will NEVER have such cracks.

That was my point of posting what I did.

BTW, you got Radiant working on OS X. Does it still require that X11 bullshit? 
I Played Around 
with the idea because I have never made a coil before, and thess are the results: yeap, I use Radiant too (though I use 1.2.11 now because it is the latest version that supports my system downgrade).

http://img50.imageshack.us/img50/7129/joequake0146ua.jpg 
The First Solution 
to making any prefab is to at least scale the x,y and z coordinates to double what you intend the object to be in game.

I'd be glad to write of a little tutorial but someone would need to point me to a no frills screen capture program, or if there is screen capture built in to Radiant, tell me how to use it.

BTW, once you have the coil built, hallowing it out for player walkthrough is tremendously easy. 
Phait 
You set the width of the spotlight cone with the angle key (default 40 degrees). In my Light tool you can also specify an inner cone for a more gradient spotlight. Please check the readme for details. 
Grahf 
As you mentioned, the four-sided planes made on these brushes cannot be contorted so their edges meet up. Unfortunately, because of their shape, you can't split these brushes into triangles. Without using lots of brushes for each of the 12 sides on the pipe, and without hollowing, I don't know how to accomplish this.

So basically there wasn't much point to this post.

Are you still in Greensboro from August through May? 
Mkay Then. 
 
Mkay Then, Responses... 
Phait: some ingenious bastards created an installer for radiant 1.4 and 1.5 makes it almost idiotproof to install. No fink dependencies or compiling your own source bullshit, it basically does everything for you and makes an application package with all the radiant subfolders in it. take a look if you have a spare mac: http://www.redsaurus.net/gtkradiant/index.php Runs beautifully.

Headthump: If I recall the pipe i was taking screenshots of was 512 units across, which was the size I wanted it. Theoretically those curves can be made at almost any size and scaled almost to any size; it just worried me that such a large pipe had interior points on such a small grid. If I try to make architecture inside the pipe that matches up to the same proportions, it will probably end up aligning to a grid of 4, which is rather smaller than I'd prefer to go. But I suspect it'll be inevitable. As long as all the points match up, QBSP's cool with it, right?

That screenshot you got there is pretty close to what I was envisioning. How well does that snap to the grid? Will it scale well to about 8-16 times that size? and what do you mean by "hollowing it out is easy?" If you mean using the hollow command in the editor, that is a really awful idea, and a surefire way to make qbsp hate you.

RPG: Yeah I know it's hard, I'll keep trying. And actually yes I'll be coming back to gboro sometime this Aug, even though I graduated last may. You still in, umm, chapel hill was it? I'll try and catch you on irc sometime. 
Grahf 
Spare Mac? I have a Powerbook :P

Seems Radiant even with installer, still depends on X11 - which I had installed once - I have Radiant on CD for OS X... but ah, just confusing setup. Anyway - it also requires 10.3 and I'm on 10.2 yet. Oh well. 
Once You Have The Vertice 
correct, the scaling will work fine at larger sizes.

lol, hallowing is a horrible solution to this, unless you are dealing with large areas and a well contained surface (that doesn't split up adjacent brushes in the compilation).

Instead, I would start out with three seperate spiraling brush builds to represent the cieling, wall, roof than the way I started here.

My example above was an octogon, given it is all 45 degrees, the math stays easy. I'm working on a 12 poly sided spiral now, and to be honest I'm not encountering the problems RPG mentioned. It makes me worried I am missing something.

I avoid using the vertice tool, and instead I move the sides into position and cut. It is less messy that way. 
 
phait, doh you're right, but it's apple's X11. I suspect macradiant will always be X11 only unless somebody makes Aqua-native GTK2-wrappers or something, which will probably never happen. And you should upgrade to Tiger (10.4), stuff like Spotlight makes it really worth it.

Headthump, can you show me a .map file? mail me if you'd like: owen dot greenwood at gmail dot com 
Okay, 
I'll send you the first map. The second isn't ready for puplic consumption. 
Grahf 
Check your Guilford e-mail, and then update your profile if that's obsolete. :p 
My Guilford Email Expires In Exactly One Day 
but the mapping help thread is surely not the ideal place for this conversation. :P 
I'm Close To Cleaning Up 
that map I sent you, Grahf. I wouldn't be able to sleep at night without straightening that stuff out. 
Constructing Sloped Curved Tubes 
Thinking about recent questions posted here, I built an acending hollow pipe (that the player can walk in) spiraling around a cylinder. It worked out well, so I cloned it and mirrored it to make a hollow tube figure-eight. Again, no problems.

I am curious how any of that would be possible without using the vertex tool. Can curved tubes be sloped without vertex editing? 
 
I think vertex editing is the only way. In Radiant, edge dragging or skewing makes really messed up brushes that don't align right.

Do you have a picture or .map file of your creation? 
Edge Dragging And Skewing... 
i use them; they work in some situations; vertex manip works in others; you just have to know when to use each one. 
Grahf 
I'm not set up to take screenshots in the editor, so I sent you the .map file instead. 
Hey 
share the love. I'll host it for you if need be. 
Err 
I meant that in this particular case of curved spirals, edge dragging and skewing weren't working for me. rereading my earlier post, that should have read "I think vertex editing is the only way to make these spirals." That was a vague blanket statement the first time around. 
What Metl Said 
There are some cases where skewing can be the only way to achieve the desired result (at least, in a sane amount of time). Especially in an environment like Radiant where the editor will not allow to to create invalid brushes while working.

A good example is if you want to create a curved, 12-sided pipe using brushes. We all know you can't rotate on any angle other than 90�, and it would be completely insane to try to move each vert into the proper position (even if that is possible in your editor)... the only viable solution is to skew and use the clipper tool to finish up, once everything is in position. 
AguirRe 
I have a small problem with light. There's always a fullblack stripe to the left from the brush that I use a lightsource (32x32x8 sized). The light spot is situated in 16-32 units in front of it.

Here's the screensot of it: http://www.quakemaps.nm.ru/misc/light2.jpg

Any ideas of how to avoid it?

the commands line is: light.exe -fast -gate 1  
Try 
removing -fast and/or adding -soft or -extra4. If it's still there it could be that you're using an editor that requires enhanced texture positioning (e.g. QuArK or Hammer), then try adding -etp.

The last thing I can think of is that there's a brush problem (misalignment), it can sometimes cause bad shadows. Try manipulating the brushes and see if it helps. 
The Sloping Curves Thingy 
I did some stuff, like a spiral staircase (a map in progress) but a ramp instead of steps. Thanks for help from func people and czg especially.

So don't read if you already know.

Since it is a twisted surface, it must be constructed of triangles. (The slope is steeper on the inner curve than the outer curve, so they can't be in the same plane and thus can't be edges of the same face.)
Requires vertex editing in Worldcraft and isn't that hard.
That technique should be extensible to tubes and all the like too. I think maybe sometimes by skewing the brushes and sometimes by rotating them. One by one.

I'm off now. 
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.