Tribes: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Magodra (talk | contribs)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Tribes are community of [[Non-Player_Character|NPCs]] that works together to archive a common goal. The NPC Client controls the tribes. A tribe give tasks to each member in order to archive the common goal. Each member use the standard NPC scripting to perform its tasks.  
Tribes are community of [[Non-Player_Character|NPCs]] that works together to archive a common goal. The NPC Client controls the tribes. A tribe give tasks to each member in order to archive the common goal. Each member use the standard NPC scripting to perform its tasks.  
<uml>
Tribe -> NPC: Gather Resource
activate NPC
Tribe <- NPC: Do Nothing
deactivate NPC
Tribe -> NPC: Mate
activate NPC
Tribe <- NPC: Do Nothing
deactivate NPC
</uml>


== Documentation ==
== Documentation ==
Line 20: Line 8:
See [[Tribe Design]] for the technical details.
See [[Tribe Design]] for the technical details.


 
== Example Tribes and their recipes ==
[[Category:Definitions]] [[Category:Engine documents]] [[Category:NPCClient Design]]
See [[Example Tribes and their recipes]]
[[Category:Engine documents]] [[Category:NPCClient Design]] [[Category:NPCClient Scripting]]

Latest revision as of 21:30, 28 September 2023

Tribes are community of NPCs that works together to archive a common goal. The NPC Client controls the tribes. A tribe give tasks to each member in order to archive the common goal. Each member use the standard NPC scripting to perform its tasks.

Documentation

See Tribe Scripting for details regarding how to create a tribe and NPC Scripting regarding details how to create a NPC.

Design

See Tribe Design for the technical details.

Example Tribes and their recipes

See Example Tribes and their recipes