For direct access use https://forums.oldunreal.com
It's been quite a while since oldunreal had an overhaul, but we are moving to another server which require some updates and changes. The biggest change is the migration of our old reliable YaBB forum to phpBB. This system expects you to login with your username and old password known from YaBB.
If you experience any problems there is also the usual "password forgotten" function. Don't forget to clear your browser cache!
If you have any further concerns feel free to contact me: Smirftsch@oldunreal.com

Two general mapping questions

The forum related to the Usermaps section, please ask questions here. This board is for mappers to discuss and exchange experiences
Post Reply
User avatar
LannFyre
OldUnreal Member
Posts: 157
Joined: Fri Mar 13, 2015 7:01 am

Two general mapping questions

Post by LannFyre »

I have a couple of questions:

1) The further I build my map from vect(0,0,0), say +-5000 into any of the three positions, is there a higher chance of having build/collision issues?

2)  Is it a better idea to build complex brushes but limit the amount of brushes it takes (for instance, making a room that would be shaped like a cross but only using the 2D editor or BSP-based terrain brush), or would it be better to use multiple brushes to carve out the terrain?

I ask both of these questions because I'm building a new map and while I have yet to run into any build/collision/bsp issues, I have noticed I am using a lot of addition brushes in order to add flavor scenery (structs that would appear to hold up a ceiling for example).  Plus subtraction brushes to allow certain actors to appear away from areas the player could normally travel, mostly the camera for my mod blah blah.
Last edited by LannFyre on Mon Apr 11, 2016 9:07 pm, edited 1 time in total.
i tryin'a be a gud boi
User avatar
Hellkeeper
Global Moderator
Posts: 3260
Joined: Wed May 21, 2008 8:24 pm
Location: France
Contact:

Re: Two general mapping questions

Post by Hellkeeper »

1) The further I build my map from vect(0,0,0), say +-5000 into any of the three positions, is there a higher chance of having build/collision issues?
Doesn't matter at all.
2)  Is it a better idea to build complex brushes but limit the amount of brushes it takes (for instance, making a room that would be shaped like a cross but only using the 2D editor or BSP-based terrain brush), or would it be better to use multiple brushes to carve out the terrain?
Depends entirely on the situation and I have a hard time picturing the one you are describing.

If you need help in a precise scenario, a screenshot or drawing will be needed.

Here's a tip I can give you from experience though: when you have a choice, it's better to use several very simple brush instead of a single complex one.

The reason is that complex brush will usually be built with the 2D shape editor or by intersecting several brushes. Both methods result in very complex brushes with a lot more edges and vertices than necessary, each being a possible source of error and potentially unfixable.
As the density of your BSP increases, minor BSP problems will be compounded, so a single complex brush can have disastrous effects if it goes off all of a sudden. Simple brushes will only cause minor problems and can easily be fixed due to their simplicity.

I'd suggest you take a look [url=http://hellkeeper.net/archives.php?Note=121]one of my maps[/url] to see this in action. The geometry is completely overkill given the size, but it's pretty much all cubes with different sizes, so even with its complexity, it's clean and devoid of bug, problem or artifact.

Here's a picture.
[img][/img]
Last edited by Hellkeeper on Mon Apr 11, 2016 9:50 pm, edited 1 time in total.
You must construct additional pylons.
User avatar
LannFyre
OldUnreal Member
Posts: 157
Joined: Fri Mar 13, 2015 7:01 am

Re: Two general mapping questions

Post by LannFyre »

So here is a screenshot of the map, not much is really on the map so far which may also be a reason for a lack of issues on the map. But if you'll look at the right side of the image, you'll see an elevator shaft which prompted the complex brush question.
[img][/img]
I am wondering about the "structs" that you can see if you look at the bottom left part of the image. As you've said, it is a better idea to simply add/subtract small brushes to prevent large issues from appearing later on, but is what I've done on the map a good idea? For each "struct", or archway, seen in the image, I've simply added three brushes to make the archway.

. . . Also ignore the large subtracted brushes next to the rooms with actual detailed brushes in them, those are the "camera pits" so the camera isn't running into walls and other junk.
i tryin'a be a gud boi
User avatar
Hellkeeper
Global Moderator
Posts: 3260
Joined: Wed May 21, 2008 8:24 pm
Location: France
Contact:

Re: Two general mapping questions

Post by Hellkeeper »

This all looks perfectly fine: brushes are snapped to the grid, they're simple cubes, they're not too dense, there's nothing I'd change there, judging by the screenshots. Your archs are fine.
The large subtracted brushes on the side for you camera have an unnecessary edge going diagonally through their bottom face. Were these brushes made with the 2D Shape editor?
You must construct additional pylons.
User avatar
LannFyre
OldUnreal Member
Posts: 157
Joined: Fri Mar 13, 2015 7:01 am

Re: Two general mapping questions

Post by LannFyre »

No, honestly this has to be the first time I've viewed the map in that specfic brush view and I'm only just now noticing it myself. Gonna replace those with regular brushes, not sure what caused the split because it was definitely a regular brush. Thanks for the help duder.
i tryin'a be a gud boi
User avatar
Krull0r
Global Moderator
Posts: 543
Joined: Sun Jul 01, 2007 4:07 pm

Re: Two general mapping questions

Post by Krull0r »

If you accidently use tessellate surface in the right click options on a surface, that will great an diagonal edge.
Image
Post Reply

Return to “Usermaps”