Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "Classification system"

From Creatures Wiki
Jump to navigation Jump to search
(Explain a bit more about what a genus is here, and its relevance)
(Added C2 class list)
Line 4: Line 4:
  
 
The Family and Genus have a max of 255, anything over this will wrap over to 1 (Not 0, as this is used as a wildcard). In C3 and DS the Species has a max of 65535.
 
The Family and Genus have a max of 255, anything over this will wrap over to 1 (Not 0, as this is used as a wildcard). In C3 and DS the Species has a max of 65535.
 +
 +
==Creatures 2 class numbers==
 +
* '''1'''
 +
* '''2'''
 +
*# [[System]]
 +
*# [[Call Button]]
 +
*# [[Nature]]
 +
*# [[Good Plant]]
 +
*# [[Creature Egg]]
 +
*# [[Processed Food]]
 +
*# [[Drink]]s and [[fountain]]s
 +
*# [[Food dispensor]]
 +
*# [[Implement]]s
 +
*# [[Cliff Edge]]
 +
*# [[Rotton Food]]
 +
*# [[Toy]]s
 +
*# [[Cloud]]s
 +
*# [[Bad Plant]]
 +
*# [[Animal Nest]]
 +
*# [[Bad Bug]]
 +
*# [[Bug]]
 +
*# [[Bad Critter]]
 +
*# [[Critter]]
 +
*# [[Seed]]s
 +
*# [[Root Vegetables]]
 +
*# [[Flower]]s
 +
*# [[Fruit]]
 +
* '''3'''
 +
*# [[Mover]]s
 +
*# [[Lift]]s
 +
*# [[Computer]]s
 +
*# [[Fun]]
 +
*# [[Messages]]
 +
*# [[LeftRight]]
 +
*# [[Incubator]]s
 +
*# [[Teleporter]]s
 +
*# [[Machine]]s
 +
* '''4'''
 +
*# [[Norn]]
 +
*# [[Grendel]]
 +
*# [[Ettin]]
 +
*# [[Geat]]
  
 
==Creatures 3 class numbers==
 
==Creatures 3 class numbers==

Revision as of 20:17, 29 July 2005

Every object in the Creatures series of games is contained within a genus, which tells the engine what category of object it is. Creatures cannot distinguish between, for example, the ball, or the top, because they are both in the toy genus.

The class number is the family, genus and species written together: for example 2 6 65, which is the class number for the Breaded Hatchling Norn. See the list of known C1 class numbers for more examples.

The Family and Genus have a max of 255, anything over this will wrap over to 1 (Not 0, as this is used as a wildcard). In C3 and DS the Species has a max of 65535.

Creatures 2 class numbers

Creatures 3 class numbers

Other classes can be used, but by default they have no help name, and creatures cannot see them; you can change this, but it involves editing game files, and is therefore quite tricky to do multiple times without knowledge of how the game works - so is not good for players.

Editnorn.png This stub could use more information.

External links