Slashdot Mirror


The Future of Persistent Worlds In MMOs

Zonk did an interesting interview with Ed Stark and Dave Williams, employees for an MMO developer named Red 5 (and experienced tabletop game designers). They talk about their ideas and plans to bring about the next step in MMO gaming: increased persistence in online worlds, where an objective, once completed, stays completed. Williams said, "Right now for most of these games, when the player saves the princess and he starts walking away from the tower — if he looks back he's going to see the princess at the top of the tower again." Regarding their current work, he continues: "If you save the village, it stays saved — you saved it! But maybe now that village becomes an objective for another player; maybe something has to be done now because that village wasn't destroyed. And so on, and so on, and so on. Building those mechanisms to make it a world that reacts to a player's actions instead of existing in a static state. That's the world we're talking about."

15 of 302 comments (clear)

  1. Programmers, help me out here.... by rockout · · Score: 4, Interesting
    I never got into these games personally (I liked the RTS and first-person-shooters when I was gaming a lot), but part of me always assumed that kind of stuff, the persistent memory, if you will, was already implemented. I had no idea that was something that hadn't been developed already.

    I'm not a programmer, so I don't really understand, why is it so difficult to have objectives that stay completed after you've completed them? Can someone enlighten me as to why that's a step that's still forthcoming?

    --
    I've learned that they're worthless, so I don't read AC comments anymore.
    1. Re:Programmers, help me out here.... by amorsen · · Score: 3, Interesting

      Puzzle Pirates is persistent and has no quests. The only non-persistence is brigands/barbarians which sail around for no apparent reason.

      (Ok, it has three non-persistent quests, but those were only added a month ago or so, and they're rather silly.)

      --
      Finally! A year of moderation! Ready for 2019?
    2. Re:Programmers, help me out here.... by Terwin · · Score: 5, Interesting

      I figured you would have multiple sides and while a given group can protect a town or village from attack by a different group on another team, this is really just PVP with the outcome recorded by the state of the game world. Presumably conquering larger towns or towns farther in to enemy territory would harder because of more NPC defenders of greater power.

      An alternative would be a series of generally similar quests for making a given town more or less friendly to one side or another. Team A can make the town favor their side, then team B can come around and do a similar quest to get the town to favor their side instead. (possibly giving the town more or fewer defenders for the next attack on that town by one side or another)

      Just because the changes to the game world persist, does not mean that they can not be reversed by the actions of other players.

      Also, if one side or another starts getting more and more powerful compared to the other sides, just give some nifty artifacts or other toys out to the sides being trounced to either encourage more players to play that side, or to beef up the players already there. (presumably these would need to be server and team specific)

      Just set up a large map with three or more teams starting at opposite sides and having a lot of territory in the middle that can be conquered in small, medium, or large chunks as you work your way towards the strongholds of the other teams.

      Even if you don't have any other sorts of quests, you automatically get 'resupply isolated outpost' type stuff by just having reasonable resource consumption, which also gives you supply trains to attack or defend in 'friendly' territory, etc.
      (every 100 citizens need 1 box of resources/week and produces X taxes/week to pay for them based on the tax rate, etc)

      And if you are worried about one side winning everything, just change the scale. After all, what is that saying about a land war in Asia?

    3. Re:Programmers, help me out here.... by vertinox · · Score: 4, Interesting

      Everybody wants to be a hero, right?

      I think that's the problem with MMOGs is right there. That's what developers think everyone wants to be.

      First objection to this, in truth there is a large amount of the gaming community that loves to be "the faceless storm troopers" or the lowly grunt because they can relate better to them than the hero. And its not like most people role play a hero in MMOGs anyways, but just some random dude looking for loot and XP.

      Secondly, its not truly feasible in the current state of MMOG so that everyone feels like their the hero because even now it still doesn't feel like it.

      "Gee... I just killed the boss of the whole game but it really doesn't feel that important because he's coming right back for the next guy in line"

      See, no mater how you look at it, you will never feel like a hero if everyone can do what you do or that the fate of the world really doesn't hang in the balance.

      The solution, IMO would involve a pretty complex system of quest generation that are one off quests and scenarios that affect the world in someway slightly.

      --
      "I am the king of the Romans, and am superior to rules of grammar!"
      -Sigismund, Holy Roman Emperor (1368-1437)
    4. Re:Programmers, help me out here.... by Original+Replica · · Score: 4, Interesting

      If you take your idea of resource consumption and expanding faction territory, and keep the number of resource sources static within any given faction, then you have a self balancing mechanism for faction strength. A faction with twice the territory would have half the resource density. You could add a static number of wandering defense NPCs to each territory to also have this effect. A faction that lost half it's territory would have twice the density of NPC defenders. Ever time a defender is killed a new one quickly spanes somewhere in the faction territory, as that territory shrinks the likelihood of the spawn being close by increases, eventually a Faction territory that was reduced all the way down to just the Keep in the capital city would have an effectively infinite number of NPC defenders. So even a heavy faction imbalance in a server could be contained.

      --
      We are all just people.
    5. Re:Programmers, help me out here.... by vidarh · · Score: 4, Interesting
      Instead of making the quest "chop down the tree on the hill" you make the quest "chop down the tree at location [foo]" and the location and the tree is dynamically generated determined for each player. Assuming you populate the world with enough trees, and/or eventually slowly replace the trees, the world will appear persistent and the amount of extra work is very limited.

      The same principle can be applied to most things: Put N evil kings in the game world, and M princesses and other desirable hostages, and let the N evil kings constantly pick from a list of X plots involving kidnapping princesses or others, assassinating people (including players who have been given quests to fight them or to carry out quests for other kings) etc., and then hand out quests to aid or prevent those plots. Add a handful of twists and turns and wary the number and level of players given each quest and you'll have endless variations. Once a princess is kidnapped, you have the reverse quest of freeing her. Once she's free she'll eventually be targeted for kidnapping again, probably by another king, via another method with other players involved in the kidnapping and in protecting/saving her.

      So yes, as you say you make things flip-flop. But you can introduce variations, delays etc.. You can keep a torn down castle in ruins for a while, before an upstart king decides to make it his stronghold and hires players to rebuild it again, possibly in a completely different style, and quite possibly his alliances will be different, so the conflicts he's involving players in and the plots he hatches are different.

      Keep in mind that the real world flip-flops like that a lot: Countries have taken and lost land many times throughout history. Castles have been taken and retaken, burned down and rebuilt. Royal families have been ousted and retaken power.

      Just don't make things go back to exactly the same it was, and don't make it happen immediately.

    6. Re:Programmers, help me out here.... by bishiraver · · Score: 5, Interesting

      If you look through my comment history, you might find some novel ideas on how to implement permadeath whilst keeping it "fun." Unfortunately, I'm not a subscriber and can't view my own full comment history. The gist of it:

      1) why do players dislike permanent death?
      1a) Because they lose hard work.
      1b) Because their character might have been famous, and now they have to start all over again.

      2) what can be done to rectify this?
      2a) incorporate death somehow into the character development process, so it's a GOOD thing. Sometimes.
      2b) their friends (and enemies) will still know who the player is behind the toon, because the bloodline's surname is the same.

      Proposal:

      You create not a character, but a bloodline. This bloodline has an abode (probably starting as a hovel with upgrade possibilities). Said bloodline can have several characters in it. Bloodline possessions are handed from one character to another.

      The circumstances of a character's (permanent) death influence starting character attributes (if it were fallout, I'd call em perks). Say one of your characters dies fighting a dragon? Now you have the ability to create a character with the Dragonslayer perk (+ to damage against dragons, perhaps), to better avenge his forefather. This also can kick off dynamically generated quests.

      Example: forefather that died fighting dragon had a pretty cool sword. A few months down the road, your current character gets wind of where his sword might be, and sets off on a quest to get it. The strength of his forefather's spirit/character imbued the sword with even more magic, etc.

      Having a haven/home for your bloodline also allows you to more easily create different styles of characters and play subsequent characters easily.

      Example:
      You build up your character to a coveted level of skill in swordmastery. Unfortunately, he dies. Your subsequent characters, if they so choose, can be built with a "Swordmaster Heritage" perk, for example, which makes getting up to a decent skill level in swordmastery a bit easier/faster.

      See what I mean? Permanent death need not be an annoyance to be complained about. It can be integrated into the play workflow nicely.

  2. EVE Online is persistent, kind of by Jogar+the+Barbarian · · Score: 5, Interesting

    With all this talk about doing away with instancing, I'm surprised they didn't mention EVE Online. EVE has *ONE* world for all the players. Granted, it can make it mighty laggy for large engagements, but most of the time it's fine. Missions are "instanced" insofar as they are randomly created when you get them, but they can be discovered by other players using scanners, so you could conceivably have complete strangers swoop into your mission and rob your loot. Annoying, yes, but it adds tremendously to the feeling that you're part of a larger world.

    --
    3. Profit!
    2. ???
    1. On Soviet Slashdot, a Beowulf cluster of alien Natalie Portman overlords welcomes YOU!
    1. Re:EVE Online is persistent, kind of by tnk1 · · Score: 4, Interesting

      Don't forget Player Owned Stations and Player Outposts. Eve player Alliances can declare sovereignty over whole constellations in 0.0 space (non-Empire) and maintain it with persistent stations and construct their own Jump bridges and all of that as long as they control the needed number of POS'es in systems.

  3. Players as enthropy by Animats · · Score: 5, Interesting

    It's hard to make this work in a way that doesn't allow the world to deteriorate. How does all the stuff that players destroy get repaired? Probably by a huge number of NPCs working very hard around the clock. The NPC AI's need persistent state, too. They need to learn from experience, so they will rebuild better defenses. Walls are built stronger. Weak points are plugged. Overlapping fields of fire are set up. Obstacles to slow up assaults go in place. Towers are built to be mutually supporting. Checkpoints where players must disarm are put in place. NPC guards discover flanking tactics.

    The day will come when the NPC AIs get smart enough to realize that the players are ruining their world and band together to exterminate the players.

  4. Algorithmic, dynamic worlds should be the goal.. by Chordonblue · · Score: 4, Interesting

    The solution is algorithmic in that these games should be able to support a non-entropic reality and introduce things on their own.

    I know that's much easier to say than do, but perhaps the bar is set too high to do this now - particularly on a planet wide scale. Maybe it should be tried at a city or small town level first before trying to do it all at once.

    If things were dynamic enough, the developers wouldn't have to plan huge expansions of meaningless quests - ideally, these quests should form on their own based on the changing social-political situation in-game. Solutions to the computer-generated quests should also be up to the players at hand. Oh no, there's a Big Magic Dragon! Should we use magic or spears to kill it, how many people will we need, etc.

    One of the most disappointing things about MMO's to me is the fact that NOTHING matters. It's an empty experience but for the social interaction with the other players. Most of the quest solutions are online anyway, there doesn't seem to be much of a sense of true adventure. True adventure involves risk of the unknown and there's damned little of that in an MMO game.

    I think that games like Spore will prove (at least to some extent) that this is possible now. The first company to apply Spore-like persistence and algorithmic flexibility to MMO's will do incredibly well.

    --
    "...Well, there's egg and bacon; egg sausage and bacon; egg and spam; egg bacon and spam; egg bacon sausage and spam..."
  5. Want Persistence? No Quests. by Bieeanda · · Score: 3, Interesting
    Seriously. I'm sorry guys, and I know that you've got a bunch of the movers and shakers from the tabletop gaming world... but Christ, just look at D&D Online to see how much different tabletop gaming is from MMO gaming.

    The biggest problem is, they're underestimating just how fucking fast players will progress through the content. If there are milestones like quests to be met, the players will figure out a way to pass by them at light speed. Even if you have ten thousand canned quests ready for deployment as soon as the first batch is completed, they'll be gone in a month at most.

    Someone pointed EVE Online out as a truly persistent world. I'd like to add Ultima Online to that list. Both have only the barest NPC interaction: there are mobs to hunt and kill, and merchants to deal with, both of which can be bypassed by a mature-enough player-base. The only 'quests' are specific GM-run events that are more complex than 'harvest five bear asses' or 'serenade the Princess for Cyrano'. Everything else is a sandbox. Players create their own storylines, fight their own wars, and build their own merchant empires. There's no need for a traditional dungeon master because the server is smart enough to handle simple math like combat, and the only real social interactions occur between players, not players and keyword-driven mobiles.

  6. there should be no story or quests by Singularitarian2048 · · Score: 3, Interesting

    But there should be unique items, a few of them so rare and so powerful that whoever comes to wield one of them will be like a demigod in that world. Players will form factions, armies, to steal just one of these items from whoever currently has it. (And it will take an army to get it.) Players will betray each other to get control of one of these items.

    Also, it should be possible for a character to really die, and stay dead--not just respawn. Once dead, a character should become a ghost, who can roam the world, chat with other players, and contribute in minor ways to a party, perhaps as a spy. Then governments will form. Good players will unite to protect newbies and others from player killers, and a justice system will spontaneously develop.

  7. Afraid to lose by Shihar · · Score: 3, Interesting

    The problem with the "everyone is a hero" mentality is that it not only makes for a wildly inconsistent and boring world, but it also fails in its objective. Seriously, can anyone out there claim that they felt like the hero after doing a quest that a thousand other people have done? Do you really feel the hero when you ask on chat how to save the princess and someone LOLs about how easy that quest was? The "you are a hero" quests are as mundane as any other quest.

    Personally, I think MMORPG should realize that the MMO part is supposed to mean something greater than making a really tedious single player where other people also play. I personally think that many people would be far more interested in a changing and dynamic world than a world of dozens "you are the hero!" quests that everyone and their dog has done.

    I think that the biggest problem is that MMORPG makers are afraid to have people lose. They want you to always feel like a winner, and as a result the game becomes very dull for many people. There is absolutely nowhere to go in an MMORPG but up. I am not advocating massive exp loss or anything of that nature. People hate that sort of thing because they hate to grind. What I am advocating is a world that can turn for the worse. While you are at it, maybe it is time to rethink the absurd exponential power curves that forces content segregation.

    Consider:

    Forget the mechanics for a moment; just imagine an MMORPG built upon the principle that all people should be able to enjoy the content. That means instead of having to make content for each 5 level slice, content is there for all. It might mean that you need to rethink "power" and âoeprogressâ in the game.

    Now, you have a game where everyone can participate in content. Now imagine a threat arises that is dynamic and moving. Instead of the "threat" being a new area spawned in that you can go to and spawn camp at, imagine if it was a living and moving thing.

    So, letâ(TM)s take the classic zombie horde. The threat is a zombie horde. It starts at one end of the world and moves to the other end. As it kills it grows. It moves slowly, but it clearly moves. As it moves into an area, zombies wander in slowly. When resistance is met, zombies start heading that way. Any prolonged resistance results in a horde concentrating. So, if you defend a town, you can hold it for a while, but after some time you get swamped and either need to flee or get reinforcements. Even if you do not resist, at some point the zombie population gets thick and everyone dies.

    Make it so that there are no-win scenarios. You can hold a town for a time, do so damage to the horde, but in the end you WILL lose. The best you can do is do some damage and fall back.

    So, the players keep fighting and falling back. Perhaps they make some valiant last stands in various popular cities, but in the end the cities are conquered one by one. If the players fall back effectively, do damage as they retreat, than at some point they might thin the horde enough to actually hold a city. Instead of being swamped in a few days, they might just find themselves in a long term siege that lasts weeks or months. Other players might try and fight supplies in, while others fight from the walls, clean up sewers, and clear out zombies that slip in. Maybe after a time the momentum is reversed, and the players are able to push back the zombies and reclaim land.

    Of course, things could go the other way. The players could be pushed back and pushed back until there is nowhere to go. The world could end and the game starts anew with some different challenge facing it.

    Some people will hate this type of game play. Some people want to win every time. Other people will love it. I don't know about you, but the idea that you could actually lose is thrilling. A desperate retreat fight back to the center of the empire, losing city after city sounds a shit ton more exciting than farming NPCs or doing save the princess quests. Do I g

  8. I see three problems with this persistence. by Dr.+Spork · · Score: 3, Interesting

    Good post!

    I've thought about this myself and came to exactly the same conclusion. I'd put the matter only a little differently: The question is: When will we write AI that can do all the work of a competent human game content developer? I expect it will take a while, but not forever.

    Surely, there will initially be some cheating. So maybe when you kill an orc, it will indeed stay dead, but another orc will spawn elsewhere in the forest, waiting to be found by another adventurer. I would love it if we tried to simulate an actual ecosystem that simulated (among other things) the conception, birth, feeding, etc. of orcs, but that would have three problems. One: It's just asking too much of the AI. Two: It would reveal how ecologically incoherent most of the classic "dungeons" in rpg's really are (even by standards of fictional ecology, orcs must consume so many calories each day, shit somewhere, etc. They're not going to be having lives in some single room in a dungeon.) Three: Such a system, even if it were relatively stable without PC interference, could easily be corrupted hopelessly by the actions of some powerful player characters. Destroying is much better suited to the activity of a PC in a CRPG than is building. Destroying is faster. Cutting down a tree is much easier than making one grow.

    All current and future CRPGs must find a way to set back up the knocked-down bowling pins, or set up different bowling pins instead. If a group is bent on deforestation or depopulation of a country, and the game must replace what is killed in a natural way, there will soon be no more trees nor NPC humans.

    Of course, systems could be introduced that prevent such actions. Repairer druids might magically regrow lost forests, but who will generate replacement villagers?

    What's attractive about "adventure settings" is that they are in a context of very weak central institutions (so they leave space for adventure) with potentially powerful individuals. There are no "adventurers" in Singapore, because there, even spitting on the CCTV-watched street gets you in trouble. That's one way to prevent chaotic rampagers, but the four classic role-playing world types (middle-age w. spells, western, war & post-apocalyptic) are not chosen by accident. They're settings where individuals are not under the yoke of a central authority. For fans of Firefly: The protagonist adventure-group does their work on the outer planets exactly because central control doesn't extend that far.

    My point is that it wouldn't be an adventure game if it were in a setting that prevented individuals from devastating rampaging. This means that such settings are inherently unstable. (Usually, strong governments elbow in and stamp out the "adventure space" - for the most part.)

    So even a perfect AI would not be able to impose stability on an inherently unstable, fully simulated situation. Adventure settings are paradigmatically not in equilibrium.