Difference between revisions of "Npc Appearances (Game Mechanics)"
(→NPC Naming) |
(→NPC Appearance Types) |
||
Line 76: | Line 76: | ||
== NPC Appearance Types == | == NPC Appearance Types == | ||
+ | |||
+ | |||
+ | Many Npc spawns select from a select number of different model types to use for particular npcs within that grouping. This process serves to randomize the look of the spawn group. Each npc has a unique set of model types specific for its type. For example a thug npc may spawn as any one of 30 different criminal style model types thus greatly diversifying the appearance in thug spawns. Appearance files are simply the exact same mobile object iff used for any given npc. The npc's name is simply tagged on top of the model and spawned into the game world. | ||
==Source References== | ==Source References== |
Revision as of 05:06, 6 August 2009
This article or section needs proper wiki formatting. |
Game Mechanics - Mechanics Category
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
NPC NamingSpawned NPCs use a system that supplies a name and a classification type to the particular entity. Npc names are generated based on species affiliation (and possibly gender). The system used is exactly the same as done for players, with the exception for those species that players cannot choose (weequay etc). Each species has its own unique naming structure for first and sur names. When an npc name is generated, its classification type is tacked on behind it inside parenthesis. Using this system, NPC names are applied to the spawned entity under the following templates:
Note: The VAST majority of npcs are spawned with a first and last name. There is no information about the frequency of the alternative naming configurations but they do still exist in the nge. Note: The first and last naming system was removed in the nge. Currently all npcs in the nge use only their classification types as IDs except for a few rare instances where npcs spawn with first names or first names and sur names and without their classification type. NPC Appearance TypesMany Npc spawns select from a select number of different model types to use for particular npcs within that grouping. This process serves to randomize the look of the spawn group. Each npc has a unique set of model types specific for its type. For example a thug npc may spawn as any one of 30 different criminal style model types thus greatly diversifying the appearance in thug spawns. Appearance files are simply the exact same mobile object iff used for any given npc. The npc's name is simply tagged on top of the model and spawned into the game world. Source References
|