FindPortalSide: Couldn't find a good match for which brush to assign to a portal near (3097.7 -806.9 3726.6)
Leaf 0 contents: CONTENTS_SOLID
Leaf 1 contents:
viscontents (node 0 contents ^ node 1 contents): CONTENTS_SOLID
This means that none of the brushes in leaf 0 or 1 that touches the portal has CONTENTS_SOLID
Check for a huge brush enclosing the coordinates above that has contents CONTENTS_SOLID
Candidate brush IDs: Brush 39839:
FindPortalSide: Couldn't find a good match for which brush to assign to a portal near (3097.7 -807.3 3726.2)
Leaf 0 contents:
Leaf 1 contents: CONTENTS_SOLID
viscontents (node 0 contents ^ node 1 contents): CONTENTS_SOLID
This means that none of the brushes in leaf 0 or 1 that touches the portal has CONTENTS_SOLID
Check for a huge brush enclosing the coordinates above that has contents CONTENTS_SOLID
Candidate brush IDs: Brush 39839:
FindPortalSide: Couldn't find a good match for which brush to assign to a portal near (3170.6 -3052.7 3716.6)
Leaf 0 contents:
Leaf 1 contents: CONTENTS_SOLID
viscontents (node 0 contents ^ node 1 contents): CONTENTS_SOLID
This means that none of the brushes in leaf 0 or 1 that touches the portal has CONTENTS_SOLID
Check for a huge brush enclosing the coordinates above that has contents CONTENTS_SOLID
Candidate brush IDs: Brush 39761:
Anyone know how to fix these types of errors? I notice them a lot on complex geometry like surf ramps.
Supposedly this is an areaportal problem which means vbsp is having a hard time interpreting the geometry around that point. Usually you can remedy this by converting the brushes to func_detail, however, this isn't possible when converting to props using propper which seems to fuck up compilation.
Any fixes other than making the geometry simpler?