Tribes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Tribes are community of NPCs that works together to archive a common goal. The NPC Client | Tribes are community of [[NPC|NPCs]] that works together to archive a common goal. The NPC Client controls the tribes. | ||
<uml> | |||
Tribe -> NPC: Gather Resource | |||
activate NPC | |||
Tribe <- NPC: Do Nothing | |||
deactivate NPC | |||
Tribe -> NPC: Mate | |||
activate NPC | |||
Tribe <- NPC: Do Nothing | |||
deactivate | |||
</uml> | |||
[[Tribe Design]] | |||
See [[Tribe Design]] for the technical details. | |||
[[Category:Engine Documents]] [[Category:NPCClient Design]] | [[Category:Engine Documents]] [[Category:NPCClient Design]] |
Revision as of 11:37, 23 December 2011
Tribes are community of NPCs that works together to archive a common goal. The NPC Client controls the tribes.

See Tribe Design for the technical details.