NpcClient Design: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
*[[Tribe Scripting]] describes how to script Tribes. | *[[Tribe Scripting]] describes how to script Tribes. | ||
== | == HowTo's == | ||
* [[ | * [[HowTo Add a NPC Operation]] | ||
[[Category:Engine documents]] [[Category:NPCClient Design]] | [[Category:Engine documents]] [[Category:NPCClient Design]] |
Revision as of 14:58, 1 April 2013
Classes
The main classes of the NPCClient is the shown in the diagram below.

For more details regarding these classes see the Design section.
Design
- Network Design
- NPCType Design (The NPC Brains)
- Tribe Design
- gemNPCObject Design
Cases
Documentation
- Create a NPC describes how to create a NPC.
- NPC Scripting describes how to script NPCs.
- Tribe Scripting describes how to script Tribes.