Talk:Hammer Overlay Tool

From Valve Developer Community
Revision as of 11:07, 17 December 2008 by RTF (talk | contribs)
Jump to navigation Jump to search

I haven't found this anywhere, so it might be worth mentioning here. When vbsp divides faces, if an overlay happens to exist on more than 64 faces that way, it won't compile. It'll give the error "Overlay touching too many faces (touching XX, max 64) Overlay texturename at X Y Z" Where XX is the amount of faces its on, texturename is the name of the offending overlay's texture, and XYZ are coordinates to a piece of the texture. Pretty annoying, I had to work this out with someone to figure out the problem. --Irish Taxi Driver 21:47, 9 Feb 2008 (PST)


I still need to add the images for the new sections. --JeffLane 19:49, 22 Jul 2005 (PDT)


Do decals have any advantages at all over overlays? --TomEdwards 01:48, 23 Jul 2005 (PDT)

Good question. Yes, they do. decals are less expensive in most cases, for one. They also can be enabled, so you can make things like blood or blast marks appear after a game event. Decals can also be projected onto models, though level designers cannot place those -- they're created by game code. --JeffLane 11:42, 23 Jul 2005 (PDT)

Hi, I am from Germany so I hope you all can understand me. My problem is, that some of the overlays flicker, when I apply them on brushes. How to fix this? Another problem is, that I can't create a crossing between 2 textures, to let it look more realistic. I thought, I was able to do it with the overlay tool, but I don't know how. Please help me.

Greetings --TimoBiLe


@Irish Taxi Driver: Had this same problem, turned out to be related to the Lightmap Scale of the brush faces that the overlays were projecting on. When I increased it, it eventually stopped the error. --RTF