AI Patrol: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
(New page: == Introduction == Under construction. Written by Sotha. This article describes the ways how the mapper can get his/her AI's to move around in their map. Regardless of which method you us...)
(No difference)

Revision as of 07:40, 23 January 2011

Introduction

Under construction. Written by Sotha.

This article describes the ways how the mapper can get his/her AI's to move around in their map. Regardless of which method you use, you should understand basic Pathfinding. Read that article first.

There are several methods of getting your AI to move around your map.

  • Path_corners
  • Conversations
  • Scripting

Path_corners

The typical choice the mappers use path-corners. Using them is quite straight forward. Information how to set up path_corners is given here A - Z Beginner Full Guide Page 4 and here Path Nodes

Conversations

Conversation entities can be used to move AI too. See information in the Conversation article.

Scripting

Scripting is a powerful tool to control all kinds of things. AI movement can be also controlled with scripting.