Difference between revisions of "Navigation mesh"
(Created page with "The navigation mesh, or navmesh for short, is used by AI entities such as bots, robots and bosses to find their way around the map. Trying to use the entities with...") |
BrazilianNut (talk | contribs) m |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{OtherWikis | |
+ | | {{vdc|Nav Mesh|Navigation Mesh}} | ||
+ | }} | ||
− | |||
− | A basic navmesh can be generated automatically using the [[console command]] | + | |
+ | [[File:Navigation Mesh.png|thumb|right|Example of the Navigation mesh on [[Mann Manor]].]] | ||
+ | |||
+ | The '''Navigation Mesh''' is used by AI entities, such as [[bots]], [[robots]] from [[Mann vs. Machine]], and [[Boss|Halloween bosses]], to find their way around the map. Trying to use the entities without a Navigation mesh leads to them not working. | ||
+ | |||
+ | The Navigation mesh is composed of a set of areas that define the accessible areas of the map and their properties. The areas are linked with directional edges to track which areas are reachable from each other. | ||
+ | |||
+ | A basic navmesh can be generated automatically using the [[Console|console command]] {{code|nav_generate}}, but manual adjustments are likely needed. |
Latest revision as of 07:10, 6 January 2023
This topic is covered better by other wikis or sites. Please see the following links instead: |
The Navigation Mesh is used by AI entities, such as bots, robots from Mann vs. Machine, and Halloween bosses, to find their way around the map. Trying to use the entities without a Navigation mesh leads to them not working.
The Navigation mesh is composed of a set of areas that define the accessible areas of the map and their properties. The areas are linked with directional edges to track which areas are reachable from each other.
A basic navmesh can be generated automatically using the console command nav_generate
, but manual adjustments are likely needed.