Re: Entity func_brush leaked
Posted by midkay on
Tue Sep 5th 2006 at 7:23am
midkay
member
398 posts
120 snarkmarks
Registered:
Apr 15th 2005
Location: United States
Hi all,
I'm getting a weird error on compile (after a lot of work on my map, so I'm not surprised).
Entity func_brush leaked. Okay, gotta find+seal a hole. loads pointfile
Pointfile starts in midair, blank space and ends in midair blank space. From nowhere to nowhere. A straight red line maybe 500 units long, starting in blackness and ending in blackness. I have two func_brushes in my map and both of them are completely sealed up in seperate rooms away from the pointfile line.
I haven't an idea why this has happened. Anybody?
Thanks.
-- midkay
Re: Entity func_brush leaked
Posted by reaper47 on
Tue Sep 5th 2006 at 8:50am
2827 posts
1921 snarkmarks
Registered:
Feb 16th 2005
Location: Austria
It just means that vbsp started drawing the pointfile from the func_detail. It always starts at an entity. If there is any leak in your map, every entity is "outside world" as there is no clearly defined inside.
The leak may be somewhere else. Sometimes even the pointfile is broken, but try taking a closer look. If you want a new pointfile, move a few entities or hide them, slightly change a simple brush and see vbsp making a new one. Try hiding the two func_brushes and see what vbsp does.
Re: Entity func_brush leaked
Posted by midkay on
Tue Sep 5th 2006 at 12:50pm
Posted
2006-09-05 12:50pm
midkay
member
398 posts
120 snarkmarks
Registered:
Apr 15th 2005
Location: United States
Thanks guys, I was in a rush to bed last night and wanted to see if i I could get a few answers.. I hadn't much time for experimentation.
reaper47: "If there is any leak in your map, every entity is "outside world" as there is no clearly defined inside." - right, but I usually get a line leading from something to the "outside" rather than just a random line in the middle of nowhere pointing at nothing from either end :smile:
ReNo: Switching a texture, huh? Haha, wow.. appreciate the comprehensive response.
Probably be back in 15 minutes with "I did it!"..
-- midkay
Re: Entity func_brush leaked
Posted by midkay on
Tue Sep 5th 2006 at 1:18pm
midkay
member
398 posts
120 snarkmarks
Registered:
Apr 15th 2005
Location: United States
I did it! Close to my prediction... around 15 minutes after my last post :wink:
I loaded it up again and had the same problem.. so I decided to hide the two func_brushes I had in the map and that changed the pointfile's position to a usable one: a prop-static leaking out through one of the roofs. Alright, so I sealed that one.. then I got a func_physbox leaking from nowhere to nowhere again (versus a func_brush before).. I only have one physbox in the map and the line was drawn like 512 units to the right of it, from nowhere-to-nowhere.. around here I got the idea that vvis was kind of "hanging on" to its old position (before I'd moved entire buildings over). So I moved the physbox "to world" and then back "to entity" and reset it up.. fixed that error! Went back and did the same to-world-to-entity to the two func_brushes and everything's A-OK.
Weird.. like it was drawing pointfiles from where those func_brushes were instead of where they were. I did try moving them a few units back and forth and recompiling but that didn't help.. I had to completely "reset" them.
Thanks guys. :smile:
-- midkay