Weapon_portalgun inside map leaks
-
I guess you already know how to find leaks, but just in cases: once your compile tells you there's a leak in your map, go to Map > Load Pointfile. This will draw a red line from outside your map through the leak and will reach the portalgun: a leak can be either a little hollow between two brushes or maybe it's a func_brush or func_detail or whatever other entity, which don't seal a map.
-
Sometimes, stuff into the map have their center of origin outside the map. Go to Tools > Center Origins
-
Some other times you can have an annoying (and useless I think) option/feature enabled which is called Radius Culling and looks like this:
Check out and if it's enabled, just disable it 
Portal3game83 wrote:
Turns out I had multiple leaks that are so tiny they are almost invisible.
Sounds like you're not working on grid or on a very small grid.
My recommendation is use a size 16 or 32 grid and have snap to grid on.
This way your brushes will get proper sizes! It will make leaks a lot less frequent and it'll also make them a lot easier to spot!
Lpfreaky90 wrote:
Portal3game83 wrote:Turns out I had multiple leaks that are so tiny they are almost invisible.
Sounds like you're not working on grid or on a very small grid.
My recommendation is use a size 16 or 32 grid and have snap to grid on.
This way your brushes will get proper sizes! It will make leaks a lot less frequent and it'll also make them a lot easier to spot!
Even if your map is overly complex and has indents everywhere and aligns someplaces to 1 unit - always make the main layout snapped to a large grid first!