Waypoints: Difference between revisions

From Citizens Wiki

No edit summary
No edit summary
Line 1: Line 1:
NPC's can be given Waypoints to dictate their motion.
NPCs can be given Waypoints to dictate their motion.


Waypoints are created by a Waypoint Provider.
Waypoints are created by a Waypoint Provider. You can change providers using the /waypoint provider [provider] command.


The current Providers are:
The current Providers are:
Line 7: Line 7:
Linear (default) - Sends the NPC to each stored waypoint in sequence.
Linear (default) - Sends the NPC to each stored waypoint in sequence.


<del>Wander - Generates random waypoints so the NPC wanders around.</del> Not implemented yet.
Wander - The NPC wanders around randomly.
 
Guided - The waypoints are split into destination waypoints and guide waypoints. Destination waypoints are chosen randomly and pathed to using a combination of the guide waypoints.


{{NavBox}}
{{NavBox}}
[[Category:Configuration]]
[[Category:Configuration]]

Revision as of 16:06, 20 October 2013

NPCs can be given Waypoints to dictate their motion.

Waypoints are created by a Waypoint Provider. You can change providers using the /waypoint provider [provider] command.

The current Providers are:

Linear (default) - Sends the NPC to each stored waypoint in sequence.

Wander - The NPC wanders around randomly.

Guided - The waypoints are split into destination waypoints and guide waypoints. Destination waypoints are chosen randomly and pathed to using a combination of the guide waypoints.