<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"> <channel><title>Raph's Website</title> <link>http://www.raphkoster.com</link> <description>Raph Koster's personal website: MMOs, gaming, writing, art, music, books</description> <lastBuildDate>Mon, 06 Feb 2012 18:55:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/RaphsWebsite" /><feedburner:info uri="raphswebsite" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><thespringbox:skin xmlns:thespringbox="http://www.thespringbox.com/dtds/thespringbox-1.0.dtd">http://feeds.feedburner.com/RaphsWebsite?format=skin</thespringbox:skin><image><link>http://www.raphkoster.com</link><url>http://www.raphkoster.com/bullet.gif</url><title>Raph Koster's Website</title></image><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item><title>Awesome paper on games math</title><link>http://feedproxy.google.com/~r/RaphsWebsite/~3/HT3M8WCR4Xw/</link> <comments>http://www.raphkoster.com/2012/01/27/awesome-paper-on-games-math/#comments</comments> <pubDate>Fri, 27 Jan 2012 16:21:14 +0000</pubDate> <dc:creator>Raph</dc:creator> <category><![CDATA[Game talk]]></category> <category><![CDATA[game design]]></category> <category><![CDATA[game grammar]]></category> <category><![CDATA[theory of fun]]></category> <guid isPermaLink="false">http://www.raphkoster.com/?p=4110</guid> <description>&lt;img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /&gt;&lt;br/&gt;Giovanni Viglietta of the University of Pisa has posted up a paper called &amp;#8220;Gaming is a hard job, but someone has to do it!&amp;#8221;.  In it, he not only analyzes a variety games to determine their complexity class, but he also arrives at a few metatheorems that are generically applicable for all game design. In [...]</description> <content:encoded><![CDATA[<img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /><br/><p><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/1-27-2012-8-19-29-AM.png"><img
class="alignright size-full wp-image-4113" title="1-27-2012 8-19-29 AM" src="http://www.raphkoster.com/wp-content/uploads/2012/01/1-27-2012-8-19-29-AM.png" alt="" width="204" height="155" /></a><a
href="http://arxiv.org/pdf/1201.4995v1.pdf">Giovanni Viglietta of the University of Pisa has posted up a paper called &#8220;Gaming is a hard job, but someone has to do it!&#8221;. </a></p><p>In it, he not only analyzes a variety games to determine their complexity class, but he also arrives at a few metatheorems that are generically applicable for all game design. <strong>In other words, &#8220;include these features and your game gains fun.&#8221;</strong></p><p><span
id="more-4110"></span></p><p>Remember, according to the <a
href="http://www.theoryoffun.com">Theory of Fun</a>, pattern mastery and learning is why the brain plays games. And if you recall my presentation on <a
href="http://www.raphkoster.com/2009/09/22/gdca-games-are-math-slides-posted/">Games Are Math</a>, I made the case that entire classes of &#8220;tasty&#8221; problems can be described in mathematical terms (specifically, complexity class), because they are problems that always feel like they are on the margin of our ability.</p><p>So if you make use of these specific sorts of math problems &#8212; which are actually represented in the game as not looking like math at all, mind you &#8212; you are effectively inserting exactly the sort of problem that the brain finds most interesting.</p><p><strong>These are not the <em>only</em> sort of problem the brain like</strong>s, of course &#8212; there ae psychological challenges, social challenges, physical challenges, emotional challenges, and so on. But an enormous amount of what we tend to call &#8220;gameplay&#8221; falls under the mathematical realm.</p><p>Among the metatheorems that Viglietti identifies:</p><blockquote><p><strong>Metatheorem 1</strong>. Any game exhibiting both location traversal and single-use paths is NP-hard.</p><p><strong>Metatheorem 2</strong>. If a game features doors and pressure plates, and the avatar has to reach an exit location in order to win, then:<br
/> a) Even if no door can be closed by a pressure plate, and if the game is non-planar, then it is P-hard.<br
/> b) Even if no door is controlled by two pressure plates, the game is NP-hard.<br
/> c) If each door may be controlled by two pressure plates, then the game is PSPACE-hard.</p><p><strong>Metatheorem 3</strong>. If a game features doors and k-switches, and the avatar has to reach an exit location in order to win, then:<br
/> a) If k &gt; 1 and the game is non-planar, then it is P-hard.<br
/> b) If k &gt; 2, then the game is NP-hard.<br
/> c) If k &gt; 3, then the game is PSPACE-hard.</p></blockquote><p>Despite the jargon, <strong>these are <em>immediately applicable to your games right now</em>, and phrased in game terms are fairly simple features.</strong></p><p>The paper goes on to provide proofs and examples for games ranging from <em>Boulder Dash</em> to <em>Doom.</em></p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=HT3M8WCR4Xw:OQpJeV2Xs-M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=HT3M8WCR4Xw:OQpJeV2Xs-M:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=HT3M8WCR4Xw:OQpJeV2Xs-M:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=HT3M8WCR4Xw:OQpJeV2Xs-M:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=HT3M8WCR4Xw:OQpJeV2Xs-M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=HT3M8WCR4Xw:OQpJeV2Xs-M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=HT3M8WCR4Xw:OQpJeV2Xs-M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=HT3M8WCR4Xw:OQpJeV2Xs-M:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=HT3M8WCR4Xw:OQpJeV2Xs-M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=HT3M8WCR4Xw:OQpJeV2Xs-M:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=HT3M8WCR4Xw:OQpJeV2Xs-M:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=HT3M8WCR4Xw:OQpJeV2Xs-M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/RaphsWebsite/~4/HT3M8WCR4Xw" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.raphkoster.com/2012/01/27/awesome-paper-on-games-math/feed/</wfw:commentRss> <slash:comments>9</slash:comments> <feedburner:origLink>http://www.raphkoster.com/2012/01/27/awesome-paper-on-games-math/</feedburner:origLink></item> <item><title>Narrative isn’t usually content either</title><link>http://feedproxy.google.com/~r/RaphsWebsite/~3/aOIIxdKnMdw/</link> <comments>http://www.raphkoster.com/2012/01/26/narrative-isnt-usually-content-either/#comments</comments> <pubDate>Thu, 26 Jan 2012 15:00:09 +0000</pubDate> <dc:creator>Raph</dc:creator> <category><![CDATA[Game talk]]></category> <category><![CDATA[Gamemaking]]></category> <category><![CDATA[facade]]></category> <category><![CDATA[game design]]></category> <category><![CDATA[game grammar]]></category> <category><![CDATA[game studies]]></category> <category><![CDATA[jason rohrer]]></category> <category><![CDATA[ludology]]></category> <category><![CDATA[narratology]]></category> <category><![CDATA[storytelling]]></category> <guid isPermaLink="false">http://www.raphkoster.com/?p=4087</guid> <description>&lt;img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /&gt;&lt;img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gamemaking_sm.png" width="12" height="12" alt="" title="Gamemaking" /&gt;&lt;br/&gt;When I said that narrative was not a game mechanic, but rather a form of feedback, I was getting at the core point that chunks of story are generally doled out as a reward for accomplishing a particular task. And games fundamentally, are about completing tasks &amp;#8212; reaching for goals, be they self-imposed (as in [...]</description> <content:encoded><![CDATA[<img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /><img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gamemaking_sm.png" width="12" height="12" alt="" title="Gamemaking" /><br/><p><a
href="http://www.amazon.com/Man-Play-Games-Roger-Caillois/dp/025207033X%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D025207033X"><img
class="alignright" style="margin: 10px;" src="http://ecx.images-amazon.com/images/I/51MLTJrDgpL._SL160_.jpg" alt="" width="110" height="160" /></a>When I said that <a
href="http://www.raphkoster.com/2012/01/20/narrative-is-not-a-game-mechanic/">narrative was not a game mechanic</a>, but rather a form of feedback, I was getting at the core point that <strong>chunks of story are generally doled out as a reward for accomplishing a particular task</strong>. And games fundamentally, are about completing tasks &#8212; reaching for goals, be they self-imposed (as in all the forms of free-form play or <a
href="http://docs5.chomikuj.pl/11376048,0,0,Caillois.pdf"><em>paideia</em></a>, as Caillois put it in <em><a
href="http://www.amazon.com/Man-Play-Games-Roger-Caillois/dp/025207033X%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D025207033X">Man, Play and Games</a></em>) or authorially imposed (or <em>ludus)</em>. They are about <em>problem-solving</em> in the sense that hey are about cognitively mastering models of varying complexity.</p><p>Some replies used the word &#8220;content&#8221; to describe the role that narrative plays. But <strong>I wouldn&#8217;t use the word content to describe varying feedback.</strong></p><p>In other words, perverse as it may sound, <em>I wouldn&#8217;t generally call chunks of story &#8220;game content.&#8221;</em> But I would <em>sometimes</em>, and I&#8217;ll even offer up a game design here that does so.<strong><br
/> </strong></p><p><span
id="more-4087"></span></p><p>The usual definition of &#8220;content&#8221; is &#8220;everything that isn&#8217;t code or rules,&#8221; meaning all the art and voiceovers and quests and whatnot. But that&#8217;s not what it means in this context, because we&#8217;re embarking on another one of thse annoyingly formalistic exercises here. <img
src='http://www.raphkoster.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>I have previously described the basic model I use for analyzing games formally as &#8220;a game grammar.&#8221; This was mostly a conceit for a presentation title, but in point of fact it fits<a
href="http://www.google.com/search?q=define+grammar"> the formal definition of &#8220;grammar&#8221;</a> moderately well. You see, this model, which I have also termed an atomic model of game design, is concerned exactly with the morphology of games: the structure and form they take. It builds on the seminal work of Chris Crawford, who defined interaction as</p><blockquote><p>a cyclic process in which two actors alternately listen, think, and speak.</p><p
style="text-align: right;"><a
href="http://www.amazon.com/Art-Interactive-Design-Euphonious-Illuminating/dp/1886411840%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1886411840"> &#8211; Chris Crawford in <em>The Art of Interactive Design</em></a></p></blockquote><p
style="text-align: left;">The game grammar model works the same way as all interaction does. The chief difference with game interaction is that one of those actors may actually be algorithmic: a computer, or a set of rules and processes. At core, a game is about figuring out the rules and processes that an opponent is using; said opponent might be a computer or a real person, or even the laws of physics and the physical constraints of your own body. Your job is to identify a goal (which might be handed to you by a designer, or might be one you set for yourself) and attempt to arrive at a way of interacting with this system that results in the outcome you want.</p><p
style="text-align: left;"><strong>When we speak of a game system, that collection of rules is what we mean</strong>. Usually a system will be composed of multiple <em>mechanics</em>, each of which is made of up a variety of <em>rules</em>. A system like this has also been termed a &#8220;fun molecule,&#8221; an &#8220;atom&#8221; or a &#8220;ludeme&#8221; by various authors.</p><p
style="text-align: left;">A system, though, is sort of like an algorithm, or a printing press. <strong>It repeatably performs a process, but given different stuff to work with, you can get a pretty different experience out of it</strong>. The term for the &#8220;stuff to work with&#8221; is <em>content</em>, and most of the time it is effectively &#8220;statistical variation.&#8221; An enemy with different stats, a level with different placement of platforms.</p><p
style="text-align: left;">There is a class of games that focuses on user-generated narratives rather than on authorially imposed ones &#8212; you can read about the distinction in<a
href="http://www.raphkoster.com/gaming/narrative.shtml"> a very old talk called &#8220;Two Models for Narrative Worlds&#8221;</a> I gave at the Annenberg Center at USC. In that talk I made the point that</p><blockquote><p
style="text-align: left;">These worlds can <em>still tell stories.</em> What we surrender is not narrative, but authorial control.</p></blockquote><p
style="text-align: left;">I coined the terms &#8220;impositional space&#8221; and &#8220;expressive space&#8221; to define the ends of this spectrum for myself.</p><p
style="text-align: left;">Now, that talk long predates any of the game grammar sort of work. But effectively, my critique of quick-time-events and excess feedback used in narrative-driven games is primarily about impositional spaces, narrative imposed by the author(s) of the game; and it is essentially in a &#8220;ludic&#8221; context. And several folks took me to task for ignoring the expressive spaces and the spaces that are intended to serve as narrative <em>generators</em> in that critique.</p><p
style="text-align: left;"><a
href="http://www.amazon.com/Art-Fiction-Notes-Craft-Writers/dp/0679734031%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0679734031"><img
class="alignleft" style="margin: 10px;" src="http://ecx.images-amazon.com/images/I/518oQLsZroL._SL160_.jpg" alt="" width="104" height="160" /></a>Story, as it happens, has some rules too, largely based on how the brain works. For example, in <em><a
href="http://www.amazon.com/Art-Fiction-Notes-Craft-Writers/dp/0679734031%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0679734031">The Art of Fiction</a></em> John Gardner has a wonderful example of the ways in which repeated mention of physical objects causes them to become associated with emotions &#8212; in effect to become symbols. And then mention of objects associated with <em>those</em> objects does the same. In a sense, thematic freight becomes <em>transitive.</em></p><p
style="text-align: left;"><em></em>That particular trick is used very very widely in all sorts of media. For example, Ravel&#8217;s <a
href="http://en.wikipedia.org/wiki/Bol%C3%A9ro"><em>Bolero</em></a> has become thoroughly associated with sex thanks to the film <em><a
href="http://www.amazon.com/10-Blu-ray-Robert-Webber/dp/B0046BHC6O%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB0046BHC6O">10</a></em>, and now at this point you can conjure up that association by just playing that music.</p><p
style="text-align: left;"><strong>Expressive spaces in games rely on this trick extensively.</strong> In fact, all forms of <em>post facto</em> storytelling by players do. They ascribe meaning to moments, and then the player builds a narrative arc through their selective memory of events. I often call this <em>mythmaking</em>, and we do it pretty much all the time, without even thinking about it.</p><p
style="text-align: left;">In games designed to <em>cause</em> the player to put together stories, such as <em><a
href="http://sleepisdeath.net/">Sleep is Death</a>, <a
href="http://www.interactivestory.net/">Facade</a>, </em>or <a
href="http://dear-esther.com/"><em>Dear Esther</em></a>, there is a system there, an algorithm &#8212; and then there is the statistical variation that is fed into it. And that statistical variation, the <em>content</em>, is actually little symbols and narrative moments, ones that are often impressionistic or disconnected. <strong>The &#8220;problem&#8221; the player faces is that of arranging them into a coherent whole.</strong></p><p
style="text-align: left;">The fact that symbols and moments and memories are profoundly intangible things does not mean that they can&#8217;t be manipulated in this way; fiction does so readily, as we have seen. From a <em>mechanical</em> point of view, though, they have much in common with the particular hand of cards you have been dealt, or the set of Scrabble tiles on your rack. You end your interaction with the system by <em>making sense of them</em>, which is different from finding a word in the tiles only by a matter of degree. <em>Dear Esther</em>&#8216;s mechanics could be replicated with a different setting and group of symbols &#8212; to radically different emotional effect. When analyzed by the game grammar, we&#8217;d find two very different experiences to be the same game.</p><p
style="text-align: left;"><img
class="aligncenter" src="http://www.raphkoster.com/bullet.gif" alt="* * *" width="39" height="39" /></p><p
style="text-align: left;">Let&#8217;s consider a thought experiment.</p><p
style="text-align: left;">I was once in a discussion with some fellow designers and one of them was playing with the idea of a game about memories. I offered up a design idea whereby there was a map of a house, and there was a deck of cards, each card labelled things like &#8220;comfy armchair&#8221; and &#8220;deep closet&#8221; and &#8220;empty bookshelf.&#8221; The deck was shuffled, and some cards were laid in each room.</p><p
style="text-align: left;">Players would then take turns tapping a card and telling a &#8220;memory&#8221; about that card and its place in that house. That this was the armchair where you remember curling up to read, a memory of safety and comfort; and another player says it was where they found great-grandmother when she finally passed away. All memories must be &#8220;true&#8221; &#8212; meaning, they cannot contradict anything anyone has said. After all stories were told, all the players decide which way they want to remember the armchair from among the stories told, by voting.</p><p
style="text-align: left;">The person whose memory was selected keeps the card. At the end of the game, whoever has the most cards wins.</p><p
style="text-align: left;">For greater emotional impact, you play this with real family, a real house layout, and real objects from your childhood.</p><p
style="text-align: left;">Here we have both emergent consensus narrative and a game system. The memories are actually tokens in the game space &#8212; intangible ones, with a lot of emotional weight to them. You <em>can</em> approach the game mechanistically, and strategize. But you can also approach it experientially. It is mostly an expressive space. And ultimately, the <em>real</em> game lies in making sense of your family, its history. It is still pattern-matching, grokking each other and the complex web of relationships and half-truths and biased recollections that make up a family history.</p><p
style="text-align: left;">In this game,</p><ul><li>narrative is <em>input</em> &#8212; the affordance given to a player, the &#8220;move they can make&#8221;</li><li>narrative is <em>a resource</em> &#8212; accumulated and managed towards a victory condition</li><li>narrative is actually <em>content</em>, user-generated even, providing statistical variation into the system</li><li>narrative is <em>feedback</em> &#8212; its accumulation, in the form of individual symbols, is representing the gestalt &#8220;game state&#8221;</li></ul><p>But it&#8217;s still not a mechanic. You could in fact replace the memories with differently colored poker chips, and everything would proceed in the same manner. The experience would be substantially different, and the emotional impact far less.</p><p>You could also de-game this. Don&#8217;t negotiate whose memories win out. Don&#8217;t have the rule about non-contradiction. You&#8217;d end up with the experience of looking through a photo scrapbook &#8212; and likely, you would not tackle the challenge of <em>understanding</em> that the rules push you towards.</p><p><em>This game has never been played. If anyone ever does, let me know what happens.</em></p><p><img
class="aligncenter" src="http://www.raphkoster.com/bullet.gif" alt="* * *" width="39" height="39" /></p><p
style="text-align: left;">In the post title I said that narrative isn&#8217;t <em>usually</em> content. This game is an exception, as are the other ones I have cited. Ironically, <strong>games where narrative is content actually tend to have very very complex and robust rule systems</strong>. Chris Crawford&#8217;s <a
href="http://www.storytron.com/"><em>Storytron</em> </a>has years of development in it, almost all in the systems design. <em>Facade</em> is an AI wonderment. And even this little non-digital game has as &#8220;imported&#8221; rules a host of psychology and past family history, rules that are deeply perilous to transgress. (The mere addition of other players always imports complex social rules into a game; in this case, the deeply personal nature of the interaction brings in yet more. &#8220;We never talk about her drinking problem&#8221; and the like).</p><p
style="text-align: left;">Because of this, <strong>I have no issue reconciling formalism in examining the &#8220;ludology&#8221; of games with the &#8220;narratological&#8221; approach of examining games-as-stories</strong>. My issues with small-system-big-feedback games described in<a
href="http://www.raphkoster.com/2012/01/20/narrative-is-not-a-game-mechanic/"> the other post</a> have to do with the lack of substantive pattern-learning, the lack of player agency, and thus the lack of <em>the fundamental qualities that games bring to the table</em>. And in that, I include emergent-narrative games and expressive spaces, which I certainly consider games &#8212; more <em>complex</em> games, in point of fact, than most games are. So for those who felt I was bashing the entire genre of emergent narrative games, I apologize for the lack of clarity there; that was not at all where I was going with that post.</p><p
style="text-align: left;">So where does this all leave authorially imposed story? Primarily in the realm of <em>interactive experience design</em>. Which is a different discipline from &#8220;game design&#8221; though they have tremendous overlap. I am biased towards our getting <em>game design</em> right<em>, </em>but that does not mean that interactive experience design isn&#8217;t a fascinating and deep area in its own right &#8212; or that it is unimportant to games. In fact,<strong> it&#8217;s incredibly important</strong>. But that&#8217;s a subject for another post someday.</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=aOIIxdKnMdw:poj3UhNOJRI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=aOIIxdKnMdw:poj3UhNOJRI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=aOIIxdKnMdw:poj3UhNOJRI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=aOIIxdKnMdw:poj3UhNOJRI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=aOIIxdKnMdw:poj3UhNOJRI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=aOIIxdKnMdw:poj3UhNOJRI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=aOIIxdKnMdw:poj3UhNOJRI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=aOIIxdKnMdw:poj3UhNOJRI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=aOIIxdKnMdw:poj3UhNOJRI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=aOIIxdKnMdw:poj3UhNOJRI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=aOIIxdKnMdw:poj3UhNOJRI:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=aOIIxdKnMdw:poj3UhNOJRI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/RaphsWebsite/~4/aOIIxdKnMdw" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.raphkoster.com/2012/01/26/narrative-isnt-usually-content-either/feed/</wfw:commentRss> <slash:comments>40</slash:comments> <feedburner:origLink>http://www.raphkoster.com/2012/01/26/narrative-isnt-usually-content-either/</feedburner:origLink></item> <item><title>HULKGAMECRIT and me</title><link>http://feedproxy.google.com/~r/RaphsWebsite/~3/N2Pv5jC01zo/</link> <comments>http://www.raphkoster.com/2012/01/25/hulkgamecrit-and-me/#comments</comments> <pubDate>Thu, 26 Jan 2012 04:44:11 +0000</pubDate> <dc:creator>Raph</dc:creator> <category><![CDATA[Game talk]]></category> <category><![CDATA[game culture]]></category> <category><![CDATA[game studies]]></category> <guid isPermaLink="false">http://www.raphkoster.com/?p=4101</guid> <description>&lt;img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /&gt;&lt;br/&gt;From Twitter and the hilarious HULKGAMECRIT. HULKGAMECRIT: @raphkoster @ibogost @larsiusprime HULK WONDER WHAT FFEDBACK WOULD LOOK LIKE IF HYBRID GAME DESIGN &amp;#38; WRITER WERE TAKE CONTROL OF NARRATIVE! &amp;#160; Me: @HULKGAMECRIT There are a lot of those hybrids working. I&amp;#8217;m one, trained as a writer, have MFA, do systems design &amp;#38; direct games too. Me: [...]</description> <content:encoded><![CDATA[<img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /><br/><p>From Twitter and the hilarious <a
href="http://hulkgamecrit.blogspot.com/">HULKGAMECRIT</a>.</p><blockquote><p>HULKGAMECRIT: @raphkoster @ibogost @larsiusprime HULK WONDER WHAT FFEDBACK WOULD LOOK LIKE IF HYBRID GAME DESIGN &amp; WRITER WERE TAKE CONTROL OF NARRATIVE!</p></blockquote><p>&nbsp;</p><blockquote><p><span
id="more-4101"></span></p><p>Me: @HULKGAMECRIT There are a lot of those hybrids working. I&#8217;m one, trained as a writer, have MFA, do systems design &amp; direct games too.</p><p>Me: @HULKGAMECRIT I think that means feedback would likely look much like it does today <img
src='http://www.raphkoster.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p></blockquote><p>&nbsp;</p><blockquote><p>HULKGAMECRIT: @raphkoster HMMM HULK SHALL THINK ON THIS&#8230;. HULK ALSO REALLY NEEDS TO PUBLISH MOSTLY FINISHED HULK ARTICLE ON JRPG DIALOUGE&#8230;.</p></blockquote><p>&nbsp;</p><blockquote><p>Me: @HULKGAMECRIT Hulk shouldn&#8217;t think on it. Hulk should smash it.</p></blockquote><p>&nbsp;</p><blockquote><p>HULKGAMECRIT: @raphkoster HULK DESIRE TO MAKE GAME INDUSTRY A STRONGER PLACE! THEREFORE HULK LAWS WERE ESTABLISHED TO SMASH ONLY WHAT NEEDS TO BE SMASHED!</p></blockquote><p>&nbsp;</p><blockquote><p>@HULKGAMECRIT Feedback being the way it is may need smashed. <img
src='http://www.raphkoster.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p></blockquote><p>&nbsp;</p><blockquote><p>HULKGAMECRIT: @raphkoster EVEN THOUGH HULK IS GREEN AND SILLY&#8230;HULK SPENDS A LOT OF TIME THINKING! (HULK KNOW HULK IS WEIRD)</p></blockquote><p>&nbsp;</p><blockquote><p>Me: @HULKGAMECRIT Never weird. Misunderstood <img
src='http://www.raphkoster.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p></blockquote><p>&nbsp;</p><blockquote><p>HULKGAMECRIT: @raphkoster &lt;3</p></blockquote><p>I guess it&#8217;s not easy being green. Or gray, though I admit I never think of him that way.</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=N2Pv5jC01zo:8I8E82eLHC8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=N2Pv5jC01zo:8I8E82eLHC8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=N2Pv5jC01zo:8I8E82eLHC8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=N2Pv5jC01zo:8I8E82eLHC8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=N2Pv5jC01zo:8I8E82eLHC8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=N2Pv5jC01zo:8I8E82eLHC8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=N2Pv5jC01zo:8I8E82eLHC8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=N2Pv5jC01zo:8I8E82eLHC8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=N2Pv5jC01zo:8I8E82eLHC8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=N2Pv5jC01zo:8I8E82eLHC8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=N2Pv5jC01zo:8I8E82eLHC8:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=N2Pv5jC01zo:8I8E82eLHC8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/RaphsWebsite/~4/N2Pv5jC01zo" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.raphkoster.com/2012/01/25/hulkgamecrit-and-me/feed/</wfw:commentRss> <slash:comments>3</slash:comments> <feedburner:origLink>http://www.raphkoster.com/2012/01/25/hulkgamecrit-and-me/</feedburner:origLink></item> <item><title>Fun vs features</title><link>http://feedproxy.google.com/~r/RaphsWebsite/~3/Vn7FD6Rd1hM/</link> <comments>http://www.raphkoster.com/2012/01/25/fun-vs-features/#comments</comments> <pubDate>Wed, 25 Jan 2012 15:27:03 +0000</pubDate> <dc:creator>Raph</dc:creator> <category><![CDATA[Game talk]]></category> <category><![CDATA[game design]]></category> <category><![CDATA[game development]]></category> <guid isPermaLink="false">http://www.raphkoster.com/?p=4082</guid> <description>&lt;img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /&gt;&lt;br/&gt;You have a system. Let&amp;#8217;s say it&amp;#8217;s a system where you can throw darts. And you have to open your bar in one week. Throwing darts might have a bad interface. The dartboard might be too small or too big or poorly lit. Darts may be a perfectly nice idea, but the implementation of it [...]</description> <content:encoded><![CDATA[<img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /><br/><p>You have a system. Let&#8217;s say it&#8217;s a system where you can throw darts. And you have to open your bar in one week.</p><p>Throwing darts might have a bad interface. The dartboard might be too small or too big or poorly lit. Darts may be a perfectly nice idea, but the implementation of it needs tuning.</p><p>At this point, you have a feature, but not fun. It&#8217;s gonna take you four days to make it fun.</p><p><span
id="more-4082"></span></p><p>You can refine darts, get it fun. Make the UI good, have a great physics model and control, great graphics, and in general, you can get it to where you have a fun feature.</p><p>The exercise here is going to be threefold: making sure the inputs afforded to the user map well to their view of the &#8220;black box&#8221; that is the darts system; making sure the darts system itself offers interesting repeatable challenges; and making sure that the feedback from the black box Is both juicy and <em>educational</em>, so that the user can get better at darts. All this is hard.</p><p>Then you face a choice. Three days left, if you made darts fun. You can either go implement a pool table, or you can add content to darts. Content would be new kinds of darts, more kinds of dart games, etc. They don&#8217;t call for a new system, just other kinds of data. Not much new code (and new code runs the risk of introducing bugs). You can make the best darn darts game in the country if you spent the three days on that.</p><p>The pool table, you could get that in instead. But what if it&#8217;s not fun on the first try, just like darts weren&#8217;t? Then you&#8217;d have a decent darts game and a crappy pool table.</p><p>Which is better, having the best darts game available, or having a middling darts game and a bad game of pool?</p><p>Adding features offers the potential for fun, but fun comes from tuning and balancing. It isn&#8217;t magically there just because you got a pool table.</p><p>In order, I would have to tackle the black box, then the inputs, and finally the feedback. I can&#8217;t make a bad system much better with great affordances and while I can make it juicy, it usually won&#8217;t hold players.</p><p>I would choose to polish up darts, and promise to get a pool table in there as soon as I can. And when I do put in the pool table, it&#8217;ll be as good a game of pool as we can make rather than being rushed to fit in before the bar opens.</p><p>This isn&#8217;t the answer I would always have chosen in my career. I have done plenty of kitchen sink design. I have also settled for poor affordances and feedback far too often. I have even had perfectly wonderful systems be unusable because we could not figure out a way to make the feedback comprehensible.</p><p>I&#8217;ve always leaned towards elegant systems, meaning ones with few variables and few rules to them. When you populate a game with many of these, they very frequently end up leading to emergent behavior, which can be quite fun. But when you lean on the creation of simple systems, the temptation is even greater to have lots of them in your game. And that can and will lead to most or all of them feeling unpolished and unfinished.</p><p>I&#8217;ve gotten good enough at coming up with simple rule solutions that gosh, almost 10% of them work on the first try! (Yes, read that as sarcasm aimed at myself). But these days, I tend to assume that it will take me ten times longer to polish up and tune that rule system than it will to come up with the rules in the first place.</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=Vn7FD6Rd1hM:HcnQKx2kmVc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=Vn7FD6Rd1hM:HcnQKx2kmVc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=Vn7FD6Rd1hM:HcnQKx2kmVc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=Vn7FD6Rd1hM:HcnQKx2kmVc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=Vn7FD6Rd1hM:HcnQKx2kmVc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=Vn7FD6Rd1hM:HcnQKx2kmVc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=Vn7FD6Rd1hM:HcnQKx2kmVc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=Vn7FD6Rd1hM:HcnQKx2kmVc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=Vn7FD6Rd1hM:HcnQKx2kmVc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=Vn7FD6Rd1hM:HcnQKx2kmVc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=Vn7FD6Rd1hM:HcnQKx2kmVc:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=Vn7FD6Rd1hM:HcnQKx2kmVc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/RaphsWebsite/~4/Vn7FD6Rd1hM" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.raphkoster.com/2012/01/25/fun-vs-features/feed/</wfw:commentRss> <slash:comments>11</slash:comments> <feedburner:origLink>http://www.raphkoster.com/2012/01/25/fun-vs-features/</feedburner:origLink></item> <item><title>An atomic theory of fun game design</title><link>http://feedproxy.google.com/~r/RaphsWebsite/~3/dIIYntfIf3g/</link> <comments>http://www.raphkoster.com/2012/01/24/an-atomic-theory-of-fun-game-design/#comments</comments> <pubDate>Tue, 24 Jan 2012 15:12:48 +0000</pubDate> <dc:creator>Raph</dc:creator> <category><![CDATA[Game talk]]></category> <category><![CDATA[game design]]></category> <category><![CDATA[game grammar]]></category> <guid isPermaLink="false">http://www.raphkoster.com/?p=4090</guid> <description>&lt;img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /&gt;&lt;br/&gt;This is the original essay in which I worked out the basics of my game grammar approach. It later became a GDC talk. This essay was written in 2004, and the genesis of it was working through issues with the crafting system in Everquest II with Rod Humble. This essay no longer represents my current [...]</description> <content:encoded><![CDATA[<img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /><br/><p><em>This is the original essay in which I worked out the basics of my game grammar approach. It later became <a
href="http://www.raphkoster.com/gaming/atof/grammarofgameplay.pdf" target="_blank">a GDC talk</a></em><a
href="http://www.raphkoster.com/gaming/atof/grammarofgameplay.pdf" target="_blank">.</a> <em>This essay was written in 2004, and the genesis of it was working through issues with the crafting system in </em>Everquest II<em> with Rod Humble. <em>This essay no longer represents my current understanding of game grammar, but it&#8217;s a decent start.</em><br
/> </em></p><p><em>This essay has never been publicly posted (it was originally posted only to a private game developer forum, on June 26th of 2004), but I thought I should make it available both for historical interest and also for the sake of clarifying some of the things that I now take for granted when I discuss game design here on the blog. I can&#8217;t expect everyone to have read everything I have ever written, of course, and in this case it&#8217;s even worse since some of the material was only delivered at conferences. So many of the responses to the article on narrative were clearly from folks unaware of some of this work that it felt like the right time to post it up.<br
/> </em></p><p><em>Since this was written, I have met fellow travelers &#8212; boy, was I pissed when <a
href="http://www.gamasutra.com/view/feature/1524/" target="_blank">Dan Cook&#8217;s &#8220;Chemistry&#8221; article</a> came out a few years later, and had such nicer diagrams! I also found <a
href="http://www.bencousins.com/">Ben Cousins&#8217;</a> work on &#8220;ludemes&#8221; later, a term I gladly stole. And I think this served as some inspiration to folks like <a
href="http://www.stephanebura.com/diagrams/" target="_blank">St<span
style="font-size: small;">é</span>phane Bura</a> and <a
href="http://www.jorisdormans.nl/home.php" target="_blank">Joris Dormans</a> who have pushed this in fresh directions I would never have pursued. There have been grammarian get-togethers, Project Horseshoe whitepapers, and more. I even have a pile of blog posts that fit under <a
href="http://www.raphkoster.com/tag/game-grammar/" target="_blank">the &#8220;game grammar&#8221; tag</a> here on this site for those who are curious about more. </em></p><p><img
class="aligncenter" src="http://www.raphkoster.com/bullet.gif" alt="* * *" /></p><p>Lately, I’ve been spending a lot of time thinking about the nature of fun. I’ve reduced it down to a cognitive challenge, the notion that fun is the feeling you get when you are exercising your brain by solving a cognitive puzzle. Sometimes the puzzle is provided by a computer, sometimes by another player, but either way, your brain is basically trying to perceive a pattern; victory usually comes from identifying the pattern, then correctly executing on some action that the pattern does not account for. For further thoughts on this and its implications for game design as an art form, I refer you to my presentation “A Theory of Fun.”</p><p>This suggests that there are probably ways to break down or otherwise analyze what makes a given puzzle or challenge fun. Now, challenges or puzzles come in a very wide array of forms—spatio-temporal challenges like Tetris, and physical dexterity ones like soccer. What do all of these have in common?</p><p><strong>Building a subgame atom</strong><br
/> The following algorithm came about from attempting to map the basic features of MMOG combat systems onto MMOG tradeskills, which are usually regarded as not having met a sufficiently high bar of fun. Interestingly, MMO combat itself is often not regarded as having reached that bar either, and yet it succeeds in keeping players captivated for many months on end, when correctly executed.</p><p>A successful MMO probably needs to have many individual subgames (of which combat may be one) in order to be successful, and for maximum impact, each of them needs to fulfill all of the following requirements. In fact the atom needs to have certain known “system inputs” and “system outputs” so that it can be hooked together to build game “molecules” if you like.</p><p>We typically refer to each atom as being “a game system” in game design, but part of the point of this essay is to show that this definition is to a degree recursive. Once you have knitted together several atoms into a molecule, the molecule as a whole must also meet all the criteria for what makes an atom fun. When looking at a piece of interactive entertainment, it is made out of at least one atom, and possibly many molecules, as in the case of MMOGs. In the end, what we refer to as “scope of a game” is really measure of how many atoms it has.</p><p><span
id="more-4090"></span></p><p><strong>Taking the MMOG combat example</strong><br
/> I’ve selected hack ‘n’ slash MMO combat for my example, because it is a well-established mechanic that has undergone twenty years of refinement; it is a multiplayer mechanic, which brings in additional wrinkles for cooperative games that would otherwise be absent from the model; it can be performed either against computer opponents or other players; and it is typically not a full game in itself, but is one system among several in the MMO, thus demonstrating the recursive and connective qualities of game atoms.</p><p>When you break down what makes MMOG combat entertaining, there turn out to be a surprising number of required elements:</p><ul><li><strong>Preparation is required.</strong> In most cases, this may be as simple as healing up before entering the encounter. At its best, there is an opportunity here for hooking the combat system into the larger network of subgames via the need for non-combat roles. At a minimum, different forms of preparation should be viable, in order to provide different tactical choices.</li><ul><li>Important point: preparation cannot be allowed to overwhelm skill. In fact, in a game that is a pure test of skill, you may not have variable preparation. It’s worth noting that when this is the case, advanced players will often come to the challenge less prepared on purpose, such as playing DDR backwards, handicapping yourself in chess, or playing Diablo in hardcore mode.</li></ul><li><strong>A sense of place is required.</strong> Physical location affects tactics during the encounter, and affects the strategy of which locations to have encounters in. In other words, locations affect risk and reward.</li><ul><li>Important point: it’s easy to have locations that turn out not to matter, in which case this becomes merely tedious. When they do matter, however, they add immensely.</li></ul><li><strong>A solid core mechanic.</strong> This is in the nature of a puzzle to solve—it’s a ruleset into which content can be poured, that is intrinsically interesting. Effectively, this core mechanic may be an entire atom in itself.</li><ul><li>Important point: Note that by itself, it is probably interesting only for a limited amount of time.</li></ul><li><strong>A range of challenges.</strong> This is content; each enemy provides a unique puzzle. Combinations of enemies then provide additional puzzle types as well.</li><ul><li>Important point: whenever you reach the point where fighting the new enemy can be done using the same tactics as the previous enemy, you have not actually added a new challenge to the game. This is where players find repetition.</li></ul><li><strong>A range of abilities required to solve the encounter.</strong> We design our encounters such that it takes teamwork to resolve them, via formally preventing any given character from having all the abilities required. Even in single-player games, however, the player who relies on a single ability usually ends up unable to compete at higher levels.</li><ul><li>Important point: Usually this starts out not being present at the lowest challenge encounters, and rises in necessity as you reach more complex encounters.</li></ul><li><strong>Skill in using the abilities is required.</strong> Bad choices lead to failure in the encounter. This skill can be of any sort, really: resource management during the encounter, failures in timing, failures in physical dexterity, failures to monitor all the variables that are in motion.</li><ul><li>Important point: This says nothing about the level of preparation in advance of the fight, which leaves out the issue of skill entirely. It should be possible for a skilled and a non-skilled player to have radically different experiences, all other things being the same. Otherwise, players will rightfully say that they could automate the fight.</li></ul><li><strong>A variable feedback system should be in place.</strong> The result of the encounter should not be completely predictable. Ideally, greater skill in completing the encounter should lead to better rewards, but some degree of variability in the reward is important to maintain interest and minimize “farming.”</li><ul><li>Important point: you’re playing with fire here, and if it makes you nervous, this is the only optional item on the list. Merely randomized drops is not sufficient, and it’s incredibly easy to alienate players with long waits for what they want. The feedback should be such that it is always worthwhile, but perhaps not to you—or there should be a system whereby the feedback you get (e.g., the loot) is perhaps tailored to the way that the encounter was resolved. The reward should always be contextual to what the challenge was.</li></ul><li><strong>The Mastery Problem must be dealt with.</strong> The system cannot permit high level players to derive maximum benefit from less challenging encounters, or you get bottomfeeding. This has the detrimental effect of also closing lower level players out from access to the content.</li><ul><li>Important point: the only effective way to do this is to forcibly make the lower level content no longer appeal to (or even be usable by!) higher level players.</li></ul><li><strong>Failure has a cost.</strong> Loss of the given encounter or challenge ejects you completely from the atom, and pops you out of the stack. Next time you attempt the challenge, you are assumed to come into it from scratch.</li><ul><li>Important point: next time you come back, you may be differently prepared. The challenge you faced does <em>not </em>necessarily need to be reset to its original state, as “wear it down” is a viable approach to a given challenge. This leaves open the question of penalties for failure that extend beyond the individual challenge.</li></ul></ul><p><strong>Building an atom diagram</strong><br
/> All of these things can be applied to any game system, but it requires approaching the issue theoretically. A simple list gives you this breakdown of required elements:<br
/> <a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/raphkoster_atomicarticle_1.jpg"><img
class="size-full wp-image-4091 alignright" title="raphkoster_atomicarticle_1" src="http://www.raphkoster.com/wp-content/uploads/2012/01/raphkoster_atomicarticle_1.jpg" alt="" width="520" height="309" /></a></p><ul><li>Preparation is required.</li><li>A sense of place is required.</li><li>A solid core mechanic.</li><li>A range of challenges.</li><li>A range of abilities required to solve the challenges.</li><li>Skill in using the abilities is required.</li><li>A variable feedback system should be in place.</li><li>The Mastery Problem must be dealt with.</li><li>Failure has a cost.</li></ul><p>You can, using this atomic method, consider games as directed graphs of game atoms. A given atom looks like this:</p><p>In this diagram, you will notice that the abilities and skills are balanced—that is because otherwise, you get the Mastery Problem. The core itself then becomes a loop of repeatedly testing these abilities and skills against those of the challenge. It is worth pointing out that this entire core mechanic may well be composed of multiple atoms itself.</p><p>In terms of ludological theory, since atoms “stack,” popping off the top of the stack effectively takes you out of the “magic circle” of privileged space.</p><p>You can then diagram games using this method, and see what the relationships are between game systems. Each input and output onto an atom can be linked to the input or output on another atom, and atoms can be nested within one another.</p><p>It’s beyond the scope of this little essay to try diagramming an MMO, but even checkers provides an illustrative example.</p><ol><li>The preparation step is generally skipped, since this is a two-player game. However, a typical form of prep would be to handicap one side or the other.</li><li>The place is a fixed board, though interesting variant boards have been constructed using the exact same ruleset (CheckersFour being one such).</li><li> The core mechanic of “checkers” is “capture all pieces.”</li><li> The range of challenges lies in different possible opponents. In that sense, you can consider checkers to be a “simple game” in that it is not a multi-stage experience. Most board games are not, but something like a puzzle game, which swaps out the space and perhaps the preparation on every level, certainly is.</li><li> The range of abilities to solve this is very limited. You have pieces on the board. You can move them. You can jump with them.</li><li> The skill lies in choosing which piece to move with. This part is in fact another game atom, because each move is a problem to solve itself: move, or jump?</li><li> The variable feedback of winning the overall game of checkers is entirely driven by your emotional response and that of your opponent.</li><li> The overall game of checkers does not attempt to solve the mastery problem via formal mechanics. If you come up against a toddler, you will win. This will make for a dull game for both of you. Because of this, we customarily avoid this sort of match-up.</li><li> Failure to capture all the pieces results in loss. Next game, you have to start over from scratch, without any of the captures you achieved last game. All record of achievement is lost. Note that layering on something like a rating system or rankings or win-loss records actually nests the entire game of checkers as an atom within the “climb the ranking ladder” game.</li></ol><p>Now, nested within the game of checkers is another atom, that of moving a piece and attempting a capture.</p><ol><li>The preparation step is actually that of the previous moves.</li><li> The place is the specific tactical situation created by the previous moves.</li><li> The core mechanic is “capture a piece.”</li><li> The challenge lies in the risk of capture of multiple of your pieces.</li><li> Your range of abilities involve moving one piece diagonally. Depending on the game situation, that may be a king capture or a regular checker capture, and it might include multiple jumps.</li><li> There is no skill required in this atom. This is an indicator that you cannot nest another atom within this one. It is a fundamental atomic unit of checkers.</li><li>The variable feedback for success is interesting. There’s the direct success of capturing one piece, there’s extreme success of capturing multiple pieces via a chain of jumps, there’s the orthogonal success of failing to capture a piece but instead creating a king, and there’s the Pyrrhic victory of sacrificing a piece in order to create a better landscape in the next iteration of the atom. This variety is what makes checkers an interesting game. Removing one of these dynamics would make the game significantly poorer.</li><li> Since there is no skill involved in the game of moving a single piece, there is no mastery problem.</li><li> Failure ejects from the atom, and next turn you start on a new landscape that is worse off than the one you just left (because your opponent gets to move).</li></ol><p><strong>Practical applications</strong><br
/> All the above sounds very theoretical and useless. What happens when you walk through a crafting system using this? Let’s look at what we do with tradeskills in most MMOs.</p><ul><li>Preparation is required. Ever since the days of Ultima Online, we’ve relied on “getting the right pieces” to provide the fun in crafting. So we’ve done well on the “preparation is required” aspect of things as far as crafting goes. BUT: Preparation in itself ideally follows all of these rules recursively (eg, we should regard the harvesting mechanic as needing to follow all of these rules in and of itself). By and large, we have not done that. We also have usually failed to take full advantage of the “preparation should be able to take multiple forms” part of this—we have by and large gone with static ingredients for static results.</li><li>A sense of place is required. This is highly underexploited in crafting systems today. Different locales providing different advantages and disadvantages to crafting was explored a bit in Star Wars Galaxies, but has not been addressed much by and large.</li><li>A solid core mechanic. By and large, we’ve relied on simple combination. That’s not an interesting ruleset in and of itself—it shifts all the burden of fun onto the preparation. We need a mechanic that “fights back” as AIs do in combat. This is the core of the issue with crafting. It is currently on the order of moving a single checker piece, as opposed to playing checkers.</li><li>A range of challenges. This is, simply put, the range of possible craftables. However, it’s worth noting that since the solid core mechanic is missing, the range of challenges is not generally significantly interesting. The different items (as “opponents”) do not have different abilities or skill to use against you except for perhaps a variable failure rate.</li><li>A range of abilities required to solve the encounter. This is usually true to a degree, but currently, most crafting systems do not require interdependence between players at the actual crafting step. Instead, they put all of that in the resource gathering step. The abilities needed are part of the preparatory step, since there’s no explicit use of ability during crafting itself. Requiring multiple individuals working together to create something has best been expressed by pizza-making in Sims Online, and has hardly been used anywhere else.</li><li>Skill in using the abilities is required. This is missing altogether in most cases. There’s a minor amount of gambling in SWG’s crafting system, but that’s about it. Lacking a core, there’s no way to use abilities. A good core mechanic is going to provide scope for use of abilities, and for skillful application of those abilities.</li><li>A variable feedback system should be in place.  In most cases, we do not do this. Currently, success almost always gives you exactly what you want. This means that crafting an item is actually simpler than moving a checker piece, which has multiple possible outcomes.</li><li>The Mastery Problem must be dealt with. This problem crushes most online game crafting systems, as high level crafters completely block the market to lower levels players.</li><li>Failure has a cost. This, we usually do.</li></ul><p><strong>In the end…</strong><br
/> A game diagram can be regarded as fractal. When you diagram your game, each possible skill choice will be an atom, and systems will be built out of linked and nested atoms. From far away, the whole game looks like one atom, one where the failure and success cases are both “game over.”</p><p>If you have an atom that has a skill choice within it, and there’s no atom nested within it, you’re not done designing. If you have an atom that doesn’t hit all nine elements, that atom probably won’t be a fun game system, and needs to be redesigned.</p><p>Is this an algorithm for fun? No, but it’s a useful tool for checking on the absence of fun, in that you can identify systems that fail to meet all the criteria. As such, it may prove useful in terms of game critique. Simply check each system against this list:</p><ul><li>Do you have to prepare before taking on the challenge?</li><li>Does the preparatory step pass this list as well?</li><li>Can you prepare in different ways and still succeed?</li><li>Does the environment in which the challenge takes place affect the challenge?</li><li>Are there solid rules defined for the challenge you undertake?</li><li>Can the one ruleset support multiple types of challenges?</li><li>Can the player bring multiple abilities to bear on the challenge?</li><li>At high levels of difficulty, does the player have to bring multiple abilities to bear on the challenge?</li><li>Is there skill involved in using an ability? (If not, is this a fundamental “move” in the game?)</li><li>Are there multiple success states to overcoming the challenge? (In other words, success should not have a single guaranteed result).</li><li>Do advanced players not get a benefit from tackling easy challenges?</li><li>Does failing at the challenge at the very least make you have to try again?</li></ul><p>If any of the above answers is “no,” then the game system is probably worth re-addressing.</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=dIIYntfIf3g:QGR7ZrsfpME:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=dIIYntfIf3g:QGR7ZrsfpME:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=dIIYntfIf3g:QGR7ZrsfpME:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=dIIYntfIf3g:QGR7ZrsfpME:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=dIIYntfIf3g:QGR7ZrsfpME:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=dIIYntfIf3g:QGR7ZrsfpME:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=dIIYntfIf3g:QGR7ZrsfpME:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=dIIYntfIf3g:QGR7ZrsfpME:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=dIIYntfIf3g:QGR7ZrsfpME:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=dIIYntfIf3g:QGR7ZrsfpME:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=dIIYntfIf3g:QGR7ZrsfpME:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=dIIYntfIf3g:QGR7ZrsfpME:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/RaphsWebsite/~4/dIIYntfIf3g" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.raphkoster.com/2012/01/24/an-atomic-theory-of-fun-game-design/feed/</wfw:commentRss> <slash:comments>6</slash:comments> <feedburner:origLink>http://www.raphkoster.com/2012/01/24/an-atomic-theory-of-fun-game-design/</feedburner:origLink></item> <item><title>The Sunday Song: Id Est</title><link>http://feedproxy.google.com/~r/RaphsWebsite/~3/EcFielaPhJI/</link> <comments>http://www.raphkoster.com/2012/01/22/the-sunday-song-id-est/#comments</comments> <pubDate>Sun, 22 Jan 2012 18:46:04 +0000</pubDate> <dc:creator>Raph</dc:creator> <category><![CDATA[Music]]></category> <category><![CDATA[fingerstyle]]></category> <category><![CDATA[guitar]]></category> <guid isPermaLink="false">http://www.raphkoster.com/?p=4071</guid> <description>&lt;img
src="http://www.raphkoster.com/wp-content/uploads/bullet_music_sm.png" width="12" height="12" alt="" title="Music" /&gt;&lt;br/&gt;On page 155 of Theory of Fun for Game Design there is some sheet music. It looks like this. This is that song, played on solo acoustic guitar. &amp;#8211; download The song is played in DADGAE tuning, one of my favorite &amp;#8220;weird&amp;#8221; tunings &amp;#8212; basically DADGAD with an added 2nd. As usual, I miked up [...]</description> <content:encoded><![CDATA[<img
src="http://www.raphkoster.com/wp-content/uploads/bullet_music_sm.png" width="12" height="12" alt="" title="Music" /><br/><p>On page 155 of <em><a
href="http://www.amazon.com/Theory-Fun-Game-Design-ebook/dp/B004D4YI52%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB004D4YI52">Theory of Fun for Game Design</a></em> there is some sheet music. It looks like this.</p><div
id="attachment_4073" class="wp-caption aligncenter" style="width: 310px"><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/page078.gif" target="_blank"><img
class="size-medium wp-image-4073  " title="page078" src="http://www.raphkoster.com/wp-content/uploads/2012/01/page078-300x201.gif" alt="Sheet music for &quot;Id Est&quot;" width="300" height="201" /></a><p
class="wp-caption-text">Click for full size</p></div><p>This is that song, played on solo acoustic guitar. <a
href="http://www.raphkoster.com/music/IdEst.mp3">Download audio file (IdEst.mp3)</a><br
/> &#8211; <a
title="Id Est" href="http://www.raphkoster.com/music/IdEst.mp3" target="_blank">download</a></p><p><span
id="more-4071"></span></p><p>The song is played in DADGAE tuning, one of my favorite &#8220;weird&#8221; tunings &#8212; basically DADGAD with an added 2nd. As usual, I miked up like crazy: two condenser mics aimed at the guitar (one at the soundhole, the other at the 12th fret) plus a bigger diaphragm mic sitting a couple of feet away. I also used a pickup on this one, a Dean Markley Promag Grand.</p><p>I have the sound space set up a little weird&#8230; the ambient mic is &#8220;in the back,&#8221; by applying a fair amount of reverb to it. It&#8217;s panned around 36% to the right. The fretboard mic and the pickup and panned hard left and right, with much lighter reverb. And the soundhole mic is dead center, with a dry signal.</p><p>This has been knocking around the house since 2003, but I just got around to recording it right before the holidays. Enjoy!</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=EcFielaPhJI:lUpOfcmQt3U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=EcFielaPhJI:lUpOfcmQt3U:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=EcFielaPhJI:lUpOfcmQt3U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=EcFielaPhJI:lUpOfcmQt3U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=EcFielaPhJI:lUpOfcmQt3U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=EcFielaPhJI:lUpOfcmQt3U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=EcFielaPhJI:lUpOfcmQt3U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=EcFielaPhJI:lUpOfcmQt3U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=EcFielaPhJI:lUpOfcmQt3U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=EcFielaPhJI:lUpOfcmQt3U:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=EcFielaPhJI:lUpOfcmQt3U:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=EcFielaPhJI:lUpOfcmQt3U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/RaphsWebsite/~4/EcFielaPhJI" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.raphkoster.com/2012/01/22/the-sunday-song-id-est/feed/</wfw:commentRss> <slash:comments>2</slash:comments> <enclosure url="http://www.raphkoster.com/music/IdEst.mp3" length="8963242" type="audio/mpeg" /> <feedburner:origLink>http://www.raphkoster.com/2012/01/22/the-sunday-song-id-est/</feedburner:origLink></item> <item><title>Narrative is not a game mechanic</title><link>http://feedproxy.google.com/~r/RaphsWebsite/~3/rQWbm1BSwas/</link> <comments>http://www.raphkoster.com/2012/01/20/narrative-is-not-a-game-mechanic/#comments</comments> <pubDate>Fri, 20 Jan 2012 18:03:22 +0000</pubDate> <dc:creator>Raph</dc:creator> <category><![CDATA[Game talk]]></category> <category><![CDATA[game design]]></category> <category><![CDATA[game grammar]]></category> <guid isPermaLink="false">http://www.raphkoster.com/?p=4056</guid> <description>&lt;img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /&gt;&lt;br/&gt;I love stories. My chief hobby is reading. I was formally trained as a writer, not as a game designer (there wasn&amp;#8217;t really any formal training for game design I got started, but that&amp;#8217;s another story). I think most game stories are not very good. And I quite enjoy games with narrative threads pulling me [...]</description> <content:encoded><![CDATA[<img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /><br/><p>I love stories. My chief hobby is reading. I was formally trained as a writer, not as a game designer (there wasn&#8217;t really any formal training for game design I got started, but that&#8217;s another story). I think most game stories are not very good. And I quite enjoy games with narrative threads pulling me through them. When I find a game with a good story, I frequently prefer to the story to the actual game! So please keep that in mind as you read: I love story.</p><p><strong>Narrative in a game is not a mechanic. It&#8217;s a form of a feedback.</strong></p><p>This simple fact is frequently ignored, particularly in games aimed at the mass market.</p><p><span
id="more-4056"></span></p><p><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/narr1.png"><img
class="size-full wp-image-4058 alignleft" title="narr1" src="http://www.raphkoster.com/wp-content/uploads/2012/01/narr1.png" alt="" width="203" height="127" /></a>Let&#8217;s start thinking about this by looking at what a game is. <strong>Games can and do exist without narrative</strong>. The core of a game is a problem to solve. As game grammar tells us, it&#8217;s actually typically a series of nested problems: I need to reach this location, which means I need to defeat enemies, which means I need to traverse space, which means I need to mash a button. Some of these, like &#8220;defeat enemies,&#8221; are complex problems in their own right. Some of them are trivial problems, such as &#8220;mash button.&#8221;</p><p>&nbsp;</p><p><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/narr2.png"><img
class="alignright size-full wp-image-4059" title="narr2" src="http://www.raphkoster.com/wp-content/uploads/2012/01/narr2.png" alt="" width="246" height="147" /></a>If you string these together, you&#8217;ll typically find that the problems will alternate between abstract problems and simpler interface problems. For example, most turn-based board games alternate between the complex strategy problem of &#8220;what move to make next&#8221; and the simple interface problem of &#8220;pick up piece and move it here.&#8221; Board games, of course, tend to be very forgiving regarding interface problems; if you drop the piece, nobody minds if you pick it up and put it where you meant.</p><p>&nbsp;</p><p><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/narr3.png"><img
class="alignleft size-full wp-image-4060" title="narr3" src="http://www.raphkoster.com/wp-content/uploads/2012/01/narr3.png" alt="" width="228" height="164" /></a>If you take something like a racing videogame, you now have a fairly hard interface problem; the sensitivity of the steering wheel or the analog stick is now an actual physical motor challenge &#8212; often a bigger challenge than the cognitive problem of where to point your car. Just turn on the &#8220;ideal path&#8221; feature that most racing games provide and you&#8217;ll see that the challenge in the game as a whole tends to come from the dynamics of the controls and the black box of the performance characteristics of the car you have chosen.</p><p>&nbsp;</p><p>In a game grammar model, you always have a black box model, and you select something to input into the system. The system is going to give you <em>feedback</em> as to what effect resulted from your action. <strong>The game is in figuring out what the rules are for the black box</strong>. Not in a rigorous way, mind you &#8212; you tend to arrive instead at a mental model that gives you a <em>heuristic</em> as to how to approach the black box. Your learning is generally more intuitive &#8212; or even motor memory. It tends to function less at the logical level and more at the gestalt level (cf fluid versus crystallized intelligence).</p><p><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/narr4.png"><img
class="alignright size-full wp-image-4061" title="narr4" src="http://www.raphkoster.com/wp-content/uploads/2012/01/narr4.png" alt="" width="204" height="125" /></a>The brain therefore tends to eventually dismiss whole classes of interface problems as trivial. &#8220;Click mouse&#8221; is one of these. &#8220;Mash button.&#8221; Any black box which gets a heuristic of &#8220;guaranteed result&#8221; is going to make for a non-game very quickly.</p><p>Ah, but the <em>feedback</em> for even a trivial action is very important. It matters that we hear the sound when we click the mouse. And should the designer choose, they can make the feedback be hugely disproportionate to the problem solved. Feedback serves the purpose of cueing the user whether or not they are being successful in figuring out the black box. So we provide feedback each time an input is made, and the feedback is intended to help guide the user as to whether they are doing the right thing.</p><p><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/narr5.png"><img
class="alignleft size-full wp-image-4062" title="narr5" src="http://www.raphkoster.com/wp-content/uploads/2012/01/narr5.png" alt="" width="275" height="102" /></a>It is easy to see that if you remove any one of these things, you end up without a functioning game.</p><ul><li>Cut the input, and you have a screensaver.</li><li>Cut the problem inside the black box, and you have a slideshow.</li><li>Cut the feedback, and you have something ridiculously confusing that no one will tolerate.</li></ul><p><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/narr6.png"><img
class="alignright size-full wp-image-4063" title="narr6" src="http://www.raphkoster.com/wp-content/uploads/2012/01/narr6.png" alt="" width="240" height="137" /></a>That said, the brain happens to <em>loooove</em> feedback. It triggers reward mechanisms in the brain. It is remarkably easy to trick the brain into thinking that it has accomplished something when it really has not. This can result in the player getting hooked on the feedback for a black box system that is actually remarkably simple &#8212; or even designed to not teach the player anything at all, as in gambling. In design, we often terms designs &#8220;juicy&#8221; when they provide plenty of rich feedback, but we sometimes call them &#8220;exploitative&#8221; when they simply abuse feedback to keep someone going.</p><p><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/narr7.png"><img
class="alignleft size-full wp-image-4064" title="narr7" src="http://www.raphkoster.com/wp-content/uploads/2012/01/narr7.png" alt="" width="419" height="227" /></a>Games are a compound medium. They are made up of multiple other media, typically in the feedback. In other words, we rely on media such as film, writing, visual arts, music, and so on in order to provide the feedback. Games that do not rely on these other media much tend to get called &#8220;abstract&#8221; &#8212; a completely stripped bare game is actually a mathematical diagram or formula, not something easily seen or comprehended, so all games have to make use of other media at least a <em>little</em>.</p><p>But these other media are of course very powerful in their own right, and each have their strengths. You can use music to convey emotion using elementary musical techniques. For music it&#8217;s <em>easy</em>. Game systems can convey emotion as well, but for game systems it&#8217;s <em>hard</em>, and near as we can tell, game systems also have a very limited emotional palette. So we not only use these other media to supplement the overall experience, but these other media can convey information that exists in complete parallel to the game system.</p><p><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/cyoa012o.jpg"><img
class="alignright size-medium wp-image-4057" style="margin: 10px;" title="cyoa012o" src="http://www.raphkoster.com/wp-content/uploads/2012/01/cyoa012o-184x300.jpg" alt="" width="184" height="300" /></a>The commonest use of a completely parallel medium that does not actually interact with the game system is narrative.</p><p>If we take the simplest form of &#8220;narrative game,&#8221; the choose-your-own-adventure type of books, what we see is that the overall problem presented to the player, &#8220;get to a good ending,&#8221;  is fundamentally a decision tree, or directed graph in mathematical parlance. (<a
href="http://www.seanmichaelragan.com/html/%5B2008-03-07%5D_Choose_Your_Own_Adventure_book_as_directed_graph.shtml">Check out this link for a great giant diagram of one</a>). So the initial problem is actually a decently substantial one &#8212; how do you get to a good ending, given that you have  no picture whatsoever of the graph as a whole or even of what lies &#8220;behind the choice of doors&#8221;? Every page flip is a Lady or the Tiger sort of scenario.</p><p>What ends up influencing your choices is the feedback. Your first feedback comes from choosing to play at all: the first pages. This is exactly the same as giving you the starting layout of the pieces on a chessboard. From then on, each time you make a choice, narrative is used as the feedback mechanism to tell you whether a given choice makes sense or not in terms of leading you to your ultimate goal.</p><p>A bad example of these books would give you positive feedback all the way until it dumped you into a lava pit or other horrible doom. A good example would ensure that there was a rising action and feedback arc for each of the possible paths, leading to both a learning experience and a good story.</p><p><em>Side note: my favorite of these was actually one where you were trapped in a spaceship with nasty aliens, </em><a
href="http://www.amazon.com/Inside-54-40-Choose-Your-Adventure/dp/0553231758%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0553231758">Inside UFO 54-40</a><em>. There was no path to the exit. You had to actually traverse the entire graph to realize this, and then when you got suspicious, identify the page that had no inbound link to it &#8212; which then boldly celebrated your cleverness. The player&#8217;s lesson learned is therefore quite profound: sometimes situations are set up not to be winnable, don&#8217;t blindly obey the rules, and you should engage in lateral thinking when your survival is at stake.</em></p><p><a
href="http://www.amazon.com/Batman-Arkham-City-Xbox-360/dp/B002I0JAVK%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB002I0JAVK"><img
class="alignleft" style="margin: 10px;" src="http://ecx.images-amazon.com/images/I/51BP9W7t3zL._SL160_.jpg" alt="" width="118" height="160" /></a>Now I will pick on one of my absolute favorite games of the last year, <em><a
href="http://www.amazon.com/Batman-Arkham-City-Xbox-360/dp/B002I0JAVK%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB002I0JAVK">Batman: Arkham City</a></em>. There is a moment quite close to the beginning that has you climbing up a tower (spatial navigation puzzle with interface problems as well) only to reach the top of a cathedral where you are interrupted by a narrative moment: a video of the Joker playing on a television set, explaining that he has planted a bomb and you are about to die.</p><p>AFter this long bit of rich narrative, you are presented with a very very small game. You have to rotate your camera to point at a window, and press the A button. If you do not do it within the time allotted, you die. If you succeed, you are treated to a gorgeous cinematic moment of leaping through shards of shattering glass and spreading your cape to a rigid wing, as you float away from a savagely exploding edifice in the midst of the brooding panorama view of Gotham.</p><p>The diagram for this looks like a big pile of feedback followed by a tiny tiny problem, followed by another big pile of feedback.</p><p><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/narr8.png"><img
class="aligncenter size-full wp-image-4065" title="narr8" src="http://www.raphkoster.com/wp-content/uploads/2012/01/narr8.png" alt="" width="461" height="124" /></a>This is a very common pattern in videogames these days. It even has a name: the quick time event. The black box is miniscule and simplistic. <em>If we were to reduce the feedback, this &#8220;game system&#8221; would strike us as stupid</em>. And it was stupidly simple in <em>God of War</em>, it was stupidly simple in <em>Uncharted</em>, etc. (Please note, I am naming some of my favorite games, made by colleagues and friends! Fortunately they, and <em>Arkham City</em>, offer plenty of rich systemic gameplay in between the movie bits. <img
src='http://www.raphkoster.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) It is almost, but not quite, as stupidly simple as the page flip in a <em>Choose Your Own Adventure</em> book.</p><p>In fact, there was a quasi-parody series of games that basically took these sorts of super-simple game systems, and packaged them up with ridiculous feedback wrappers. It was called <em>WarioWare</em>. It derived all of its black box challenge from two factors: speed, and determining what the hell the confusing feedback meant. (The fun in the game was figuring out what stupidly simple action you were supposed to take).</p><p>There&#8217;s nothing wrong, to my mind, with using narrative as feedback. But we have to keep in mind that all that narrative and visual content is the expensive part of making the game. It is also <em>consumable</em>, whereas a systemically driven game system can provide many many problems to solve and heuristics to develop (and therefore fun to be had), with relatively few rules. Because of this, narrative content is destined to be expensive, short, and <em>over</em>.</p><p>If you have built a game where your graph looks like this<a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/narr8.png"><img
class="aligncenter size-full wp-image-4065" title="narr8" src="http://www.raphkoster.com/wp-content/uploads/2012/01/narr8.png" alt="" width="461" height="124" /></a></p><p>And at the end of it you leave the player with &#8220;replay&#8221; that is nothing but this<a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/narr9.png"><img
class="aligncenter size-full wp-image-4066" title="narr9" src="http://www.raphkoster.com/wp-content/uploads/2012/01/narr9.png" alt="" width="297" height="75" /></a>You&#8217;re not going to get people to keep playing unless you keep releasing more content. This will matter quite a lot for any service-based game, be it MMO, F2P, social game, whatever.</p><p>I also feel fairly comfortable in labelling a game with that sort of structure as &#8220;a bad game design&#8221; even if it may be a <em>great</em> game <em>experience</em>. The bar that designers should strike for should include a rich set of systemic problems <em>precisely because that is what the medium of games brings to the table.</em> It&#8217;s what lies at the center of the art form.</p><p>If the systems of your game are outweighed by the feedback, you should grow suspicious. And if they are outweighed by feedback that takes the form of movies, you&#8217;re making interactive movies first and games second.</p><p>&nbsp;</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=rQWbm1BSwas:eyPxfSn5c2k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=rQWbm1BSwas:eyPxfSn5c2k:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=rQWbm1BSwas:eyPxfSn5c2k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=rQWbm1BSwas:eyPxfSn5c2k:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=rQWbm1BSwas:eyPxfSn5c2k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=rQWbm1BSwas:eyPxfSn5c2k:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=rQWbm1BSwas:eyPxfSn5c2k:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=rQWbm1BSwas:eyPxfSn5c2k:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=rQWbm1BSwas:eyPxfSn5c2k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=rQWbm1BSwas:eyPxfSn5c2k:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=rQWbm1BSwas:eyPxfSn5c2k:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=rQWbm1BSwas:eyPxfSn5c2k:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/RaphsWebsite/~4/rQWbm1BSwas" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.raphkoster.com/2012/01/20/narrative-is-not-a-game-mechanic/feed/</wfw:commentRss> <slash:comments>83</slash:comments> <feedburner:origLink>http://www.raphkoster.com/2012/01/20/narrative-is-not-a-game-mechanic/</feedburner:origLink></item> <item><title>The books I gifted in 2011</title><link>http://feedproxy.google.com/~r/RaphsWebsite/~3/KTwGICn7raU/</link> <comments>http://www.raphkoster.com/2012/01/19/the-books-i-gifted-in-2011/#comments</comments> <pubDate>Thu, 19 Jan 2012 15:39:14 +0000</pubDate> <dc:creator>Raph</dc:creator> <category><![CDATA[Reading]]></category> <category><![CDATA[history]]></category> <category><![CDATA[information theory]]></category> <category><![CDATA[non-fiction]]></category> <category><![CDATA[politics]]></category> <category><![CDATA[vw culture]]></category> <guid isPermaLink="false">http://www.raphkoster.com/?p=3948</guid> <description>&lt;img
src="http://www.raphkoster.com/wp-content/uploads/bullet_reading_sm.png" width="12" height="12" alt="" title="Reading" /&gt;&lt;br/&gt;I gave a few books as gifts last year. These are the three non-fiction books I most often recommended to people. I ended up giving away multiple copies of these. The thing they have in common: they all make you revise your view of the world. 1493: Uncovering the New World Columbus Created It&amp;#8217;s sort [...]</description> <content:encoded><![CDATA[<img
src="http://www.raphkoster.com/wp-content/uploads/bullet_reading_sm.png" width="12" height="12" alt="" title="Reading" /><br/><p><a
href="http://www.amazon.com/1493-Uncovering-World-Columbus-Created/dp/0307265722%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0307265722"><img
class="alignleft" style="margin: 10px;" src="http://ecx.images-amazon.com/images/I/510d-TlHyfL._SL160_.jpg" alt="" width="108" height="160" /></a>I gave a few books as gifts last year. These are the three non-fiction books I most often recommended to people. I ended up giving away multiple copies of these.</p><p>The thing they have in common: they all make you revise your view of the world.</p><p><em><a
href="http://www.amazon.com/1493-Uncovering-World-Columbus-Created/dp/0307265722%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0307265722">1493: Uncovering the New World Columbus Created</a></em></p><p>It&#8217;s sort of like Connections but for world history since that date, with a huge emphasis on the way globalization changed the world. One of the best moments is when he talks about plants&#8230; as American as apple pie (apples are from Kazakhstan); Italian food without tomatoes (they are from the Americas); the Irish and potatoes; southeast Asian cooking without chilies (from Mexico); Switzerland without chocolate (also Mexico); and rubber having basically moved from Latin America (where there&#8217;s a native endemic pest that kills the trees) to Southeast Asia (where there isn&#8217;t&#8230; but 40% of the world&#8217;s rubber comes from those trees, we&#8217;re utterly dependent on it for airplane tires, electrical wiring, and medical use; and we&#8217;re just waiting for the moment when some idiot travels from Brazil to Indonesia with some mud on their shoe and kills the entire monoculture crop in Vietnam &amp; South China.</p><p>I can&#8217;t resist, even though it will bloat the blog post&#8230;</p><p><span
id="more-3948"></span></p><p>There&#8217;s a chunk in there which explains how (if I can remember it correctly) the fact that Europeans were engaging in trade with Africa and got bitten by mosquitoes there meant that they became latent carriers of malaria&#8230; which then resulted in them getting bitten again by non-carrier mosquitoes in the tropics in Latin America, which resulted in the rapid spread of malaria to mosquitoes in the Americas, which meant that when silver was discovered in Potosi in Bolivia, or really riches anywhere, a malarial climate meant that the primary source of labor had to be imported from a population that carried a genetic resistance to malaria &#8212; namely West Africans; and this is why slavery never took strong hold in the territories outside of the anopheles mosquito&#8217;s climate range.</p><p>Of course, the malarial areas in the Amazon meant that the silver could not be exported via the relatively short Amazon River route, and therefore had to be carried by llama to Peru, where it was shipped to the Philippines and to Spain; this is why there is such a substantial Asian population in Peru today.</p><p>This also led to the introduction of potatoes to Europe, which led to a massive rise in population, but since potatoes were cultivated via &#8220;clones&#8221; from only ten genetic lines, there was a massive monoculture which later led to the Irish famine.  In Europe, it resulted in a massive financial crisis because of an excess of currency supply from all that silver in every nation in Europe, which led to dramatic inflation followed by the financial collapse of just about every monarchy on the Continent and the creation of a middle class.</p><p>Meanwhile, the reason there was an appetite for silver in the Philippines was because China had settled on silver (of which there are no significant local sources) as their currency, so they actually took something like half the silver from the Americas. In China, this ended up leading to a liquidity crisis when the mine in Potosi was exhausted which resulted in the Ming not being able to pay the troops for defense against the Manchu, so malaria indirectly caused the fall of the Ming dynasty. The Manchu then tried to exterminate the pirates who traded the silver with the Philippines, but couldn&#8217;t quite because they were hooked on tobacco at this point (thanks to the Amazonian variety having been smuggled to Virginia). But they did get a lot of the pirates fleeing into the hills with sweet potatoes and maize, which resulted in the deforestation of the hillsides thereby destroying the incredibly intricate and careful Confucian-era water management schemes, which led to the epidemics of flooding that China saw until they initiated their modern dam projects.</p><p>I&#8217;m just scratching the surface &#8212; it&#8217;s dense and intricate and in places nearly unbelievable. I loved it.</p><p><a
href="http://www.amazon.com/Information-History-Theory-Flood/dp/0375423729%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0375423729"><img
class="alignright" style="margin: 10px;" src="http://ecx.images-amazon.com/images/I/519uLG8YD1L._SL160_.jpg" alt="" width="110" height="160" /></a><em><a
href="http://www.amazon.com/Information-History-Theory-Flood/dp/0375423729%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0375423729">The Information: A History, a Theory, a Flood</a></em></p><p>It begins with African talking drums and the curious poetry they contain embedded in their beats, and from there embarks on a tour of all of information theory. We learn of entropy and Claude Shannon, of Babbage and Ada Lovelace, of the way that &#8220;a noisy line&#8221; is encoded into our very genome, of Maxwell&#8217;s Demon and the telegraph and even a small bit of number theory.  And it goes further, into quantum computation, tracing the way in which you can regard just about everything &#8212; the physical world itself &#8212; as information, data to be parsed and represented, in more and less accurate ways.</p><p>It does contain an excellent overview of information theory itself, but more importantly, it is a <em>cultural</em> history of information itself, how it spread and was conveyed. As this is the great cultural tide of our time since Gutenberg (and indeed, the book culminates with talk of Twitter), it resets yor entire view of what culture is and means.</p><p>I was struck by the chapters getting across the great shift we have undergone, from information&#8217;s scarcity to today&#8217;s utter overload &#8212; by the example given of Beethoven not knowing Bach&#8217;s music, while today we know it all. For me this rings true in the way in which all styles of music seem to be popular at once these days, with top hits featuring banjos and swing jazz and Motown and Delta blues all mashed together. With everything at your fingertips, even the context of why they might fit together is yet more information, and today&#8217;s child grows up in a world in which everything in the past is still the <em>right now</em>, because you can no longer even tell the dustier facts by their presence in dustier pages. In music, this leads to the Amy Winehouses and Adeles, who may as well have been born a few decades too late. In games, it is the 15 year old NES aficionado (my own son loves to talk about his collection of original Gameboy games&#8230; a platform that died while his mother and I were still dating).</p><p>The power of this book is also in drawing connections, connections between means of communication and the underlying math of communication itself. Through the course of the book we come to understand why computing is the way it is, and also, most critically, that <em>information</em> is not <em>meaning</em>. It ends on a note of awkward transcendence:</p><blockquote><p>We are all patrons of the Library of Babel now, and we are the librarians&#8230;</p><p>The library will endure; it is the universe&#8230; We walk the corridors, searching the shelves and rearranging them, looking for lines of meaning amid leagues of cacophony and incoherence&#8230; every so often glimpsing mirrors, in which we may recognize creatures of the information.</p></blockquote><p><a
href="http://www.amazon.com/Filter-Bubble-What-Internet-Hiding/dp/1594203008%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1594203008"><img
class="alignleft" style="margin: 10px;" src="http://ecx.images-amazon.com/images/I/41sC6d2m3GL._SL160_.jpg" alt="" width="106" height="160" /></a><em> <a
href="http://www.amazon.com/Filter-Bubble-What-Internet-Hiding/dp/1594203008%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1594203008">The Filter Bubble: What the Internet Is Hiding from You</a></em></p><p>The third book essentially takes the above two and applies them to the present moment. If virtual cultures are a new form of globalization that basically threaten the very notion of the nation-state; and if they, as virtualities, are premised entirely on the concepts of information and information theory, well, then, that means that we are not only at the verge of a Panopticon but also in the curious place where there are people who control those mirrors, and decide what we know about ourselves.</p><p>In short, this book is about the fact that we have set up our digital world to lie to ourselves. Repeatedly. We have built it, step by step, to confirm our biases and to never show us anything that troubles our placidity.</p><p>This is not a new thing; our buttons have always been pushed by media in whatever way earned media the most money. Well, these days our &#8220;libraries&#8221; &#8212; meaning, our search engines &#8212; and our &#8220;newspapers&#8221; &#8212; meaning the blogs we read &#8212; are tailored to us. The example I typically give of this phenomenon is what happens when you log out of Google (which I know, you never do!), and then search for &#8220;abortion.&#8221;</p><p>Google takes your IP address, the ZIP code it gets as a result, the sum of all the cookies it might have, and figures out whether you&#8217;d rather see Planned Parenthood or a right-to-life website as your top result. If you&#8217;re logged in and you have a Google+ profile, it&#8217;ll be the first result on a vanity search. The circulars you get, the identity files that companies maintain about you and sell to third parties&#8230; the ads that follow you from site to site to site&#8230; and yes, the news you get and the (certainly false) picture of the world you get, built to show you only what you would normally be shown.</p><p>Personalization services give you what they think you want, you see. And you are tracked and dissected and bucketed quite a lot. But there&#8217;s no filter for &#8220;I like variety&#8221; or &#8220;I like surprises&#8221; or &#8220;I like things I didn&#8217;t know I liked.&#8221; That&#8217;s why most citizens of the United States think that they know about the world, when in fact the world&#8217;s news almost never makes it past the borders. It&#8217;s how China maintains a great firewall, and how there could be thousands of North Koreans gathered to mourn the man who essentially built an alternate reality for an entire nation.</p><p>I love it that say, Amazon knows what books I have bought and liked and therefore offers up apropos selections for further reading. But the long-term result, which we see manifested clear as day, is that Republicans do not read books by Democrats, and vice versa. It is that millions of people who Tweeted yesterday saying &#8220;What is SOPA or PIPA and why is Wikipedia dark?&#8221; The information, it is out there. But it always reflects us right back to ourselves&#8230; well, that and a suitable, well-targeted banner ad.</p><p>We can go back to <em>1493</em> to see the long-term results of this sort of short-sighted thinking. &#8220;Recommended for You&#8221; is the cultural equivalent of China&#8217;s blindness with the Potosi silver mines.</p><p>Taken together, these three books give much to ponder. I can&#8217;t recommend them enough.</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=KTwGICn7raU:B1WTvIIbsuQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=KTwGICn7raU:B1WTvIIbsuQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=KTwGICn7raU:B1WTvIIbsuQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=KTwGICn7raU:B1WTvIIbsuQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=KTwGICn7raU:B1WTvIIbsuQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=KTwGICn7raU:B1WTvIIbsuQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=KTwGICn7raU:B1WTvIIbsuQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=KTwGICn7raU:B1WTvIIbsuQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=KTwGICn7raU:B1WTvIIbsuQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=KTwGICn7raU:B1WTvIIbsuQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=KTwGICn7raU:B1WTvIIbsuQ:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=KTwGICn7raU:B1WTvIIbsuQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/RaphsWebsite/~4/KTwGICn7raU" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.raphkoster.com/2012/01/19/the-books-i-gifted-in-2011/feed/</wfw:commentRss> <slash:comments>3</slash:comments> <feedburner:origLink>http://www.raphkoster.com/2012/01/19/the-books-i-gifted-in-2011/</feedburner:origLink></item> <item><title>Commodifying culture</title><link>http://feedproxy.google.com/~r/RaphsWebsite/~3/i4adUMdv7Ro/</link> <comments>http://www.raphkoster.com/2012/01/17/commodifying-culture/#comments</comments> <pubDate>Tue, 17 Jan 2012 14:59:00 +0000</pubDate> <dc:creator>Raph</dc:creator> <category><![CDATA[Game talk]]></category> <category><![CDATA[Reading]]></category> <category><![CDATA[game culture]]></category> <guid isPermaLink="false">http://www.raphkoster.com/?p=3946</guid> <description>&lt;img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /&gt;&lt;img
src="http://www.raphkoster.com/wp-content/uploads/bullet_reading_sm.png" width="12" height="12" alt="" title="Reading" /&gt;&lt;br/&gt;Feast your eyes on the book porn to the left. Go ahead, click on it and get the larger picture. Gorgeous, aren&amp;#8217;t they? They&amp;#8217;re the complete set of the D&amp;#8217;Artagnan Romances by Alexandre Dumas: The Three Musketeers, Twenty Years After, and the three volumes of The Viscomte of Bragelonne,the final volume of which is generally [...]</description> <content:encoded><![CDATA[<img
src="http://www.raphkoster.com/wp-content/uploads/bullet_gametalk_sm.png" width="12" height="12" alt="" title="Game talk" /><img
src="http://www.raphkoster.com/wp-content/uploads/bullet_reading_sm.png" width="12" height="12" alt="" title="Reading" /><br/><p><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/20120108-184004.jpg"><img
class=" alignleft" style="margin: 10px;" src="http://www.raphkoster.com/wp-content/uploads/2012/01/20120108-184004.jpg" alt="20120108-184004.jpg" width="216" height="289" /></a>Feast your eyes on the book porn to the left.</p><p>Go ahead, click on it and get the larger picture.</p><p>Gorgeous, aren&#8217;t they? They&#8217;re the complete set of the <em>D&#8217;Artagnan Romances</em> by Alexandre Dumas: <em>The Three Musketeers, Twenty Years After, </em>and the three volumes of <em>The Viscomte of Bragelonne</em>,the final volume of which is <a
href="http://en.wikipedia.org/wiki/The_Vicomte_of_Bragelonne:_Ten_Years_Later">generally better known</a> as <em>The Man in the Iron Mask.</em></p><p><em></em>They were published by <a
href="http://en.wikipedia.org/wiki/Thomas_Y._Crowell_Co.">Thomas Y. Crowell Co.</a>, no longer extant as such, in 1901. Not first editions &#8212; that would look like <a
href="http://www.motusbooks.com/antiq35.htm">this </a>&#8211; but glorious nonetheless. Gilt on the edging, inlaid on the relief covers, onionskin endpapers in front of every engraved illustration&#8230;</p><p>Nice enough that you can still<a
href="http://www.amazon.com/Three-Musketeers-1-Alexandre-Dumas/dp/054391626X%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D054391626X"> buy an facsimile of this exact edition</a>, alas without the rich red covers and with something fairly hideous on the cover instead.</p><p>They&#8217;re something to hold, to examine. Maybe not to read. Defintely something to have visible on a shelf where people can ooh and aah. They were given to me by my uncle for Christmas this year.</p><p>I have more than a few other books like that. I&#8217;ve got a hardcover American edition of the first <em>Harry Potter</em>, signed by Jo Rowling, made out to my daughter with a personalized message. A bunch of old books, a lot of autographed SF novels written by people I know, some of whom are pretty well known: Brin, Sterling, Doctorow.</p><p>I have a lot of the same books as epubs on my iPad. And it&#8217;s qualitatively different. The e-books are <em>commodities</em>, and if one get deleted, I won&#8217;t have any regrets. Whereas if my complete run of first printings of the <em>Doonesbury </em>compilations (even including <a
href="http://rarelibrary.com/book/TRU/109.00/DOONESBURY+SPECIAL,+A.html">the obscure one</a> for the <a
href="http://www.imdb.com/title/tt0075953/">TV special</a>!) were to get lost or damaged, I&#8217;d be quite upset.</p><p><span
id="more-3946"></span></p><p><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/218089_10150214141261528_651391527_8550892_232531_n.jpg"><img
class="alignright size-medium wp-image-4041" style="margin: 10px;" title="218089_10150214141261528_651391527_8550892_232531_n" src="http://www.raphkoster.com/wp-content/uploads/2012/01/218089_10150214141261528_651391527_8550892_232531_n-225x300.jpg" alt="" width="225" height="300" /></a><strong>There is a fetishistic quality to the physical object</strong>, a quality that means that I will probably never have a house without books. In fact, now that we have a larger house with bookshelf space, we have carefully placed 4&#215;4 beams towards the back of every shelf so we can double-stack the books and still see every spine (a trick I recommend! Buys you two additional shelves of books per bookcase).</p><p>Oh, there&#8217;s a lot of books that probably I don&#8217;t need and will never read again. But I carefully gather up and keep in order every Ian Rankin mystery novel, every volume of <em>Transmetropolitan</em>, each of the slender paperbacks of <a
href="http://en.wikipedia.org/wiki/Mafalda">Mafalda </a>in the original Spanish. And I make sure they can be seen.</p><p><strong><a
href="http://en.wikipedia.org/wiki/Signalling_theory">Signaling theory</a> is a small branch of cognitive science which argues that quite a lot of the things we do are intended as signals to third parties</strong> &#8212; especially prospective mates &#8212; about our status and interests. I think of what we do at our house with books as being basically that: a sign of who we are. We&#8217;re just not the types of people who will ever live without physical books, because <strong>electronic copies aren&#8217;t visible, and aren&#8217;t valuable.</strong></p><p>There is an implicit valuation of cultural objects based on physicality &#8212; indeed, implicit calculation of actual monetary value. <strong>Rarity matters</strong> &#8212; whether it&#8217;s the fact that one of my two copies of <em>M.U.L.E.</em> is still in its original shrink-wrap (the Commodore 64 one, not the Atari 8-bit one &#8212; I played the heck out of that one!) or the fact that my print of the goblin market from <em><a
href="http://www.amazon.com/Stardust-Romance-Within-Realms-Faerie/dp/156389470X%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D156389470X">Stardust</a></em> is signed by <a
href="http://www.greenmanpress.com/">Charles Vess</a>.</p><p>In fact, I am having great trouble keeping myself back from boasting about even more of my geek possessions as I write this. I am engaging in signaling to you about what matters to me.</p><p>It&#8217;s gotten a lot harder to signal music. It&#8217;s everywhere. The rarity and the scarcity is gone. Some music geeks are working hard to bring it back, by putting out vinyl limited editions, precisely because the physicality of the vinyl format, with its generous cover sizes, the patina of survival, the whiff of authenticity from when music seemed (I do say &#8220;seemed&#8221;) less commercial, all seem like the qualities that bring back that fetishistic element. People don&#8217;t collect the MP3s of <a
href="http://www.amazon.com/Sgt-Peppers-Lonely-Hearts-Remastered/dp/B0025KVLTM%3FSubscriptionId%3DAKIAIXH5HCPZQZCAEISQ%26tag%3Datheoroffunfo-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB0025KVLTM">Sgt. Pepper&#8217;s Lonely Hearts Club Band</a> for the intact cut-outs in the album sleeve (that my vinyl copy from the 60s has, neener neener).</p><p><strong>All culture, though, is becoming commodified. And cheapened</strong> &#8212; I mean that literally, cheapened on the open market. The benefits are enormous:</p><ul><li>Even as pro-level content has gotten <a
href="http://www.raphkoster.com/2005/12/12/the-future-of-content/">dramatically more expensive to produce</a>, <strong>we have seen the quality of amateur content explode</strong>. Now there are Beatles in living rooms everywhere. Far far more people have turned out to have talent than I think was ever evident in all of history.</li><li><strong>Creative output can be shared fairly trivially</strong>, enabling people who have never before had access to libraries&#8217; worth of information to learn about darn near anything. Just tonight by daughter was complaining about her biology teacher, and I said that in this world, there&#8217;s no excuse&#8230; just go find another bio teacher at bioteachershangouthere.com. Which may not exist, but should. The point being that where information was scarce, it is now more like air. Polluted, but everywhere.</li></ul><p>We live in an age where people are sagely telling us to <a
href="http://tinyhouseblog.com/">move into tiny houses</a> and get rid of the accoutrements of consumerism. An implicit message is that we should not be valuing many of the things we value nearly as much as we do. After all, <strong>is the value of <em>The Three Musketeers</em> in the binding or the text?</strong></p><p>Bizarrely, I think for me, at least right now, it&#8217;s in the binding. Content is ever more ubiquitous. Containers are what has grown rare and precious.</p><p>I think of this now with our increasingly digital medium of games. I have a 60s edition of <em>Risk</em>, alongside a modern one. I have a handmade Nine Men&#8217;s Morris, a Lord of the Rings chess set. I have a MAME cabinet, and I can play <em>Centipede</em> with a trackball, dammit. And I still keep the cases of Playstation 1 games that I have not bothered to boot up in many years. But in not too distant a future, I&#8217;ll probably be paying quite a lot extra to have a physical object to fetishize and show off my devotion to my craft and hobby.</p><p>Someday, when everyone gets to carry around the complete works of humanity on a cufflink, it&#8217;s going to be interesting to see how we tell each other who we are.</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=i4adUMdv7Ro:L71cI2kYtLM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=i4adUMdv7Ro:L71cI2kYtLM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=i4adUMdv7Ro:L71cI2kYtLM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=i4adUMdv7Ro:L71cI2kYtLM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=i4adUMdv7Ro:L71cI2kYtLM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=i4adUMdv7Ro:L71cI2kYtLM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=i4adUMdv7Ro:L71cI2kYtLM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=i4adUMdv7Ro:L71cI2kYtLM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=i4adUMdv7Ro:L71cI2kYtLM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=i4adUMdv7Ro:L71cI2kYtLM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=i4adUMdv7Ro:L71cI2kYtLM:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=i4adUMdv7Ro:L71cI2kYtLM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/RaphsWebsite/~4/i4adUMdv7Ro" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.raphkoster.com/2012/01/17/commodifying-culture/feed/</wfw:commentRss> <slash:comments>14</slash:comments> <feedburner:origLink>http://www.raphkoster.com/2012/01/17/commodifying-culture/</feedburner:origLink></item> <item><title>Blog hosting upgrade</title><link>http://feedproxy.google.com/~r/RaphsWebsite/~3/-9EFlgcmNUs/</link> <comments>http://www.raphkoster.com/2012/01/16/blog-hosting-upgrade/#comments</comments> <pubDate>Tue, 17 Jan 2012 05:55:04 +0000</pubDate> <dc:creator>Raph</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[wordpress]]></category> <guid isPermaLink="false">http://www.raphkoster.com/?p=4036</guid> <description>&lt;img
src="http://www.raphkoster.com/wp-content/uploads/bullet_misc_sm.png" width="12" height="12" alt="" title="Misc" /&gt;&lt;br/&gt;I just upgraded my hosting plan, and we&amp;#8217;ll see if that solves issues with the site performance. In addition to everything I mentioned in my last post, I also took some additional steps to improve performance, captured here for the sake of anyone else who has issues. I fired off an email to the maker [...]</description> <content:encoded><![CDATA[<img
src="http://www.raphkoster.com/wp-content/uploads/bullet_misc_sm.png" width="12" height="12" alt="" title="Misc" /><br/><div
id="attachment_4037" class="wp-caption alignright" style="width: 231px"><a
href="http://www.raphkoster.com/wp-content/uploads/2012/01/1_waterfall_thumb.png"><img
class="size-medium wp-image-4037 " title="1_waterfall_thumb" src="http://www.raphkoster.com/wp-content/uploads/2012/01/1_waterfall_thumb-221x300.png" alt="" width="221" height="300" /></a><p
class="wp-caption-text">WebPageTest waterfall of page loading here</p></div><p>I just upgraded my hosting plan, and we&#8217;ll see if that solves issues with the site performance. In addition to everything I mentioned in my last post, I also took some additional steps to improve performance, captured here for the sake of anyone else who has issues.</p><ul><li>I fired off an email to the maker of<a
href="http://wordpress.org/extend/plugins/category-icons/"> Category Icons</a>, which seems to be one of the common slow queries. For a while today I had it disabled outright, but I seem to have more headroom on this new hosting plan, so the icons are back.</li><li>I found that wp-cron.php, which is what the blog uses for scheduling posts and other cleanup tasks, was generating a lot of hits &#8212; as in, a quarter million this month alone, far outweighing most of the blog traffic! This appears to be a common problem. I followed <a
href="http://buildyourblog.net/problems/disable-wp-cron-running-background">the advice found here on how to disable WordPress&#8217; built-in cron stuff and instead use a regular cron job</a>. We&#8217;ll see how that does and whether everything works more or less like before.</li></ul><p><span
id="more-4036"></span></p><ul><li>I found that the <a
href="http://wordpress.org/extend/plugins/exploit-scanner/">Exploit Scanner</a> plugin, which <a
href="http://www.raphkoster.com/2008/06/29/wordpress-exploit-scanner-plugin/">I have mentioned on the blog here before</a>, was a huge culprit in adding cruft to the wp_options table. I suspect that a few scans simply failed to complete &#8212; heck, I cancelled one the other day because it was taking too long &#8212; and left the entire state of the scan in the table. There were only two of these, but removing them reduced the table from 8.4MB to 99.2k. Yes, you&#8217;re reading that right. With that, my slow queries checking the wp_options table went away.</li><li>While I was at it, I also went through the table and cleaned out obsolete options. <a
href="http://wordpress.org/extend/plugins/clean-options/">Clean Options</a> was helpful in this regard.</li><li>Running tests with Webpagetest.org, I found that there were still some pesky files that were not getting compressed. So I added this to my .htaccess file to try to catch everything:</li></ul><blockquote><pre># BEGIN deflating
AddOutputFilterByType DEFLATE text/html text/plain text/javascript
# END deflating</pre></blockquote><p>After doing all that, the site was still dog slow, and Nick, the support guy at <a
href="http://www.bluehost.com">BlueHost</a> who helped me out, spent 45 minutes with me trying to figure out what else it could be before we arrived at the conclusion that I had simply outgrown their basic hosting plan. In the last couple of weeks I have been averaging 4000-8000 hits an hour, thanks to the controversies around free-to-play and immersion and thanks to Hackner News, BoingBoing, and Massively&#8230; So I upgraded, and now getting the site &#8212; even non-cached, the way I see it as an admin &#8212; is ten times faster than just getting the first byte was earlier today. Almost all readers will be getting cached pages, so it should be even faster for them.</p><p>This post itself should serve as a decent test of how well all this worked!</p><p>Sometime soon I will also be taking advantage of the dedicated IP that comes with this hosting, which might help a tiny bit more&#8230; but it will result in the site being hard to reach for a while as DNS records update, so I&#8217;m going to let it ride for now.</p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=-9EFlgcmNUs:H2wIuX7SDig:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=-9EFlgcmNUs:H2wIuX7SDig:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=-9EFlgcmNUs:H2wIuX7SDig:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=-9EFlgcmNUs:H2wIuX7SDig:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=-9EFlgcmNUs:H2wIuX7SDig:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=-9EFlgcmNUs:H2wIuX7SDig:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=-9EFlgcmNUs:H2wIuX7SDig:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=-9EFlgcmNUs:H2wIuX7SDig:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=-9EFlgcmNUs:H2wIuX7SDig:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?i=-9EFlgcmNUs:H2wIuX7SDig:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=-9EFlgcmNUs:H2wIuX7SDig:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/RaphsWebsite?a=-9EFlgcmNUs:H2wIuX7SDig:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/RaphsWebsite?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/RaphsWebsite/~4/-9EFlgcmNUs" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.raphkoster.com/2012/01/16/blog-hosting-upgrade/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <feedburner:origLink>http://www.raphkoster.com/2012/01/16/blog-hosting-upgrade/</feedburner:origLink></item> </channel> </rss><!-- Dynamic page generated in 0.796 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-12 02:31:15 --><!-- Compression = gzip -->

