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
 
Fribbles

I've become spoiled by UnrealEd which has, hands down, the greatest level design camera system ever built. It's so incredibly productive to use.

I try to replicate it whenever I write an editor and ToeTag is designed sort of along those lines but making Mac concessions along the way. 
UnrealED 
I've never spent enough time with UnrealED to actually get a feel for it. I tried an early release version, but I had trouble getting it to run at all at the time (it was a very low-end machine, it couldn't handle it).

I've become spoiled by UnrealEd which has, hands down, the greatest level design camera system ever built. It's so incredibly productive to use.

That's a pretty big call though... I really should give it a go. I've always wanted to do some UT maps. Does the editor ship with both UT3 and Gears of War? 
 
Yep, it's included in both. 
Re: Vermis Spawn 
Won't work because it's static.
My plan was to have an upside-down Vermis battle the player from above. The bbox stays on the ground though, plus the grab attack loses its effect as the tentacle is too high up. In the end, the battle I planned would have been annoying anyway, the area is way too tight. 
Neg!ke... 
Make all the other monsters attack you from upside-down and the Vermis battle will be easy to implement. 
Willem 
Did you put the UE3 camera in ToeTag? If so, WINDOWS CONVERSION NOW!

Oh, rewrite Quake's map format and compilers so we can have subtractive geometry too. I can barely stand working on my Quake map now... "what do you mean I have to create 4+ brushes just to make an indent in a wall!?" 
 
Scampie

No, sorry. Just saying I like that camera system. ToeTag is using the standard Mac 3D camera set up.

Doesn't Quark do subtractive brushes? Or maybe it's BSP. One of them does... 
You Can Carve In WC 
but it almost always turns the brushes to shit - like most boolean operations. 
 
He's talking about a system like Unreal has. You place a brush that acts as a negative space in the map. When the BSP compiles, it cuts that brush into the world rather than adding it to the world. It's hella awesome and makes BSP work much easier/quicker than in Quake.

Moving a window, for example, means moving your subtractive brush over a little. You don't have to resize all of the surrounding brushes to surround the new hole you want instead. 
I Suppose Its A Bit Like Making A BSP File Directly 
Rather than making it out of shapes which have sides that the engine doesnt even need, and we waste loads of time with compilers trying to remove them! And I suppose it eliminates leaks too? 
Hm 
That does sound pretty good.

Straight away I'm thinking of making a map only out of subtractive brushes, just to be awkward. Could be useful with a subtractive mask system, but probably too much for poor ol bsp.

Wasn't there some game that did work like this? 
Actually 
how hard would it be to make an editor like that? Ie. leafs and nodes.

Then you could possibly even directly edit BSP:s.

Or you could couple it to the engine.

Then you end up with cube style stuff.. 
 
In my experience, you don't want that. Treating a level editing tool like a modeling tool (which is what this amounts to) has never been shown to be a productivity boost.

It's better for level designers to work with some sort of abstraction (i.e. brushes) and have a compiler that does the right thing later. 
Octree / Cube 
That's what I was thinking of. 
 
thinking of making a map only out of subtractive brushes

One of my first (unreleased) maps in 1997 was done like this. I thought i was a genius (no leaks!) until, around adding room 5, the qbsp times were already climbing past 5 minutes. 
What Kind Of Machine Was That Metl? 
heh - a P133 w. 16MbRAM and Windows 95? 
Close... 
pentium 166, 32mb ram, win95. 
Subtractive 
yes, quark has those. Called "diggers" or something. I'd use them carefully though. 
Digger 
Wow 
quark has some cool features! Not sure I want to switch now though... not after 10 years of Worldcraft.

Holy shit. 10 years. Argh. 
1.6 
 
1.6a 
I've tried QuArK, but I could never get into learning how to use it and always went back to wc. The massive amount of features makes it a shameful retreat.

Maybe its the interface - I don't like most modern interfaces with their helpful "features" and round icons for square buttons (fuck XP start menu) but the way QuArK is laid out doesn't gel with how I think about mapping in Q1. Odd. Or lazy. 
 
No, that's fair. I always felt that I should be using Quark as well but I could never get into it. It never clicked for me. 
 
Diggers are very good when you're unsure how to build an area.
Tag and glue features are also very nice.
For those who think quark is complex download an older version. And you don't need the interface. Quark has a lot of shortcut keys too.
But it it doesn't suite for quake too good. And is a bit buggy.

Bsp is about the oposite of quark: it's cleaner,(look at the map source,less compiling errors, Hom effects)
but has less features.

Ogier is the most 3D editor I have seen so far.
And radiant seems to be similar to Ogier but not as efficient.

haven't tied Worldcraft yet. Doesn't run on my sys. 
 
Oh god, that digger is ugly. In their example, 12 tris are created more than a properly built and mitered wall of that example. And since it's done post compile, you can't even fix it.

MITER 4-LYFE 
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.