Skip to content

NavMesh 1.0.6

Compare
Choose a tag to compare
@KitRifty KitRifty released this 29 Jul 04:22
· 11 commits to master since this release

NOTE: In version 1.0.7, CNavArea.GetAdjacentAreas(), CNavArea.GetLadders(), and CNavArea.GetHidingSpots() will be changed to use ArrayList instead of ArrayStack.

Additions:

  • Added OnNavMeshLoaded() global forward.
  • Added CNavArea.GetIncomingConnections().
  • Added CNavArea.GetAdjacentList(); in version 1.0.7, this will be an alias to CNavArea.GetAdjacentAreas().

Changes:

  • CS:GO, CS:S, and L4D2 are now supported.
  • CNavArea.IsEdge() adjusted to reflect functionality in source-sdk-2013.
  • Optimized and refactored nav mesh loading.
  • Overhauled the test plugin.
    • Added sm_navmesh_show admin command. sm_navmesh_show 1 will draw the nearest CNavArea to your cursor.