Online Persistence

Started by
17 comments, last by Gaiiden 22 years, 9 months ago
Hey all, I was just wondering. One day when writing up a design sketch of a possible MMOG, I was struck by the phrase online persistence . Now I dunno whether or not I pulled this term out of thin air or read it somewhere and just plain forgot where. So can anyone explain to me what online persistence is? I know what it is but I want to see if you all can guess its meaning so I can decide if this is an original term or not. I'll tell you what it means if it is original. Thanks. ============================== "Need more eeenput..." - #5, "Short Circuit" ============================== Edited by - Gaiiden on June 23, 2001 12:20:25 AM

Drew Sikora
Executive Producer
GameDev.net

Advertisement
Erm... your character, progress, and all other vital game state information remain (in continuity)? Said to distinguish between short-term multiplayer games, that, while they may be massive, do not allow for any progress or continuity.

I''ve heard terms like "persistent online worlds" used quite frequently over the years. At a GDC I went to years ago there were a number of conferences on "persistent online" this and that.

On the bright side, though, if your definition doesn''t mean this at all, you get to coin a new one!

--------------------
Just waiting for the mothership...
--------------------Just waiting for the mothership...
The term is a bit mislead I admit. It sort of has a reverse meaning, to help you out. By the way, Wavinator, a good guess but wrong Who knows, maybe it is a new term. That''s what I''m trying to find out.

==============================
"Need more eeenput..."
- #5, "Short Circuit"
==============================

Drew Sikora
Executive Producer
GameDev.net

A persistent world is a world that lives even when you''re not logged in.

Most of those games require an AI to perform task for you while you''re offline, also their''s often a share option to let you allies use and manager your assets.

It is persistent because it always run, and you cannot remove your character from it.

-* So many things to do, so little time to spend. *-
-* So many things to do, so little time to spend. *-
Well, I heard the word ''persisten'' used quite often when coding databases using C++. The idea was to make it possible for C++ classes to be saved on file between uses.
Similarly, when talking of games the word is used to denote the quality of ''something'' to not reset its state between uses. For instance, a game could have persistent levels, the levels keeping track of the state they were in when the user leave them...
With multiplayer games, the truth is that since there is always someone connected, it''s not really persistent per se. For instance, Artifact could not qualify, because truly, the game world is reset everytime someone wins. Although it''s true that there is no need for anyone to be connected, and it''s true that your assets in the game world keep evolving when you''re offline.

What do you apply the term to anyway ?
If it''s to talk of a character, I would see ''online persistence'' as the quality of a character to keep ''living'' while the user is not connected.

Not user of where you are going to, but hey, let us know when you are there !

youpla :-P
-----------------------------Sancte Isidore ora pro nobis !
quote:Original post by Gaiiden
The term is a bit mislead I admit. It sort of has a reverse meaning, to help you out. By the way, Wavinator, a good guess but wrong Who knows, maybe it is a new term. That''s what I''m trying to find out.


Well tell us what your definition is, already! That way we can say "oh yes, that''s a new thing" or "oh no, that''s actually called ''orthanomology''" (or something)...


War Worlds - A 3D Real-Time Strategy game in development.
quote:Original post by ahw
What do you apply the term to anyway ?
If it''s to talk of a character, I would see ''online persistence'' as the quality of a character to keep ''living'' while the user is not connected.

And the prize goes to ahw for his incredible insight! Okay, there isn''t prize but it just sounds good.

Yeah, I use the term online persistence to describe the player living while not in the game. Good job, ahw - I was just about to clarify that I was referring to the player. I''m writing an article on online persistence and how it effects gameplay for a book and I wanted to see how the term held up to all you people. Basically you have to realize that the player will never be online all the time, or is less persistent. Different genres are effected differently as well. RPGs are the least effected due to the fact that community interaction isn''t usually required to advance in the game. Action games (like Tribes 2 or Allegiance) can just squeak by if they have scalable objectives, meaning teams if different sizes (depending on whose online) can still take on missions (say, raiding a small convoy next to taking over an asteroid base). Strategy games are the worst, since you have to continuously fight another player or many players and when logged off certain measures have to be taken to ensure the user is not overrun while away. That''s just a small example of what will be in the article. I can''t give too much away (for obvious reasons) but there will also be talk about how online persistence can limit a story (note that Allegiance and Tribes 2 could have good backstories or storylines, but they don''t) and how online persistence may be obsolete (think portable devices). Anyways thanks to all who guessed and if you have any additional comments feel free to post them, I''m open to feedback to make this article good.


==============================
"Need more eeenput..."
- #5, "Short Circuit"
==============================

Drew Sikora
Executive Producer
GameDev.net

Actually, "Persistent" simply means "does not disappear when you turn the thing off". Persistent data storage = saving a file to disk. A persistent world in an online game is one that will still be there when you login next. It might have evolved due to actions by other players while you were away, or events, but it's still derived from the same world that you started playing in.

People might not remember what you said, or what you did, but they will always remember how you made them feel.
Mad Keith the V.

Edited by - MadKeithV on June 26, 2001 5:44:50 AM
It's only funny 'till someone gets hurt.And then it's just hilarious.Unless it's you.
Right, MadKeith, however you are refferring to online persistence and the game world, when I''m refferring to online persistence and the player. Like I said, it''s kind of a reverse-meaning. When I say online persistence I''m talking about the player''s ability to stay active in the game world all the time, whether through AI avatars when logged off or through the use of future portable devices that carry a small portion of the game with them (like a client) that let''s the user control his or her avatar in a limited fashion.

==============================
"Need more eeenput..."
- #5, "Short Circuit"
==============================

Drew Sikora
Executive Producer
GameDev.net

Methinks you need to coin your own term for this one. Maybe one that''s more specific to avatars, such as "Automated Player" or something like that? (Since the majority of replies seem to have a different emphasis).

--------------------
Just waiting for the mothership...
--------------------Just waiting for the mothership...

This topic is closed to new replies.

Advertisement