Let's say you've taken leave of your senses and have decided to create a computer game. More particularly, let's say this game you've decided to make will have as its setting a particular place in which things exist.
Congratulations! You've just decided to build a world.
WORLD-BUILDING 101
Building a world means imagining and implementing stuff. The "stuff" of a new world consists of places, and of objects set within those places.
Having decided to create a computer game that exists as a world, you now get to decide what kind of world will best suit the sort of game you want to make.
If you want your newly-created world to emphasize action, you'll want most of the objects in your world to express rule-based behaviors like movement and damage status. You'll also want to provide ways for players to manipulate those behaviors, since having "verbs" that allow players to (usually destructively) manipulate objects is what allows them to feel active.
If you want your world to emphasize meaning, then you'll need to make some of your stuff look and (to some extent) act like people, or at least be artifacts created by people and imbued with emotional value. The appearance and characteristics of all places and objects should help to express their inner meanings.
If you want your world to emphasize interaction and problem-solving, then some of the stuff in the world will need to appear to have complex dynamic behaviors. These behaviors can emerge from simple internal behavioral rules, but they need to interact enough to create systems that have patterns but that can't be summed up in a wiki entry by the first person to encounter it.
These goals aren't mutually exclusive. You can have a game that emphasizes action and interaction (Minecraft), or meaning and interaction (Myst), or action and meaning (The Sims). It's even possible to build a world that provides all three of these modes of play. The Elder Scrolls V: Skyrim is arguably a decent current example of this.
The pertinent thing about such multi-modal worlds is that they tend to be BIG. Big worlds are large places, and they are full of stuff... or as game developers like to call it, "content." How you choose to structure the content that defines the world of your game is the point of this article.
THE STRUCTURE OF BIG NEW WORLDS
Most game developers choose to organize a big world either by breadth or by depth.
Breadth is about making a world whose navigable terrain is large relative to the player's character and that contains many objects. Open-world games such as Skyrim and Minecraft tend to feel like enormous places overflowing with objects.
A gameworld built for breadth will offer wide expanses of terrain and numerous "inside" locations with their own terrain. And all that terrain and all those interiors will have objects located on and in them (grass, rocks, plants, animals, furniture, tools, weapons, people, etc.). As a side effect of having to build large amounts of stuff, that stuff will mostly exist either as a static texture map (you can see it but you can't do anything with it), or as a usable item with a single, simple, predetermined effect.
Depth is about making a world whose places and objects have many details. Deep games don't have as many places or objects as in a broad game. But the places that are built are carefully constructed to feel lived-in like a family home in a Spielberg movie. And the pieces of stuff in these places will be tagged with highly relevant information, usually called "lore." The objects in a deep game will also typically be richly dynamic -- they'll have several "verbs," or different but plausible ways for players to interact with them as gameplay activities.
What most developers don't try to do is make a game that has both breadth and depth. They don't try to make a big world that's both very large (in spatial size and object count) and very detailed.
There's nothing that forces this as a design choice. But historically there have been two serious practical constraints: time and money.
Trying to make a big world that contains a lot of content is hard. Trying to make a big world that contains very detailed content is hard. Trying to do both (the thinking goes) doubles or trebles the required development time and money. So most developers of big worlds pick one structural approach and try to do it well.
BREADTH VERSUS DEPTH: THE CHOICE
Making either of these choices means a tradeoff.
Games that do breadth well -- they have physically large worlds filled with stuff -- are often critized as "shallow." Games that do depth well -- their places and objects are intricate and filled with meaning -- are criticized as inducing claustrophobia by not enabling the feeling of rapid and frequent motion.
Bethesda's post-Morrowind console-focused games (Oblivion, Fallout 3, Skyrim) are known for their breadth. The traversable area of these worlds is enormous compared to the linear environments of most games. But this size means they're often condemned as being shallow. The action and meaning and interaction are almost entirely surface-only -- what you can see is pretty much all there is.
In a couple of ways, that's an unfair criticism. Developers of games that use Bethesda's engine do try to include some depth in their games, in addition to the massive amount of broad content that needs to be created to fill the outdoor spaces and interiors. Objects in rooms, for example, are frequently selected and arranged to tell a kind of micro-story about the person whose place that was. Terminals and books abound, giving some emotional depth to the world through tiny stories.
Also, while it's true that these are exceptions to simply having lots of stuff, the need to fit a very broad gameworld into the constraints of a console imposes limits on depth. It's simply not possible, even if there were time and money enough to do so, to tag every object with information and to allow every object to be usable in multiple ways. Consoles enforce simplicity, which favors zone-loading breadth over information-dense depth. (Obsidian's Project Eternity and Chris Roberts's Star Citizen are two Kickstarted games that are meant to be both big and developed specifically for the PC. It will be interesting to see whether the removal of the console limits allows these games to be both broad and deep.)
Those defenses noted, the reality is that there just aren't many games that do depth well, even as the design emphasis.
THE CASE AGAINST DEPTH
Adventure games used to try for depth. Things in adventure games had stories, and behaviors, that you could discover if you took the time to click on them. Exploring this depth was often a necessity, in fact. The depth was built into the core game design; you could not win the game (without cheats) except by reading and interacting with the details of the world.
But this structural choice -- gameplay through investigating a small but information-rich space -- means less sensation of movement. There is vastly less of a kinesthetic sensation of energetic action in a deep game. Most of the "motion" is in one's mind. Designing that kind of game takes a very different kind of effort than designing a broad but shallow world.
Sometimes this led to simply clicking on pretty pictures, as in Myst. Later adventure games were dismissed as "hunt the pixel games" when they tried to make interaction with objects more of a gameplay activity requiring a physical challenge, rather than following a path toward greater exploratory or narrative depth.
In addition to feeling constrictive for gamers whose main playstyle interest is motion and activity, the work curve in deep games feels more like a sequence of high stairsteps. Every new place that is created in a deep game needs to be constructed with numerous very detailed and active objects. These objects must work on their own, they must contribute to the intended purpose of that particular space, and they have to support the theme of the overall world of the game. That's not a mechanical function that someone can be trained to do -- you need someone who can feel, and who is creative, and who can combine those talents to make moments that other people can feel. So adding even a single new space becomes a major undertaking in a deep game.
Compared to the generally smooth slope of the work to be done for a game with breadth, with many similar objects scattered over a large area, development of deep content is simply harder to produce.
BREADTH WINS
The practical result of these structural effects is that big worlds tend to be broad (but shallow) because breadth is easier.
A small but deep world, by its nature, requires hand-crafting. When there are only a few places and only a few things in those places, every place and every thing will be seen and assessed on its merits. For the game to feel right, designers and storytellers need to carefully stage all the visible pieces.
A broad world can be filled with content using programmatic tools, then given a relatively simpler hand-crafting pass or two. Large swaths of terrain can be sculpted using terrain generation tools; vegetation can be "planted" automatically according to exposed terrain type; buildings and dungeons can be selected from a few pre-built models; and so on. There's still a lot to do, but the broad strokes on the canvas can be filled in by code that applies generative rules.
Another important reason why breadth is easier is that depth is about meaning. Programatically "planting" a tree object in a particular location in an open-world game might have some meaning if someone takes the time to go into that space and tweak the location and type of the tree to give it meaning in that place.
But it's just a tree -- just a nice-looking texture. And there are many thousands of such nice-looking objects to be placed in addition to all the other objects that need to be placed... and trying to give all such things emotional value takes time that just doesn't exist. (And let's be honest, the number of people who enjoy and are good at choosing and placing gameworld objects in ways that express meaning to gamers is probably extremely small.)
It's simply faster and easier to make a big space with lots of things in it that don't have any particular emotional content.
BUILDING DEEP WORLDS ANYWAY
Not everyone has given up on depth as a viable structural option in games, however.
Richard Cobbett recently made a plea for more depth in a Eurogamer article, Saturday Soapbox: Hollow Worlds - Looking for "Look At". In this piece, he laments what today's games miss by not including the "Look At" feature. This ability to learn more about the details of places and objects was once common in text-based and point-and-click adventure games. But games increasingly emphasized action and excitement and motion. As they did, the very idea of stopping the action to learn more about the nature of the things in the gameworld became harder even to imagine.
Assuming it's implemented in any serious way, designing a look-at capability into a game creates the opportunity for more depth than is found in most of today's games. Games with exploratory and narrative depth are worth making. It will be interesting to see if anyone takes up Cobbett's challenge.
Another example of wishing for games that emphasize depth is the "One City Block" concept, as evangelized occasionally by Warren Spector. This is a game that is deliberately designed to limit the existing space of motion in the gameworld to just a single block of a city. In place of constant action and new sights, the variety and interest in a One City Block game would be found in the people and objects existing in this small patch of reality and the deep connections among them.
A potential example of this kind of design may be found in Gone Home, currently being developed by the small team that created the "Minerva's Den" DLC for BioShock 2. As in the best of the mature adventure games, Gone Home promises to reward players not for using physical dexterity to "beat" the game as quickly as possible (which is a perfectly valid playstyle satisfied by many current games), but for engaging with the deep world of the game at an emotional and intellectual level. This doesn't guarantee it will be a good game -- but it will be a different game than most of what's released today, and a deeper game, and that makes it worth watching.
BREADTH AND DEPTH IN ONE GAME -- CHALLENGES
Finally, is it possible to have both breadth and depth in a single game? Are there any work-organizing processes and technical capabilities by which a gameworld could be created within some reasonable time frame (say a year or two) that is both large and detailed?
One step in a positive direction is procedural content generation (PCG). To have both breadth and depth, developers need help with one of those two forms of content so that they have time to focus on the other. Since it's so much harder to define rules for meaning-filled (depth) content compared to expansive (breadth) content, having lots of both would seem to depend on creating tools that generate lots of good content.
Really large (broad) games already do this. Huge chunks of land can be generated randomly to an arbitrary level of complexity. This can be done by the developers, then hand-tweaked, in order to create a world (such as Skyrim) that is common to all players. Or it can be done dynamically, as in Minecraft -- this approach restricts placement of large, detailed structures, but it requires less data storage if world details are generated only when the player actually approaches that part of the world.
Random generation of fixed content can help greatly with providing a large amount of physical terrain. Once the first and second passes through the terrain generator are done, developers can then edit this base structure to individually adjust the look of key locations. They can then add objects (many, many objects) for yet more breadth of content. Finally, they can tag objects with meaningful deep content.
This is basically how Bethesda creates its Elder Scrolls and Fallout open-world games. Bethesda come as close as anyone to the ideal of a game that is both broad and deep... but in an ironic twist, it is the very breadth of these games that points out the shallowness of the characters and objects relative to how many of them there are. If these games were considerably smaller, the many small details of object placement and NPC behaviors would be better recognized and appreciated.
The downside to this method for trying to have both breadth and depth is that it's still almost as expensive as making a big, deep game purely by hand. Although random terrain generation helps, it's not really enough to reduce the number of people needed to hand-tweak the thousands of places and objects and actors.
Games that dynamically generate content have it even worse. While this approach makes it possible to enjoy spaces that are very large and that have lots of naturalistic "stuff" in them (rocks, trees, etc.), not generating content until the player is ready to experience it makes it impossible for the developer to hand-edit that content to add depth.
BREADTH AND DEPTH IN ONE GAME -- POSSIBILITIES
Handling both of these cases seems to drive at one question: is it possible to programmatically create depth?
Programmatically creating breadth is valuable. The more breadth that can be added using automatic systems, the more time is available for adding depth.
But the degree of difficulty is lower for breadth-creation rules. That's not to say it's easy; it's just easier to define rules that determine where and how to plop down places and objects (including people-shaped objects) than it is to imagine and apply the contextually-plausible information that gives those places and things and people emotional value.
As a general rule, anything to do with simulating people and people-related artifacts is hard. Automatically generating a forest is (relatively) easy; it's terrain and plants. There are even third-party tools like SpeedTree that help with this. If you're feeling energetic, you might add animals as well, whose impact on their environment is generally negligible. You can tweak those content elements for aesthetic or simulationist value, but it's still reasonably simple to generate lots of them according to predetermined and encoded rules.
Add people, though, and now you have the task of creatively imagining and representing the effects of human intentions and actions -- for example: roads (what kind? how should they run?), buildings (architectural style? size? purpose? proximity to other buildings? clean or filthy?), tools (what kinds of tools would different cultures use? where should they be placed outside or in a home? does the owner take care of them? does the owner have special feelings toward any of these objects?), and of course people themselves (who are they? what do they want? how do they feel about other characters? what actions are they capable of taking? what actions do they take given specific environmental phenomena?).
In a very broad game, adding people-related depth is an epic undertaking. When you have a cast of thousands, what are the rules that will let all those people behave like unique but still plausible individuals? An army of developers could hand-tweak each NPC, but that's expensive... and what if you want your game to add new characters over the course of play?
Some developers are working with the physical aspect of supplying meaningful depth to human-related content. Miguel Cepero, for example, is already doing some very interesting work with procedural generation of architecture. I expect commenters can provide plenty of examples of other efforts along these lines.
And the good folks at Storybricks are still working on ways to allow interactive emotional connections and behaviors to be dynamically generated among NPCs. This remains very much a work in progress, but it's one of the steps in the direction of games that can be both broad and deep.
For now, though, the problem remains: how do you encode the creativity and aesthetics of game developers as generative rules so that the people and things in a game can dynamically produce their own depth?
...
I may come back to this in a future blog post. For now... suggestions and ruminations are welcome.
Showing posts with label Storybricks. Show all posts
Showing posts with label Storybricks. Show all posts
Monday, March 4, 2013
Monday, February 27, 2012
Joining the Team
Since writing the previous entries on the Storybricks system, I've been invited to join the Storybricks team as Community Manager.
Since I'm now affiliated with Storybricks in a direct way, I wanted to be sure to point out here that this site is my personal game design blogging site. All of the opinions expressed here are my own and don't represent any official positions of the Storybricks organization.
From time to time I may have some thoughts on game design or the game industry that I feel I need to unleash. :) When that happens, again, those will just be my personal views, and they should not be considered to reflect any official statement from or regarding Storybricks.
That said, I certainly encourage you to join us in the Storybricks forums!
Since I'm now affiliated with Storybricks in a direct way, I wanted to be sure to point out here that this site is my personal game design blogging site. All of the opinions expressed here are my own and don't represent any official positions of the Storybricks organization.
From time to time I may have some thoughts on game design or the game industry that I feel I need to unleash. :) When that happens, again, those will just be my personal views, and they should not be considered to reflect any official statement from or regarding Storybricks.
That said, I certainly encourage you to join us in the Storybricks forums!
Thursday, September 29, 2011
Storybricks + DikuMUD = Balance in MMORPGs
To follow my previous comments about Storybricks, this time I'd like to get into the nuts and bolts of how Storybricks works. (Note that this is based on what has been revealed of Storybricks at this time -- things can and will change as Namaste continues to develop the concepts and implementation.)
Nearly all MMORPGs today are descendants of an early text-based multi-user dungeon (MUD) called DikuMUD. There are three interrelated reasons why DikuMUD proved to be genetically superior to other MUDs, and why it became the progenitor for nearly all modern graphical MMORPGs:
These elements combined to catapult DikuMUD and its successors to prominence in the world of computer-based roleplaying games. As other forms of MUDs became less visible, and as new gamers arrived and saw only DikuMUD-derived MMORPGs, eventually only DikuMUD-descended MMORPGs remained.
This wasn't inherently wrong. Obviously a lot of people enjoy the focus on simple fighting, and DikuMUD-derived MMORPGs have prospered because they satisfy that desire. It's also easier for developers to manage table-driven, numbers-oriented content than features that highlight emotional interactions or logical exploration, so that's the kind of game they tend to make and the kind of features they prefer to add to existing games.
But I think it's also true -- and there seem to be at least a few other gamers who agree -- that something important has been lost in the Cataclysm that is World of Warcraft and its close MMORPG siblings. In particular, and as I noted previously, these stat-driven games have dehumanized roleplaying. While there are some dedicated souls who try to enjoy what little roleplaying and exploration content exists in today's MMORPGs, for the most part you're only as useful as whatever combat capabilities your character brings to a group. You're not a person with an interesting history, living in a richly detailed world filled with fascinating people -- you're the equivalent of a car with a gun strapped to the hood, useful only for how much destruction your character can help the group do per second.
In the DikuMUD-based MMORPGs available today, story is dead. (Again, with respect to BioWare and the story emphasis they're trying to offer in Star Wars: The Old Republic, while I'm glad to see that they're trying to inject some story into the combat, in the end it's still going to be about the numbers-driven combat. I expect that over this this will be what gets the most developer attention in SW:TOR, just like in every other MMORPG.)
What's so refreshing about Namaste's Storybricks is that it restores the power of character creation -- thus reviving the power of human-oriented storytelling -- to roleplaying games and to the gamers who enjoy them.
Most content creation tools for computer games are created by developers for developers. Sometimes, versions of these tools are released to gamers. Examples include the Neverwinter Nights story creation tool, the GECK tool for Fallout 3, and the quest creation toolkits in the Champions Online/Star Trek Online MMORPGs. Standalone content creation systems such as Unity and RPG Maker are also becoming more widely available. And support for user-made modications ("mods") such as Notch is adding for Minecraft is also provided occasionally.
Having these tools available has been exciting for gamers who enjoy creating their own content, and I salute the developers who have taken this step. But all these tools been limited in some way -- either by creating content that can only be used locally, or by tightly limiting multiplayer content, or by exposing so much power that the would-be content creator is overwhelmed.
Storybricks -- by design -- addresses all of these impediments to user content generation by including players as creators of game content right from the very start and by making the content creation interface simple but expressive.
Of course it's natural to try to understand new technologies in terms of what can be done using today's tools. This has led some, hearing about Storybricks for the first time, to wonder whether it's simply another iteration on the content creation tools currently available. So it's worth taking a moment to try to address some of these questions and concerns.
First, the current plan (as I understand it) is that when you create characters and place them in the gameworld, other players can play with them as well. This way you can build your own stories and then allow others to join you in discovering where those stories lead. This ability of players to create content for each other appears to be a central goal of Storybricks.
As for being just an improvement on quest creation tools like those for Neverwinter Nights or Champions Online/Star Trek Online, there are some mechanical similarities in that all these allow the content creator to establish connections between characters and objects. But Storybricks is more focused on creating and expressing personal relationships among multiple characters (PCs and NPCs alike) than on associating experience points with object-based player actions. The core of Storybricks is not so much a system for detecting the completion of certain player actions (although it must do that, too) as an AI engine for storing and reflecting personal drives and multi-character relationships.
And unlike powerful quest-generation tools like the NWN toolset or general content builders such as Unity, Storybricks is very simple to use while being extremely expressive. You simply drag nouns and verbs and adverbs from a context-sensitive list and snap them together. In the same way that a few natural-language sentences can express powerful thoughts, the linguistic construction model for relationships in Storybricks is capable of defining a remarkable amount of communication with just a few clicks.
By design, however, the real power of this system is encapsulated in the AI engine that carries the load of emotional interpretation. The building system that is exposed to the player is really simple to use, and Namaste seem determined to keep it that way even as they add useful new features.
Another concern I've heard is that in a Storybricks gameworld, you'll be forced to make your own content or somehow pushed into giving developers "free labor." I think I'm safe in asserting that no one will ever be forced to participate in content creation in a Storybricks gameworld. All the details of how user-generated story material gets used and distributed have not been worked out yet, but the developers of Storybricks have made it absolutely clear that their goal is creative freedom for players, not player control. I'm confident that adding your own story material will be completely optional; those who only want to play in a story-friendly game world will be free to do so.
Finally, it's important to bear in mind that the Storybricks system is not at this time being developed as some kind of external engine-plus-user-interface that can be plugged into an existing MMORPG like World of Warcraft or EVE Online. The degree to which the relationship AI has to be keyed to everything -- objects, places, factional states, movement animations, available interactions with other characters -- means that you pretty much have to build the entire gameworld around this relationship engine. Playing with Storybricks will mean playing in a Storybricks gameworld.
That's admittedly a limitation of the Storybricks idea. To have immediate impact, it would need to be easily implementable in existing gameworlds. But the association of emotional states with character animations and interaction options, not to mention character awareness of objects and places, is so pervasive in Storybricks that it would be extremely difficult to retrofit to an existing gameworld. Such an extensive web of connections basically has to be baked into a game from the very start.
This doesn't mean that the Storybricks idea can't have wide consequences, however. It only means it will take time for elements of the Storybricks approach to character design -- once the kinks are ironed out in practice -- to be integrated into new MMORPGs.
Not every new MMORPG will need or want emotionally plausible NPCs. Some will continue to implement NPCs as quest dispensers and mobile targets. There's nothing wrong with that in itself; it's fine and even desirable for there to be games that follow the path laid down by DikuMUD and its descendants.
But to do well over the long term, I think MMORPGs can't afford to neglect the storytelling and world-discovering interests that gamers also have. And that's why I'm excited about Storybricks.
For the MMORPGs that aspire to being narratively rich places, whose creators care about letting gamers create and interact with interesting characters who are capable of driving stories of intrigue and passion and revenge and all the rest of Georges Polti's 36 plots, I believe that Storybricks truly does have the potential to give the MMORPG evolutionary tree the strong new branch it needs as a counterbalance to the old stats-and-combat-focused DikuMUD branch.
Nearly all MMORPGs today are descendants of an early text-based multi-user dungeon (MUD) called DikuMUD. There are three interrelated reasons why DikuMUD proved to be genetically superior to other MUDs, and why it became the progenitor for nearly all modern graphical MMORPGs:
- it emphasized easy-to-understand and action-oriented combat over other forms of interaction
- it simplified interactions down to easily-trackable, table-driven statistics, and
- it was designed to be easy to modify and install by gameworld creators.
These elements combined to catapult DikuMUD and its successors to prominence in the world of computer-based roleplaying games. As other forms of MUDs became less visible, and as new gamers arrived and saw only DikuMUD-derived MMORPGs, eventually only DikuMUD-descended MMORPGs remained.
This wasn't inherently wrong. Obviously a lot of people enjoy the focus on simple fighting, and DikuMUD-derived MMORPGs have prospered because they satisfy that desire. It's also easier for developers to manage table-driven, numbers-oriented content than features that highlight emotional interactions or logical exploration, so that's the kind of game they tend to make and the kind of features they prefer to add to existing games.
But I think it's also true -- and there seem to be at least a few other gamers who agree -- that something important has been lost in the Cataclysm that is World of Warcraft and its close MMORPG siblings. In particular, and as I noted previously, these stat-driven games have dehumanized roleplaying. While there are some dedicated souls who try to enjoy what little roleplaying and exploration content exists in today's MMORPGs, for the most part you're only as useful as whatever combat capabilities your character brings to a group. You're not a person with an interesting history, living in a richly detailed world filled with fascinating people -- you're the equivalent of a car with a gun strapped to the hood, useful only for how much destruction your character can help the group do per second.
In the DikuMUD-based MMORPGs available today, story is dead. (Again, with respect to BioWare and the story emphasis they're trying to offer in Star Wars: The Old Republic, while I'm glad to see that they're trying to inject some story into the combat, in the end it's still going to be about the numbers-driven combat. I expect that over this this will be what gets the most developer attention in SW:TOR, just like in every other MMORPG.)
What's so refreshing about Namaste's Storybricks is that it restores the power of character creation -- thus reviving the power of human-oriented storytelling -- to roleplaying games and to the gamers who enjoy them.
Most content creation tools for computer games are created by developers for developers. Sometimes, versions of these tools are released to gamers. Examples include the Neverwinter Nights story creation tool, the GECK tool for Fallout 3, and the quest creation toolkits in the Champions Online/Star Trek Online MMORPGs. Standalone content creation systems such as Unity and RPG Maker are also becoming more widely available. And support for user-made modications ("mods") such as Notch is adding for Minecraft is also provided occasionally.
Having these tools available has been exciting for gamers who enjoy creating their own content, and I salute the developers who have taken this step. But all these tools been limited in some way -- either by creating content that can only be used locally, or by tightly limiting multiplayer content, or by exposing so much power that the would-be content creator is overwhelmed.
Storybricks -- by design -- addresses all of these impediments to user content generation by including players as creators of game content right from the very start and by making the content creation interface simple but expressive.
Of course it's natural to try to understand new technologies in terms of what can be done using today's tools. This has led some, hearing about Storybricks for the first time, to wonder whether it's simply another iteration on the content creation tools currently available. So it's worth taking a moment to try to address some of these questions and concerns.
First, the current plan (as I understand it) is that when you create characters and place them in the gameworld, other players can play with them as well. This way you can build your own stories and then allow others to join you in discovering where those stories lead. This ability of players to create content for each other appears to be a central goal of Storybricks.
As for being just an improvement on quest creation tools like those for Neverwinter Nights or Champions Online/Star Trek Online, there are some mechanical similarities in that all these allow the content creator to establish connections between characters and objects. But Storybricks is more focused on creating and expressing personal relationships among multiple characters (PCs and NPCs alike) than on associating experience points with object-based player actions. The core of Storybricks is not so much a system for detecting the completion of certain player actions (although it must do that, too) as an AI engine for storing and reflecting personal drives and multi-character relationships.
And unlike powerful quest-generation tools like the NWN toolset or general content builders such as Unity, Storybricks is very simple to use while being extremely expressive. You simply drag nouns and verbs and adverbs from a context-sensitive list and snap them together. In the same way that a few natural-language sentences can express powerful thoughts, the linguistic construction model for relationships in Storybricks is capable of defining a remarkable amount of communication with just a few clicks.
By design, however, the real power of this system is encapsulated in the AI engine that carries the load of emotional interpretation. The building system that is exposed to the player is really simple to use, and Namaste seem determined to keep it that way even as they add useful new features.
Another concern I've heard is that in a Storybricks gameworld, you'll be forced to make your own content or somehow pushed into giving developers "free labor." I think I'm safe in asserting that no one will ever be forced to participate in content creation in a Storybricks gameworld. All the details of how user-generated story material gets used and distributed have not been worked out yet, but the developers of Storybricks have made it absolutely clear that their goal is creative freedom for players, not player control. I'm confident that adding your own story material will be completely optional; those who only want to play in a story-friendly game world will be free to do so.
Finally, it's important to bear in mind that the Storybricks system is not at this time being developed as some kind of external engine-plus-user-interface that can be plugged into an existing MMORPG like World of Warcraft or EVE Online. The degree to which the relationship AI has to be keyed to everything -- objects, places, factional states, movement animations, available interactions with other characters -- means that you pretty much have to build the entire gameworld around this relationship engine. Playing with Storybricks will mean playing in a Storybricks gameworld.
That's admittedly a limitation of the Storybricks idea. To have immediate impact, it would need to be easily implementable in existing gameworlds. But the association of emotional states with character animations and interaction options, not to mention character awareness of objects and places, is so pervasive in Storybricks that it would be extremely difficult to retrofit to an existing gameworld. Such an extensive web of connections basically has to be baked into a game from the very start.
This doesn't mean that the Storybricks idea can't have wide consequences, however. It only means it will take time for elements of the Storybricks approach to character design -- once the kinks are ironed out in practice -- to be integrated into new MMORPGs.
Not every new MMORPG will need or want emotionally plausible NPCs. Some will continue to implement NPCs as quest dispensers and mobile targets. There's nothing wrong with that in itself; it's fine and even desirable for there to be games that follow the path laid down by DikuMUD and its descendants.
But to do well over the long term, I think MMORPGs can't afford to neglect the storytelling and world-discovering interests that gamers also have. And that's why I'm excited about Storybricks.
For the MMORPGs that aspire to being narratively rich places, whose creators care about letting gamers create and interact with interesting characters who are capable of driving stories of intrigue and passion and revenge and all the rest of Georges Polti's 36 plots, I believe that Storybricks truly does have the potential to give the MMORPG evolutionary tree the strong new branch it needs as a counterbalance to the old stats-and-combat-focused DikuMUD branch.
Tuesday, September 20, 2011
Storybricks: The Rehumanization of Roleplaying Games
Anyone who has followed this blog for any length of time will know that I tend to look at game design (like everything else) from a fairly high-level perspective.
Other people are good at speaking to the mechanics of specific games, or at advocating for concrete gameplay content. My interest is usually directed toward the design of core gameplay systems that could help make interactive worlds more engaging for people who enjoy simulation and narrative -- that is, for the Explorer and Socializer gamers among us.
This is why I've developed numerous ideas and criticisms around the goal of helping gameworlds feel more "alive." In particular, I've criticized the practice of building Non-Player Characters (NPCs) as nothing more than loot piñatas (pop them for goodies!) or static props handing out quests and dispensing pellets of experience points. They look like people, but they don't act like people. Their inhuman behavior leaves a gameworld feeling more like a wind-up toy than a world filled with interesting people -- once you've seen its limited repertoire of behaviors, you're done with it.
This is radically different than -- and a serious step back from -- interacting with the complex, fascinating, frustrating, dangerous, and lovable non-player characters found in tabletop roleplaying games. In these games, where NPCs are played by humans, characters have character.
The roleplaying part of tabletop roleplaying games was a remarkably humanizing play activity. Pretending to be a person with abilities and desires other than your own could reveal unexpected abilities and motivations in yourself. How many areas of human experience can say that?
But in translating roleplaying games to computers, much of the human touch was lost. With so many other systems to develop (especially the systems for character leveling and combat), the developers of most computer-based RPGs somehow never got around to recreating what was arguably the most important part of a roleplaying game: interacting in interesting ways with interesting characters.
(BioWare deserves credit for trying to bring interesting characters to life in their computer RPGs. No one forgets Minsc. But massively multiplayer online role-playing games -- called MMORPGs for the obvious reason -- have not yet given anywhere near the same level of attention to NPCs, and BioWare's Star Wars: The Old Republic took years to fill with hand-developed content.)
In a way, many of the concepts I've suggested over the past decade have been attempts to address this problem of characterless characters. A couple of notions in particular are specifically meant to help NPCs feel more interesting by building into them a greater range of perceptive and expressive capabilities.
One thought was to enhance gameworlds with specific environmental effects, such as day/night cycles and sound propagation, while also allowing NPCs to perceive these environmental effects and respond to them in reasonable ways. An NPC who can realize that some meaningful event is happening and respond to it is a much more interesting character than one who just stands there oblivious to local reality.
The other key suggestion in this area is something I called "multifaction." In today's MMORPGs, when you do something for a particular NPC, that character may be able to "remember" that your action helped the one group to which that NPC belongs. This notion of "faction" is good for creating a very limited social fabric -- members of the Rebel Alliance love me, but I'm shoot-on-sight to Imperial stormtroopers -- but it's inexplicably underused.
Why can't I have faction with individuals rather than just groups? Why can't individuals and groups have factional standings with each other so that when I do something nice for Person A, who is disliked by Person B but loved by Person C, Person B likes me less while Person C likes me more? Why isn't faction used to enable persistent-world computer RPGs to store and express the complex webs of social relationships that give human existence its emotional richness?
There are plenty of games that emphasize points-gathering and loot-collecting and level-raising. And it's good that there are such games.
But where are the games that support internally complex and logically consistent worlds filled with characters who act like people because they can perceive their environment and can form and attempt to satisfy emotional goals?
Well, I have some good news to report on one of these fronts. If the folks at Namaste have their way, NPCs who can express emotionally plausible behaviors may be standing just around the corner, waiting to meet us.
I was recently given the opportunity to see an early build of Namaste's "Storybricks" system in action. If any of what I've said so far is of interest to you, you should visit Namaste's Web site to see for yourself what they're doing.
In the meantime, here's a brief description: Storybricks is a set of systems integrated into a gameplay environment that allows NPCs to have emotional goals and states and to act on those goals and states in plausible ways through their relationships with players and with each other. (Note: this statement and all that follows here are purely my personal interpretation of Storybricks. For the official facts about Storybricks as it is developed, please refer to Namaste's site.)
Initially, Storybricks allows players to create characters who have particular motivations and goals ("drives"), some of which may come from a role-based template (Peasant, Shopkeeper, Guard, etc.), and others which are added to particular characters by their creator. All drives implemented in a Storybricks gameworld have in-game actions through which they can be expressed, as actions (along with objects and places) are all linked through the central AI system at the heart of a Storybricks gameworld. This allows characters to have plausible emotional goals and states based on their role, but also to have unique sets of interior motivations, some of which may actually oppose each other.
Cuthbert the Guard Captain, for example, may be designed to be motivated by duty and honor, but also by avarice and impatience. Under normal circumstances, all that a player may see of Cuthbert is his upholding the law... but what might happen if the player presents Cuthbert with a bribe?
Another possibility: Cuthbert the Guard Captain believes that order is important, and that it is necessary to defend the king in order to maintain order. But Cuthbert hates Baldwin the Noble... so how does Cuthbert behave when Baldwin usurps the throne and becomes king?
This ability for NPCs to have conflicting internal states immediately makes Storybrick's NPCs vastly more interesting as characters than the people-shaped automatons standing in for NPCs in today's MMORPGs.
Storybricks also allows NPCs, like player characters, to have relationships with multiple NPCs. By "relationships" I don't mean romantic alliances (in, say, the Mass Effect/Dragon Age sense). I mean relationships in the sense of holding various kinds of feelings in differing degrees toward players and other NPCs. Alfgar the Citizen may like you, while Edward the Brigand may despise you, and these NPCs would be able to act on these relationships in appropriate ways.
Further -- and approaching the "multifaction" concept -- perhaps Baldwin the Noble likes you, while Ethelred the Peasant likes Baldwin. If Ethelred observes that you have done some harm to Baldwin, this may change your relationship with Ethelred even if you don't directly do anything to Ethelred.
Taken to its full extent in a gameworld, this capability for second-order effects instantly propels MMORPGs toward becoming games that can tell interactive stories as good as those of their tabletop progenitors. Instead of forming (and farming) isolated factional standings with faceless groups, players in a gameworld designed around the Storybricks system swim in a chaotic sea of ever-shifting personal alliances and emnities, where actions over time can lead to consequences that are hard to predict. At last, computer-based NPCs may soon have what characters in tabletop RPGs have always had: the power to surprise.
People yield interesting stories not when they do what we expect of them, but when they shock us by revealing hitherto unknown aspects of themselves. We expect Sarah Connor to protect her child, but we don't expect her to do it by aggressively hunting down those whom she considers threats. We expect Sam Gamgee to care for his friend Frodo, but we don't expect him to become an action hero in taking on the horrible spider Shelob. The twist is plausible but unexpected, the result of putting a person with complex internal emotions in a stressful situation that reveals something of the character's true nature. And that depth of character is the engine behind every great story.
Storybricks is important -- perhaps the most important new technology in MMORPG development in many years -- because it provides the technological foundation for creating characters with emotional depth in computer-mediated gameworlds. This enables the crafting and emergence of captivating stories, a vital source of gameplay that's been absent from online persistent-world computer RPGs (including the few now allowing players to create quests).
It's always tempting to try to understand new things in terms of what we currently have. But there really hasn't been anything like Storybricks before. The possibilities it offers for experiencing a gameworld in which NPCs feel like people instead of quest pellet dispensers is tremendous.
Not everyone will want this, and that's fine. There are games available today for those who prefer to always know where to go and what to do, as there should be. But for those who have been wanting NPCs to play a more compelling role in building gameworlds as satisfying secondary realities, Namaste's Storybricks is by far the most exciting concept in a very long time.
I'll have more to say about the mechanics and internals of the Storybricks system in a later blog entry.
For now... here's looking forward to the rehumanization of roleplaying games.
Other people are good at speaking to the mechanics of specific games, or at advocating for concrete gameplay content. My interest is usually directed toward the design of core gameplay systems that could help make interactive worlds more engaging for people who enjoy simulation and narrative -- that is, for the Explorer and Socializer gamers among us.
This is why I've developed numerous ideas and criticisms around the goal of helping gameworlds feel more "alive." In particular, I've criticized the practice of building Non-Player Characters (NPCs) as nothing more than loot piñatas (pop them for goodies!) or static props handing out quests and dispensing pellets of experience points. They look like people, but they don't act like people. Their inhuman behavior leaves a gameworld feeling more like a wind-up toy than a world filled with interesting people -- once you've seen its limited repertoire of behaviors, you're done with it.
This is radically different than -- and a serious step back from -- interacting with the complex, fascinating, frustrating, dangerous, and lovable non-player characters found in tabletop roleplaying games. In these games, where NPCs are played by humans, characters have character.
The roleplaying part of tabletop roleplaying games was a remarkably humanizing play activity. Pretending to be a person with abilities and desires other than your own could reveal unexpected abilities and motivations in yourself. How many areas of human experience can say that?
But in translating roleplaying games to computers, much of the human touch was lost. With so many other systems to develop (especially the systems for character leveling and combat), the developers of most computer-based RPGs somehow never got around to recreating what was arguably the most important part of a roleplaying game: interacting in interesting ways with interesting characters.
(BioWare deserves credit for trying to bring interesting characters to life in their computer RPGs. No one forgets Minsc. But massively multiplayer online role-playing games -- called MMORPGs for the obvious reason -- have not yet given anywhere near the same level of attention to NPCs, and BioWare's Star Wars: The Old Republic took years to fill with hand-developed content.)
In a way, many of the concepts I've suggested over the past decade have been attempts to address this problem of characterless characters. A couple of notions in particular are specifically meant to help NPCs feel more interesting by building into them a greater range of perceptive and expressive capabilities.
One thought was to enhance gameworlds with specific environmental effects, such as day/night cycles and sound propagation, while also allowing NPCs to perceive these environmental effects and respond to them in reasonable ways. An NPC who can realize that some meaningful event is happening and respond to it is a much more interesting character than one who just stands there oblivious to local reality.
The other key suggestion in this area is something I called "multifaction." In today's MMORPGs, when you do something for a particular NPC, that character may be able to "remember" that your action helped the one group to which that NPC belongs. This notion of "faction" is good for creating a very limited social fabric -- members of the Rebel Alliance love me, but I'm shoot-on-sight to Imperial stormtroopers -- but it's inexplicably underused.
Why can't I have faction with individuals rather than just groups? Why can't individuals and groups have factional standings with each other so that when I do something nice for Person A, who is disliked by Person B but loved by Person C, Person B likes me less while Person C likes me more? Why isn't faction used to enable persistent-world computer RPGs to store and express the complex webs of social relationships that give human existence its emotional richness?
There are plenty of games that emphasize points-gathering and loot-collecting and level-raising. And it's good that there are such games.
But where are the games that support internally complex and logically consistent worlds filled with characters who act like people because they can perceive their environment and can form and attempt to satisfy emotional goals?
Well, I have some good news to report on one of these fronts. If the folks at Namaste have their way, NPCs who can express emotionally plausible behaviors may be standing just around the corner, waiting to meet us.
I was recently given the opportunity to see an early build of Namaste's "Storybricks" system in action. If any of what I've said so far is of interest to you, you should visit Namaste's Web site to see for yourself what they're doing.
In the meantime, here's a brief description: Storybricks is a set of systems integrated into a gameplay environment that allows NPCs to have emotional goals and states and to act on those goals and states in plausible ways through their relationships with players and with each other. (Note: this statement and all that follows here are purely my personal interpretation of Storybricks. For the official facts about Storybricks as it is developed, please refer to Namaste's site.)
Initially, Storybricks allows players to create characters who have particular motivations and goals ("drives"), some of which may come from a role-based template (Peasant, Shopkeeper, Guard, etc.), and others which are added to particular characters by their creator. All drives implemented in a Storybricks gameworld have in-game actions through which they can be expressed, as actions (along with objects and places) are all linked through the central AI system at the heart of a Storybricks gameworld. This allows characters to have plausible emotional goals and states based on their role, but also to have unique sets of interior motivations, some of which may actually oppose each other.
Cuthbert the Guard Captain, for example, may be designed to be motivated by duty and honor, but also by avarice and impatience. Under normal circumstances, all that a player may see of Cuthbert is his upholding the law... but what might happen if the player presents Cuthbert with a bribe?
Another possibility: Cuthbert the Guard Captain believes that order is important, and that it is necessary to defend the king in order to maintain order. But Cuthbert hates Baldwin the Noble... so how does Cuthbert behave when Baldwin usurps the throne and becomes king?
This ability for NPCs to have conflicting internal states immediately makes Storybrick's NPCs vastly more interesting as characters than the people-shaped automatons standing in for NPCs in today's MMORPGs.
Storybricks also allows NPCs, like player characters, to have relationships with multiple NPCs. By "relationships" I don't mean romantic alliances (in, say, the Mass Effect/Dragon Age sense). I mean relationships in the sense of holding various kinds of feelings in differing degrees toward players and other NPCs. Alfgar the Citizen may like you, while Edward the Brigand may despise you, and these NPCs would be able to act on these relationships in appropriate ways.
Further -- and approaching the "multifaction" concept -- perhaps Baldwin the Noble likes you, while Ethelred the Peasant likes Baldwin. If Ethelred observes that you have done some harm to Baldwin, this may change your relationship with Ethelred even if you don't directly do anything to Ethelred.
Taken to its full extent in a gameworld, this capability for second-order effects instantly propels MMORPGs toward becoming games that can tell interactive stories as good as those of their tabletop progenitors. Instead of forming (and farming) isolated factional standings with faceless groups, players in a gameworld designed around the Storybricks system swim in a chaotic sea of ever-shifting personal alliances and emnities, where actions over time can lead to consequences that are hard to predict. At last, computer-based NPCs may soon have what characters in tabletop RPGs have always had: the power to surprise.
People yield interesting stories not when they do what we expect of them, but when they shock us by revealing hitherto unknown aspects of themselves. We expect Sarah Connor to protect her child, but we don't expect her to do it by aggressively hunting down those whom she considers threats. We expect Sam Gamgee to care for his friend Frodo, but we don't expect him to become an action hero in taking on the horrible spider Shelob. The twist is plausible but unexpected, the result of putting a person with complex internal emotions in a stressful situation that reveals something of the character's true nature. And that depth of character is the engine behind every great story.
Storybricks is important -- perhaps the most important new technology in MMORPG development in many years -- because it provides the technological foundation for creating characters with emotional depth in computer-mediated gameworlds. This enables the crafting and emergence of captivating stories, a vital source of gameplay that's been absent from online persistent-world computer RPGs (including the few now allowing players to create quests).
It's always tempting to try to understand new things in terms of what we currently have. But there really hasn't been anything like Storybricks before. The possibilities it offers for experiencing a gameworld in which NPCs feel like people instead of quest pellet dispensers is tremendous.
Not everyone will want this, and that's fine. There are games available today for those who prefer to always know where to go and what to do, as there should be. But for those who have been wanting NPCs to play a more compelling role in building gameworlds as satisfying secondary realities, Namaste's Storybricks is by far the most exciting concept in a very long time.
I'll have more to say about the mechanics and internals of the Storybricks system in a later blog entry.
For now... here's looking forward to the rehumanization of roleplaying games.
Labels:
design,
exploration,
games,
MMORPGs,
Namaste,
narrative,
NPCs,
story,
Storybricks
Subscribe to:
Posts (Atom)
