Talk:Hammer Overlay Tool: Difference between revisions
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
@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. | @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. | ||
--[[User:RTF|RTF]] | --[[User:RTF|RTF]] | ||
:But is it a good idea to do that? I'm not really certain of the impact that it would have on the area compared to other methods of dealing with it (like turning brushes into func_details) --[[User:Irish Taxi Driver|Irish Taxi Driver]] |
Revision as of 03:27, 19 February 2009
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
- But is it a good idea to do that? I'm not really certain of the impact that it would have on the area compared to other methods of dealing with it (like turning brushes into func_details) --Irish Taxi Driver