Persistent world

From Arkaz
Revision as of 11:16, 9 March 2009 by Terryrayc (talk | contribs) (New page: A '''persistent world''' (PW) is a virtual world that continues to exist even after a user exits the world and that user-made changes to its state are, to some ext...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A persistent world (PW) is a virtual world that continues to exist even after a user exits the world and that user-made changes to its state are, to some extent, permanent.[1][2] The term is frequently used in the definition of the massively multiplayer online video games and can be considered synonymous with that class of games.[3]

Overview

The persistence comes from maintaining and developing the state of the world in the game around the clock. Quite unlike other types of games, the plot and events in a persistent world game continue to develop even while some of the players are not playing their characters. That aspect is similar to the real world where events do occur regardless if they are directly or indirectly related to a person, as they continue to happen while a person is asleep, etc. Conversely, a player's character can also influence and change a persistent world. The degree to which a character affects a world varies from game to game. Since the game does not pause or create player-accessible back-up files, a character's actions will have consequences that the player must deal with.

Elements of persistent worlds can be found in computer games from as early as the 1980s, including Trade Wars (1984) and Orb Wars (1989).[4] The term gained popularity in the late 1990s with the growth in popularity of MMORPGs. The term is also frequently used by players of Neverwinter Nights (2002) to refer to MMORPG-like online environments, such as A Land Far Away, Arkaz, Arelith, Avlis and Bruehawks, created using the game's toolkit.

Offline persistence

Persistent worlds can be simulated in offline games, such as in the Animal Crossing series. Even though nothing happens while the game is off (due to the obvious technical constraint), the illusion of persistence is created by advancing events as soon as the game is turned on. The game generates events that could have happened during the real-world time in which the game was inactive. NPC development is also seen as a key factor in maintaining offline and online persistence. A method for creating NPCs that evolve and adapt to gameplay is seen in research done on motivated reinforcement learning agents [5]. Further persistence is possible if NPC interact with players in an adaptive way rather than a static method without regard to prior experiences.

See also

References