Slashdot Log In
The Future of Persistent Worlds In MMOs
Posted by
Soulskill
on Sat Aug 23, 2008 10:21 AM
from the i'm-sorry-mario,-xlegolasx-already-saved-me dept.
from the i'm-sorry-mario,-xlegolasx-already-saved-me dept.
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."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
People (Score:2, Insightful)
Such things would require a prohibitively high number of actual persons playing NPCs, and the amount of coordination between them would make this extremely buggy.
Re: (Score:3, Insightful)
The bigger issue is the "Internet Fuckwad Theory [penny-arcade.com]".
Which basically means that you WILL have players who figure out how to ruin events and storylines for other people. That's why a lot of quests are persistent, and ever un-changing.
Re: (Score:3, Insightful)
Re: (Score:3, Interesting)
Well, yes, obviously a quest-generating AI will have problems. But the solution here is probably to have the world (more likely the zone or sub-zone) be a finite state machine. In any given state, there is a quest (or two) to be done, and the completion of that quest (or quests) leads to a different state and a new set of quests. Eventually you cycle back to the first state.
You could also transition to different states depe
I see three problems with this persistence. (Score:4, 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.
Parent
Programmers, help me out here.... (Score:5, Interesting)
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?
Re:Programmers, help me out here.... (Score:5, Informative)
Parent
Re:Programmers, help me out here.... (Score:4, 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.)
Parent
Re: (Score:3, Insightful)
Re:Programmers, help me out here.... (Score:4, Insightful)
Tetris!
Parent
Re:Programmers, help me out here.... (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.
Parent
Re: (Score:3, Interesting)
I'm a professional MMO developer. This idea isn't new, but the word "permadeath" sends most MMO players into a frothing frenzy. I think it would be interesting to do in a game.
I previously wrote up a concept similar to this where players would manage a family on my professional blog at http://www.psychochild.org/?p=198 [psychochild.org]. I also had the concept of expansions "fast forwarding" the timeline and advancing the story; this allows the story and world to change based on player actions without having some of the p
Re:Programmers, help me out here.... (Score:4, Insightful)
I think it takes away from the adventuring draw of the game....
I disagree. I think it adds to adventuring because it gives you multiple goals. Not only are you trying to maximize your current level of power, but you're also need to consider long-term effects for developing your family. It adds another level to the gameplay. Plus, it allows you to play alts without feeling like you're "wasting time" because all your characters can work to achieve common goals.
As with anything, of course, it can fall victim to poor implementation. And, if you do try it and don't like the system, I suspect there will be tons of other games that will offer you the tried-and-true adventure draw you prefer. ;)
Have fun,
Parent
Re:Programmers, help me out here.... (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?
Parent
Re:Programmers, help me out here.... (Score:5, Interesting)
Parent
Re:Programmers, help me out here.... (Score:5, Insightful)
As a person playing RPG's for 18+ years.. and MMO's for about 12+ years, I can confidently say that this would fail. It's nice on paper, but would fail badly if set into motion when 20,000+ people are playing. Here is an example:
1. World of Warcraft. Horde vs Alliance. Alliance in some servers when i last played was almost 2 to 1. With double the alliance, the alliance would get bored because there would be a line to "destroy the town" (or insert any other 2 sided quest here) because it would take so long for a Horde group to finish all of the stuff to "rebuild" it.
2. Give the Horde (one specific side) better equipment? Let me re-introduce to you the bane of all MMORPG's ... The NERF-STICK of +480328423. Suddenly, in PVP, Horde is better than Alliance since equipment is better. OR because equipment works better with certain stats.. Or because (insert one of many of reasons why nerfing happens). Sadly, PvP and PvE don't work well together, and things get horribly nerfed because of it, so this negates giving better equipment to one side.
3. The next problem that is added in (which partly relates to my #1) is what you mention about sides taking control of maps = organized raids. Organized raids = time. Time = complaining that "Oh but I have a job in real life, I don't want to work in a game", or "I don't have 6 hours to play" or "My class isn't needed for this raid?? WTF? LFG!! (Looking For Group)" ... Basically, now you have all the casual gamers complaining that only 13 year olds are doing this since only 13 year olds (or rich spoiled kids, or fat slobs in their underwear in their parents basement) have the time, unless it's the weekend, in which case the "teams" will be HUGE and lag will kill things. =/
4. Server Populations. The other problem is that as server populations change, or as the game has been out a while.. slowly the average level changes. A System that involves needing others to effect things suddenly creates issues if there is no one going to that town anymore (new towns from expansions? Level 10 town out of 80 levels when the game has been out for 2+ years?). Suddenly no one does those quests any more since it takes forever for the "other side" to do their part.
Please understand, I LIKE the ideas and LIKE how you are thinking about it, the problem here is that too many people are going to complain about this or that.
Here is MY answer to the problem:
a. Make a PvE game ONLY.
b. Make a Grinding game ONLY.
c. Make a PvP Game ONLY. (Already done, Play Eve-Online (http://www.eve-online.com/ [eve-online.com] Warning: You will have to "work" to do anything in game. Little to no free-be's.
d. Make an Instance game ONLY where it's really easy and no one has to play the "Massive Multi-Player"... with any other players (hmm.. weird eh?)
The end result is that you can't have a fully persistant world, have PvE and PvP, have Full economies etc etc. all in one game since it's almost the same as putting 5 holy men of different religions into a room and asking them to decide which is better. All will agree that there is something bigger than them, but none will agree on the "perfect method" to find / get to / understand that greater being. (sorry for the religious reference, it was just an easy example to stress how many different sides there are). In the end, making smaller games to individually target those groups I listed above (instead of making ONE game.. most likely badly ... with all aspects in there) would fix a lot of issues. After that we can work on trying to make things persistent. (Like EVE which has some good persistent aspects already!)
Parent
Re: (Score:3, Informative)
But it really wouldn't be difficult at all to blend PvP and PvE in EVE. You already have four factions, each with their own faction space [...] A Gallente in Amarr 0.9 space would be chased down by Concord, even if they had high Concord security ratings when they were in Gallente space.
the Faction Warfare patch released this summer, does exactly that. well, almost. if you are working for one of the factions the enemy's navy (and not CONCORD, they are just for crimes not politics) wtfpwns you in their space.
Make it possible for Alliances or large zergs to overthrow the sovereignty of a system and you have a workable blend of PvE and PvP (a system being overthrown would bring in a lot of attention from players in nearby systems)
again, done. a new region chock full of systems has been created where the warring factions can conquer and generally fight over territory.
Right now EVE storyline is PvP because instead of NPC factions all the story is between the big alliances. But it's better story than anything that content creators would ever dare put in a game.
right on. all that has proven interesting because the big alliances in the game have interests in controlling various pieces of space (resources, st
Re: (Score:3, Interesting)
You might need to invent story elements to explain it, but th
Re: (Score:3, Informative)
You'd have to present different perspectives of the world to each player, where when player A does something it is done for him, but player B still sees it as unfinished.
Interestingly, this is something Blizzard is introducing to WoW in their next expansion. For example, when you first come to a certain town, it looks deserted to you. As you complete quests, it fills up with NPCs and changes slightly. It's not instanced, but someone who has completed a certain quest and someone who hasn't will see different
Re:Programmers, help me out here.... (Score:5, 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.
Parent
Algorithmic, dynamic worlds should be the goal.. (Score:5, 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.
Parent
Afraid to lose (Score:4, 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
Parent
Mod parent up (Score:3, Interesting)
I usually don't post that as a title, but the parent post should be modded up. I'm also a professional MMO developer, not posting as an AC. The whole "players want 'entertainment'" bit is something I'm filing away to explain to other people.
The poster is also exactly right about the whole "hero" thing. Most people have a tremendous capacity for self-delusion. Even if I have to stand in line behind all my friends to release Sharpbeak, the game is still rewarding me for a specific "heroic" action. Or, th
Re: (Score:3, Insightful)
With roughly 250k subscribers, EvE is not one of the largest MMORPGs but certainly economically viable.
You misunderstand the point here. The original EverQuest (EQ1) had a brutal system where you could actually lose a level if you got killed too much. You could also lose all your gear if you didn't get back to the location of your death before the corpse disappeared. EQ1 had a peak of 440k subscribers, beating EVE quite a bit.
Then came along a game where you didn't lose xp, you couldn't lose equipment, a
Re: (Score:3, Interesting)
Spot on, but I would take it a bit further. Good AI at both the individual and group NPC levels is the key to the content problem - without it, nobody can script or generate persistent, non-linear, per-NPC story-lines fast enough to meet a large user base.
From a designer's perspective, you only need to initialize NPCs to a set of stats and relationships with each other (like, dislike, do not know, would avenge, reminds me of, ...), and a long list of (possibly randomized) behaviors (aggressive against ag
Re: (Score:3, Interesting)
The big problem is the sheer volume of content that a company has to come up with if every single quest in the game was, in effect, usable by a single player only.
Play 1 does the 'quest' to chop down the tree on the hill. Now it's chopped down for everyone and all the programming, artwork, etc. that went into making that 'quest' is 'used up'. No other player will experience it, they'll just see the stump of the chopped down tree.
Now... multiply that by the millions of people who play WoW... assume each pl
Re:Programmers, help me out here.... (Score:5, Interesting)
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.
Parent
Re: (Score:3, Insightful)
Would be bloody hard to pull this off (Score:2)
Even with the current state of things, griefers have a field day annoying the bloody fuck out of casual gamers and serious gamers alike. I can only imagine what will happen if 10000 casual gamers sign on and see all the collection and simple rescue quests are done and what remains is an epic battle requiring 300 players to complete (LFG 299 PST). This is going to be really hard (to balance enjoyment, leveling progress and eliminate griefing) if worlds are persistent.
Re: (Score:3, Insightful)
And, indeed, you don't even have to have an equal number of "bad" players. You can run it like "America's Army" and assign people goals and sides based on need.
"Steal $foo from $bar for $baz" looks awfully similar to "get $foo back from $baz for $bar."
Similarly "Defend the town from Brigands" vs. "Rescue the town from brigands."
USE the computer. (Score:3, Insightful)
Who says that EVERYONE has to appear the same to EVERYONE else?
Your quest (team Z) is to kill 5 orcs in village A then 10 orcs in village B then 20 orcs in village C.
The other players (team Y) have a quest to save village A from invading orcs. etc.
So team Z appear as orcs to team Y and team Y appear as orcs to team Z.
The same with the inhabitants of the villages.
There, cyclic quest problem AND AI problem solved all at once.
And the orcs have decent treasure on them for once.
Do they appear different to themselves? (Score:3, Interesting)
I haven't tried America's Army. Do the players on one team appear different to the opposing team than they do to themselves?
I suggest that while my character appear as a normal human character TO ME that to anyone assigned to an opposing quest I appear as a regular orc.
That way, you would never know whether the monster was machine AI or human driven.
You can also extend this to larger groups. The Knights of X appear as human to each other and themselves ... but to the Heroes of Y they appear as various monst
This problem has killed Roleplaying imho (Score:5, Insightful)
Re: (Score:3, Interesting)
Not that anyone is under the illusion that actual Role Playing was ever strong in MMOs, but the fact that the world is mostly static really has always killed it for me.
Originally, Ralph Koster (whatever happened to him after SWG?) had this idea for Ultima Online in which the world was completely dynamic. Animals and monsters could go extinct because of player interaction and they would interact with each when none one was around. You would walk around in the forest and see a wolf attacking a rabbit or a cat
Re:This problem has killed Roleplaying imho (Score:5, Funny)
How could a bard sing a song about great conquests done if everyone has done the same thing, and nothing ever changes?
One name : Lerooooooooy Jenkins
Parent
EVE Online is persistent, kind of (Score:5, Interesting)
With all this talk about doing away with instancing, I'm surprised they didn't mention EVE Online [wikipedia.org]. 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.
Re:EVE Online is persistent, kind of (Score:5, 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.
Parent
EVE took the easy way out ... (Score:3, Insightful)
Too real (Score:4, Insightful)
I played games because they were simple and allowed me to get away from the difficulty of the real world. I liked it because if I did something wrong I could just try again without the conssequences & I could do the same things over and over again because I liked doing them.
The direction games seem to be heading, I might as well just do these things in real life.
Re: (Score:3, Funny)
Go for it; do these things in real life. Oh, and let me know how you do as a paladin fighting orcs and other assorted beasties, because I've always felt my true life's direction lie in being a holy warrior using the power of light to heal my compatriots and harm my foes.
Join the SWAT team. You can't tell me some of the drug addicts those guys take down don't look like freaking Orcs !
Re:Too real (Score:4, Funny)
Join the SWAT team. You can't tell me some of the drug addicts those guys take down don't look like freaking Orcs !
Plus, the busts have no permanent effect on the world, and next week the site will spawn new orcs to be busted by another team! Just like an MMO!
Parent
Players as enthropy (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.
A persistent world? Done. (Score:4, Informative)
Planetside already did this years ago (Score:3, Informative)
Well, Planetside [sony.com] (an MMOFPS) has done this since the beginning. When you capture a base or a tower it stays captured and becomes a spawn point for your side. Then because of the lattice structure between bases, it opens up new bases that are vulnerable to attack. The lattice structure is there to cause a front line to the battles.
User generated quests? (Score:4, Insightful)
Say a player needs a bunch of X cloth to make a new robe. The player could grind it out himself, buy it, or set up a quest from a template for another player to do it.
(kill, get) X (monsters, items, npc) for X (gold, items).
(I just woke up, my imagination coprocessor is still booting up.)
Want Persistence? No Quests. (Score:4, Interesting)
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.
there should be no story or quests (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.
Our current MMO does this already (Score:4, Funny)
With more than 6 billion current subscribers, it seamlessly tracks the direct and indirect consequences of every player action. Cause and effect are so detailed, that it is possible to build toy MMOs within the simulation. It features total immersion with 5 or more senses that routinely covers 16 hour continuous stretches of simulation time. Longer stretches are possible, but the experience starts becoming erratic after 24 hours or so of simulation time. Administrator interventions are quite rare and well integrated when applied - to the point that many players believe there haven't been any.
The immersion is so complete, that when a players connection is temporarily interrupted, their experience in the real world is often remembered as a dream when returning to the simulation.
All player decisions are exhaustively recorded, and are reviewed and judged when their subscription is terminated.
Persistent worlds? Who cares! (Score:3, Interesting)
Persistent worlds? Who cares! How about being able to play with your friends! The mainstream MMOs have no way for you to play with your friends once they've chosen the wrong server.
What's the *first thing* you ask someone when you learn they play wow?
"What server?"
How often has the answer been disappointing? So far, 100% for me.
Re: (Score:3, Informative)