I need 2 in depth tutorials.
1. I need one to explain what portalclusters and numportals are and how to optimize them.
2. How to use areaportals. Every time i try to use them my game dosnt compile and i get this throughout the compile log
FindPortalSide: Couldn't find a good match for which brush to assign to a portal near (1208.5, 1024.0, -7.0)
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:
The portal is located in a door. which is linked (not parented) to the door.
1. I need one to explain what portalclusters and numportals are and how to optimize them.
2. How to use areaportals. Every time i try to use them my game dosnt compile and i get this throughout the compile log
FindPortalSide: Couldn't find a good match for which brush to assign to a portal near (1208.5, 1024.0, -7.0)
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:
The portal is located in a door. which is linked (not parented) to the door.