Nope
#13657 posted by - on 2014/03/18 00:18:35
#13658 posted by necros on 2014/03/18 02:07:14
if the info_notnull is right on top of the player such that they pick it up as soon as the map starts, does the sound still play?
Yes Sir
#13659 posted by Featheon on 2014/03/18 02:38:05
If There Is A Man, Stood In A Forest Miles Away From Anywhere
#13660 posted by RickyT33 on 2014/03/18 12:12:22
and no-one can hear him. Is he still wrong?
Crushing Platforms
#13661 posted by ijed on 2014/03/18 17:08:19
I keep getting crushed by my func_plats when going up, even though they're damage 0 and have nothing out of the ordinary applied. They seem to be touching me more than once per frame and doing 1 point of damage, stripping off my armour before hurting me.
Is this an engine issue? Framerate?
It isn't happening with func_doors but in some cases I need platforms.
#13662 posted by necros on 2014/03/18 21:42:31
it is a bug with the collision detection of the engine.
i forget exactly what it was, but it had to do with bounding boxes.
if you are inside the bounding box of a mover, this can happen. the solution (i think?) was to make it so you were standing on the top of the bounding box of the mover pushing you up...
Ah
#13663 posted by ijed on 2014/03/19 01:33:45
Ok, thanks.
Ok
#13664 posted by ijed on 2014/03/20 15:03:41
It seems its an accuracy issue - my platforms were just too thin.
Subtractive Mapping?
Preface: I understand that this is in no means practical.
Has anybody ever tried starting with a large solid and carving the map from that? A subtractive rather than additive process?
#13666 posted by metlslime on 2014/03/25 08:44:11
i tried it for my first failed map in 1996. after 5 rooms the qbsp process started taking many minutes. Probably the tools aren't designed for it. (of course, the issues isn't qbsp, it's the editor that has to chop up the brushes into normal additive brushes that get sent to the compiler.) And really, most people here will tell you not even to carve a single hole in a wall in an otherwise additive map, since most editors carving tools are so bad.
#13667 posted by Spirit on 2014/03/25 08:58:40
unreal worked like that.
Unreal did work this way. The tools for quake aren't really designed for it.
#13669 posted by JneeraZ on 2014/03/25 14:37:11
Unreal got away with it because it was designed to support subtractions right from the start. Quake was not.
Descent Mapping Was Kind Of Like That
#13670 posted by necros on 2014/03/25 20:53:04
you didn't really subtract but you could only create playable areas, not walls.
Serious Engine
#13671 posted by quaketree on 2014/03/25 21:59:55
Is also subtractive. Too bad really, I've noticed that engines that use that method didn't get a lot of 3rd party mods or levels like additive ones did\do. The subtractive method is an inherently non-intuitive way to make content which made a lot of people shy away from games that used it IMO. That the first major games that were modded by a lot of people (Doom and Quake specifically) used additive geometry probably didn't help in getting people to switch over.
#13672 posted by Spirit on 2014/03/25 22:07:56
I found Unreal editing much easier actually. No need to seal, just map away.
Subtractive FTW
#13673 posted by Spiney on 2014/03/26 18:15:25
I really prefer subtractive mapping, I find it a huge timesaver. Consider the following scenario:
have 2 cube rooms with a single straight corridor connecting them.
Minimum amount of brushes for additive: 22
Minimum amount of brushes for subtractive: 3
Of course, there's no reason you cannot just carve out a big box and map additively inside it, just like you do with Quake style map editors. The only difference is you don't need to bother with sealing your map.
#13674 posted by metlslime on 2014/03/26 18:57:52
maybe because i'm used to it (17 yrs. experience!), additive building doesn't bother me. But it seems like, when dealing with very detailed architecture and not cube rooms like in the example above, the advantages of subtractive are reduced. Instead of 22 brusehs vs. 3 brushes, it's more like 1022 brushes vs. 1003 brushes.
If you are additive building all the details in a room, and you produce what would have been a leak in an additive map, instead what you will get is a contained, unfilled void with a bunch of unneeded faces, between the back of the additive brushes and the edge of that room. So it's better but, better still is to fix the leak.
Or map with a modern engine where details are provided by meshes and polygons don't count as much as draw calls. Then quake's building technique is pretty obsolete. :)
#13675 posted by - on 2014/03/26 19:28:09
Well, I think it's a moot argument. 'Subtractive' maps in UDK were really just additive maps, except with a huge brush covering the entire world to begin with, which meant you wouldn't do that if streaming the maps together. So in making a map, you really just have both methods, and they work fine together. You just add brushes as you do in Quake, and can do subtraction because it's handled gracefully without excessive polygons being generated. Any you aren't limited to convex brushes. It would honestly be great if something like that could be handled in Quake, but I realize that would be a huge change to how maps are even handled in Quake to be done right.
#13676 posted by metlslime on 2014/03/26 19:39:02
then there's the quake3 method where you build a caulk hull and then fill it will detail brushes. I guess that is closer to the unreal method? I remember that being a lot of work, though, tagging the back of every detail brush with nodraw shaders... a lot of tedious work. You're basically making one brush per poly at a certain point, or using flat 3x3 patches to mimic quads... i don't miss that.
#13677 posted by Spiney on 2014/03/26 22:33:13
Edge extrusion looks like a nice method, then merge vertices with the same location.
http://youtu.be/IpQelCVPPZg?t=6m50s
Yeah
#13678 posted by necros on 2014/03/26 22:39:36
box modelling workflows are pretty good for mapping.
Subtractive Mapping
for me meant working inside this sold block and generally meant carving out a lot of very boring shapes. There are some things in Unreal ED I would love to see for trenchbroom (2d shape builder yes please!!) but I find working with an open space is more creatively freeing than trying to carve out something interesting.
I made a lot of UT maps back in the day and it felt restrictive.
that probuilder app looks awesome.
10 Years Later ...
#13681 posted by Cocerello on 2014/04/02 21:47:23
http://www.celephais.net/board/view_thread.php?id=23978
Does any of you know where to get the tutorials that are mentioned in here? At most i can only find the one by Metlslime, after checking Quaddicted webarchive and other places
It would be nice too if we could revive that thread or make another similar ...
|