This is a thread to vent about the little nooks and crannies of Hammer/Source that just bite your ass whilst you're trying to map.
I'll start with doors. Doorways. Both of these can go die in a fire. Doorways make me go offgrid and then when I compile and view the map, the door always takes a shitload of trickery to prevent it from looking weird in the lighting. Then there's actually applying a doorway texture - this is where I ALWAYS fuck up. I don't know what to do anymore.
Shamelessly stolen from Gamedev
[img]http://i.imgur.com/E9Yll.png[/img]
Also slanted geometry such as roofs. It's hard to get the angles right, and to get the right size.
I dislike it when I'm trying to make things symmetrical and a small oversight means I have to redo most of the area to correct it. And I get confused when I have vertices very close to or behind each other, although those are more my fault than anything else.
And you're right, texture choices for things like doorways and windowsills are difficult.
The idiocities of hammer.
Prop shading. Why the hell do I place a prop and it looks fine and I place all the cubemaps, but when I run it in-game it looks like it's being lit from outside! I tamper for hours with the lightmap scale and lighting origin, but it still looks like it's half-sticking outside of the map. By the time I give up and delete the prop, at least 3 hours are gone.
Making interiors from exteriors. It just pisses me off how I try to apply a wallpaper texture to the other side of the brick texture, but something happens with the scaling and texture alignment and then I have to create a new brush for each interior wall so that it scales right. Then the interior walls don't line up with the exterior walls on the grid and all of the brushes collide with eachother. Then I say "screw it" and destroy the interior, making the exterior a fake one.
great, now I'm mad.
EDIT:
Damnit, I just thought of another one!
When I'm making an exterior, the windows that I want to use aren't props, they're textures. So I tamper with the wall to get a window-sized space and I place a brush with the window texture in it, but the brick texture BEHIND the window is completely different than the one I'm using. So just to humor myself, I use the window texture as an overlay, and the brick texture is still there. The only REAL overlay windows with transparent backgrounds are ones that don't fit the style at all.
Don't get me started on displacement errors, I swear to god...
prop physics, static, etc. I wish I could just make anything a physics or static object.
Content from different games and engine versions.
[QUOTE=Arietta;36277330]prop physics, static, etc. I wish I could just make anything a physics or static object.
Content from different games and engine versions.[/QUOTE]
prop_dynamic_override but knowing hammer there's probably something sinful about it
[QUOTE=geogzm;36277349]prop_dynamic_override but knowing hammer there's probably something sinful about it[/QUOTE]
causes lods of lag and more rendering processes than it needs
Displacements (depending on how OCD you are with them or how complex of an environment you are trying to make) and brushing stuff that isn't axis aligned. Also that the "random yaw" checkbox doesn't appear to work when placing ents, it could save me a lot of time I've spent placing foliage.
Fucking navigation meshes for L4D2
I swear to god, it's next to impossible to figure out flow errors as they literally can mean anything's wrong with the NAV.
How L4D2 has five or six different toilet models, but a huge lack of other, essential models.
how you can't rescale meshes.
oh and the pipeline from a 3D software to in-engine.
I can't remember how many times Hammer crashed on me just from rotating a prop in TF2. Good thing the more recent versions of Hammer are a little bit more stable.
compiling
all that copying and pasting, lining things up to fit PERFECT edge to edge, and all that "tie an entity" crap, so frustrating and it takes forever
[QUOTE=kaine123;36278770]compiling[/QUOTE]
I try to not compile at all but I want to look at my map every time I make a change and I just end up wasting a lot of time.
[QUOTE=Arietta;36280030]I try to not compile at all but I want to look at my map every time I make a change and I just end up wasting a lot of time.[/QUOTE]
Holy shit, this.
random crashes
random crashes all the fucking time
Flickering decals in "Textured Shaded" mode.
[QUOTE=MaddaCheeb;36280044]Holy shit, this.[/QUOTE]
I'm the opposite. There's too much changes inbetween my compiles, so usually there's a lot of shit that looks weird in each compile.
I thought I had posted in this already.
The limits.
I want more space, I want more brushes, I want more props, I want more light data, AND THE DAMN EDICTS LIMIT.
I don't often hit the limits, but it would be convenient to have them gone (I know the edict limit is hard coded in).
[QUOTE=Zally13;36282387]I thought I had posted in this already.
The limits.
I want more space, I want more brushes, I want more props, I want more light data, AND THE DAMN EDICTS LIMIT.
I don't often hit the limits, but it would be convenient to have them gone (I know the edict limit is hard coded in).[/QUOTE]
Yeah compared to today's tech the Hammer grid is horribly small.
[QUOTE=MaddaCheeb;36282418]Yeah compared to today's tech the Hammer grid is horribly small.[/QUOTE]
A game like Garry's Mod screams for Just Cause 2 size maps.
Doing a "final" compile, hogging hours of your computer time, to find that you screwed something up/forgot something, then having to compile again.
Arietta rating us Optimistic for something that modern game engines and hardware are more than capable of doing :)
[QUOTE=Zally13;36282451]A game like Garry's Mod screams for Just Cause 2 size maps.[/QUOTE]
However, source was never designed for full open worlds. Thus why you can't have them.
And yes, i do realise that it is optimistic to believe that people will shut up about wanting more space.
[QUOTE=geogzm;36276950]This is a thread to vent about the little nooks and crannies of Hammer/Source that just bite your ass whilst you're trying to map.
I'll start with doors. Doorways. Both of these can go die in a fire. Doorways make me go offgrid and then when I compile and view the map, the door always takes a shitload of trickery to prevent it from looking weird in the lighting. Then there's actually applying a doorway texture - this is where I ALWAYS fuck up. I don't know what to do anymore.[/QUOTE]
Well I don't know how you manage to go off grid when creating a doorway, I think that's just you.
As for texturing a standard doorway, you need to select all the entrance faces, tick the 'treat as one' box in the texture editor, left justify the texture and hit the bottom button.
[editline]11th June 2012[/editline]
[QUOTE=mopman999;36277163]
Also slanted geometry such as roofs. It's hard to get the angles right, and to get the right size.[/QUOTE]
THIS. A Million fucking thousand times this.
Trying to figure out a good roof width and angle, and anything that isn't 45 or 90 degrees is a tremendous pain in the ass in hammer.
It's like you have to do everything on a 90 degree axis and then rotate it and fix it so that it's on the grid. And of course if you have to make even one little change to something that is already angled, like cut it it throws everything like that off the grid and you have to realign it to the grid and it looks like shit. ESPECIALLY FOR WINDOWS!!
[editline]11th June 2012[/editline]
[QUOTE=mopman999;36277163]
Also slanted geometry such as roofs. It's hard to get the angles right, and to get the right size.[/QUOTE]
THIS. A Million fucking thousand times this.
Trying to figure out a good roof width and angle, and anything that isn't 45 or 90 degrees is a tremendous pain in the ass in hammer.
It's like you have to do everything on a 90 degree axis and then rotate it and fix it so that it's on the grid. And of course if you have to make even one little change to something that is already angled, like cut it it throws everything like that off the grid and you have to realign it to the grid and it looks like shit. ESPECIALLY FOR WINDOWS!!
Not sure if its the engines fault or the compiler but I hate those white lines that come up when you have a lightmapscale under 4.
I get really pissed off when hammer decides to crash every time I click the "flags" tab.
Oh and that it stretches displacements instead of giving them an evened out one like the 256x256 on this photo.
[IMG]http://filesmelt.com/dl/Namnlos55.png[/IMG]
ewww....64 unit grid.
[QUOTE=IronPhoenix;36284833]ewww....64 unit grid.[/QUOTE]
Just did something fast. I never use that size for proper mapping.
Sorry, you need to Log In to post a reply to this thread.