<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Undo Restart Restore &#187; Design</title>
	<atom:link href="http://nitku.net/blog/category/craft/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://nitku.net/blog</link>
	<description>Interactive Fiction theory and design</description>
	<lastBuildDate>Tue, 10 Jan 2012 17:48:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Players don&#8217;t really read</title>
		<link>http://nitku.net/blog/2010/07/players-dont-really-read/</link>
		<comments>http://nitku.net/blog/2010/07/players-dont-really-read/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 20:42:31 +0000</pubDate>
		<dc:creator>Juhana</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://nitku.net/blog/?p=349</guid>
		<description><![CDATA[I've had to learn this lesson several times. Here's a couple of examples.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had to learn this lesson several times. Here&#8217;s a couple of examples.<br />
<span id="more-349"></span><br />
In <a href="http://nitku.net/if/escapade">Escapade!</a> there&#8217;s no limit to how many small items you can carry, but if you take a large item you automatically drop any other things you have to make room. In the initial design stages this mechanism was needed for a puzzle to work, but the puzzle was later removed. Since it&#8217;s a one-room game and the game implicitly picks up any items before you use them and it lists everything on the floor when you take inventory, there was no need to remove the mechanism that was already implemented, right?</p>
<p>Wrong. Players would play for some while, then LOOK and go &#8220;Didn&#8217;t I pick that up already?&#8221; or INVENTORY and &#8220;* BUG: I never dropped those items&#8221;. They hadn&#8217;t noticed or didn&#8217;t remember anymore that the game had said &#8220;(first dropping X, Y and Z to make room)&#8221; when they had picked up something big earlier.</p>
<div id="EscapadeIntro" class="post">
<p>Another in the same vein: One of the puzzles is <a href="#" onclick="document.getElementById('EscapadeSpoiler').style.display = 'block'; document.getElementById('EscapadeIntro').style.display = 'none';return false;"><em>&lt;click to show spoiler&gt;</em></a></p>
</div>
<div id="EscapadeSpoiler" style="display:none" class="post">
<p>Another in the same vein: One of the puzzles is to find out that there&#8217;s a hole that you can pick up and use elsewhere. I thought it&#8217;d be really clever to crack a little joke when the player typed TAKE ALL:</p>
<div class="transcript">
<div class="transcript-command">&gt;TAKE ALL</div>
<p>Item: Taken.<br />
Thing: Taken.<br />
Toilet hole: Taken. Wait, what?
</div>
<p>You guessed it: nobody noticed. Not only did they not notice the joke, they didn&#8217;t even register that they had picked up the hole! They would later take a look at their inventory and be totally confused to find it there.</p></div>
<div id="YomommaIntro"  class="post">
<p>Similarly in <a href="http://nitku.net/if/yomomma">Yo Momma</a> there&#8217;s a puzzle that involves <a href="#" onclick="document.getElementById('YomommaSpoiler').style.display = 'block'; document.getElementById('YomommaIntro').style.display = 'none';return false;"><em>&lt;click to show spoiler&gt;</em></a></p>
</div>
<div id="YomommaSpoiler" style="display:none"  class="post">
<p>
Similarly in <a href="http://nitku.net/if/yomomma">Yo Momma</a> there&#8217;s a puzzle that involves finding a source of light. Personally I thought of this as a real non-puzzle: there&#8217;s only 9 rooms and one of them&#8217;s description is pretty much nothing but what you need:</p>
<div class="transcript">
<div class="transcript-roomname">Dark corner (SE corner)</div>
<div>The sharp spotlights in this corner of the club create dark and gloomy shadows around the tables.</div>
</div>
<p>Imagine my surprise when almost without exception the testers found it was one of the biggest stumbling blocks in the game. This was the puzzle that forced many to go for the walkthrough for the first time. Even the hive mind of <a href="http://www.allthingsjacq.com/intfic_clubfloyd_20100102.html">ClubFloyd</a> was stuck with this for a long time.</div>
<p>Lessons learned:</p>
<ul>
<li>Don&#8217;t put relevant information to places where the players don&#8217;t expect to find information. Players don&#8217;t expect command clarifications to contain anything other than notifications of implicit actions, and they expect TAKE ALL to just list items and &#8220;taken&#8221;, so they don&#8217;t pay them any more attention than that.</li>
<li>Don&#8217;t expect the players to read room descriptions anymore after the first time. If a room&#8217;s description changes during the game and that change contains important information, make sure the players know they should re-read the description or convey the information to them also in some other way.</li>
<li>Don&#8217;t expect the players to remember what they have read after a few turns.</li>
</ul>
<p>It&#8217;d be interesting to hook a couple of players with different levels of playing experience into an eye tracker and study what parts they tend to skip or skim when playing.</p>
]]></content:encoded>
			<wfw:commentRss>http://nitku.net/blog/2010/07/players-dont-really-read/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The IF Trainer project</title>
		<link>http://nitku.net/blog/2010/06/the-if-trainer-project/</link>
		<comments>http://nitku.net/blog/2010/06/the-if-trainer-project/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 18:56:45 +0000</pubDate>
		<dc:creator>Juhana</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[WIP]]></category>

		<guid isPermaLink="false">http://nitku.net/blog/?p=308</guid>
		<description><![CDATA[As you might have heard from elsewhere, I&#8217;ve been asked by the author of In the Company of Grues blog to design and code a game that would be suitable to teach newcomers how to play IF. This is a pretty sweet deal because we&#8217;re having the entire development process completely transparent. The development wiki [...]]]></description>
			<content:encoded><![CDATA[<p>As you might have heard from elsewhere, I&#8217;ve been asked by the author of <a href="http://inthecompanyofgrues.com">In the Company of Grues blog</a> to design and code a game that would be suitable to teach newcomers how to play IF. This is a pretty sweet deal because we&#8217;re having the entire development process completely transparent. The development wiki is at <a href="http://inthecompanyofgrues.com/iftrainer">inthecompanyofgrues.com/iftrainer</a> where you can see how the game is coming along and <a href="http://www.inthecompanyofgrues.com/iftrainer/index.php?title=Community">leave your own comments</a>. </p>
<p>We&#8217;re aiming to release at the beginning of September, in time for <a href="http://paxsite.com">PAX Prime</a> and before <a href="http://ifcomp.org">IFcomp</a> starts to avoid being overshadowed.</p>
<p><span id="more-308"></span></p>
<p>For my part the project progresses roughly according to following plan:</p>
<ol>
<li>Sketching the <strong>general theme</strong>, <strong>plot structure</strong> and <strong>characters</strong>.</li>
<li>Writing more accurate <strong>character bios</strong>, rough but complete <strong>plot</strong> from start to finish and details of the fictional <strong>world</strong> where the game takes place.</li>
<li><strong>Plot map</strong>, similar to the <a href="http://nitku.net/blog/2010/03/designing-the-puzzles-of-escapade/">puzzle map used in Escapade!</a> (although the game is essentially linear so it&#8217;s just an overview of puzzles and plot events.)</li>
<li><strong>Mock transcript</strong> of a complete playthrough of the game. When we start coding we&#8217;ll use the mock transcript as a model with which to craft the game.</li>
<li><strong>Alpha testing</strong> where other people read through the mock transcript and other design documents and offer their opinions. The purpose is to find large-scale problems at this point (changes to plot or puzzles, map structure, character voices) that can be fixed <em>before</em> they are coded. When a project reaches beta-testing stage it&#8217;s usually too late to do anything other than relatively minor changes to the game structure.</li>
<li><strong>Coding the game</strong>. Unlike <a href="http://nitku.net/blog/2010/05/the-tads-fatigue/">previously announced</a>, this will be done in Inform 7 for two reasons: the main reason is that you can&#8217;t play TADS games online yet, which is a major factor if you want the barrier to entry to be as low as possible. The other reason is that I&#8217;m more familiar with I7 so I don&#8217;t have to spend the relatively short implementation time learning the system. I&#8217;ll set up a project at <a href="http://code.google.com/">Google Code</a> where anyone can follow how the coding progresses and contribute to the issue tracker.</li>
<li><strong>Beta testing</strong>. This is the phase where bugs, typos and minor design problems are ironed out.</li>
<li><strong>Release</strong> at the beginning of September if everything goes as planned.</li>
</ol>
<p>Right now I&#8217;ve just started with #4. The schedule is such that approximately 1/3 of the time is used for preparations, 1/3 for coding and the rest 1/3 for testing. This seems like a reasonable divide, especially if the thorough planning speeds up the coding phase.</p>
<p>If you have any ideas regarding the project you can leave your comments here, <a href="http://www.inthecompanyofgrues.com/iftrainer/index.php?title=Community">on the wiki</a>, or by e-mail (juhana.if @ this blog&#8217;s address.) We&#8217;ll be needing people during alpha and beta testing so keep that in mind if you have extra time later this month and during August.</p>
]]></content:encoded>
			<wfw:commentRss>http://nitku.net/blog/2010/06/the-if-trainer-project/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Designing the puzzles of Escapade!</title>
		<link>http://nitku.net/blog/2010/03/designing-the-puzzles-of-escapade/</link>
		<comments>http://nitku.net/blog/2010/03/designing-the-puzzles-of-escapade/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 19:07:14 +0000</pubDate>
		<dc:creator>Juhana</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Puzzles]]></category>

		<guid isPermaLink="false">http://nitku.net/blog/?p=250</guid>
		<description><![CDATA[An article about designing the puzzles of the 2008 game Escapade!, including the puzzle design map used in the process and discussion about how to create and use a similar map to design interactive fiction games.]]></description>
			<content:encoded><![CDATA[<p><em>(Please note: the following article discusses the game Escapade! in some depth, so it will contain spoilers.)</em></p>
<p>I&#8217;m not much of a puzzle enthusiast myself. The problem with puzzles is that they tend to come in the way of a good story. Now, to contradict myself completely, so far I have released mainly puzzle games myself. With <em><a href="http://nitku.net/if/escapade/">Escapade!</a></em> the purpose was to make a puzzle game I myself would enjoy as a player.</p>
<p>In <em>Escapade!</em> your goal is to escape a jail cell. The twist is that there are many ways of escaping, but after all but one of the escapes (the final puzzle) you are caught and returned to the cell. At the end of 2008 the game was submitted to the <a href="http://www.avventuretestuali.com/orgc/orgc2008_eng">One Room Game Competition 2008</a> where it took the second place.<br />
<span id="more-250"></span></p>
<h3>Design goals</h3>
<p>The number one problem for me when I play puzzle IF is that when I get stuck on a puzzle I don&#8217;t have the patience to just stop and think about it or start hammering it until I find the answer. I would rather have several puzzles in front of me so that I can go work on another when I draw a blank on one. </p>
<p>The design goal here was just that &#8212; to have more than one puzzle available for the player to work on at all times. (Until they are down to the last one, of course.) In <em>Escapade!</em> there are 11 ways to escape the jail cell, plus the initial puzzle of lighting the room, making a total of 12 (main) puzzles. As is the usual case, each puzzle requires taking some actions in sequence to solve it. Some puzzles require other puzzles to be solved first so that some precondition is met (usually that some item becomes available).</p>
<p>While I wanted multiple simultaneous puzzles, I didn&#8217;t just want to throw all the puzzles to the player at once, so some of them had to become available gradually as the old ones were solved. Enter H.R., the sarcastic little black monster with acidic spit and a bottomless sack with stuff he&#8217;s eager to trade. This was an extremely easy way to control what items the player was given and when. After an item was used to solve a puzzle, the player could trade it in for something else.</p>
<h3>The puzzle structure map</h3>
<p>After coming up with a couple of puzzles I had to find a way to write them down and not just keep everything in my head. Drawing some inspiration from Emily Short&#8217;s <a href="http://www.inform-fiction.org/I7Downloads/Examples/bronze/Overview.html">Making of Bronze article</a> I made this mind map of the puzzles and the game states.</p>
<div id="attachment_251" class="wp-caption aligncenter" style="width: 510px"><a href="http://nitku.net/blog/blogcontent/uploads/2010/03/Escapade_puzzle_structure.png"><img src="http://nitku.net/blog/blogcontent/uploads/2010/03/Escapade_puzzle_structure-e1268230268983.png" alt="A mind map that shows the puzzles, their solutions, and possible game states, interconnected with arrows." title="Escapade puzzle structure" width="500" height="210" class="size-full wp-image-251" /></a><p class="wp-caption-text">The puzzle structure map for Escapade! (partial, click for full image)</p></div>
<p>(Those who have played the game before might notice that this doesn&#8217;t represent the game&#8217;s actual structure 100 % accurately. There were some minor changes made during the end stages of development when the map wasn&#8217;t of as much use, so I just didn&#8217;t bother to update it.)</p>
<p>The map was created with <a href="http://cmap.ihmc.us/">CmapTools</a>, a free multi-platform mind mapping software.</p>
<p>In this map</p>
<ul>
<li>yellow nodes are escapes, the final solutions to puzzles when the player scores a point.</li>
<li>green nodes are changes in the world state. </li>
<li>gray nodes are player actions. </li>
<li>nodes with no background (just one in this map) are external conditions: timers, plot devices, dei ex machinis, or compex conditions that can&#8217;t be represented otherwise.</li>
</ul>
<p>There are arrows leading to and from each node. If an arrow leads from a state to an action, it means that the state makes the action possible: when the light is green (state) you can cross the street (action). These are if-and-only-if conditions: in other words the action requires the world state that is pointing to it. Unless all the state requirements are met, the action fails or does not lead to anywhere meaningful in regards of the world state. If an arrow is pointing from an action to a state, the state change is a result from that action.</p>
<p>There are several benefits to this kind of puzzle map and I used it all the way though the implementation up until the beta testing phase:</p>
<p><strong>1)</strong> the map makes sure that there aren&#8217;t any loops in the puzzle solutions. A loop means you have to do A before you can do B, and you have to do B before you can do A. This is of course impossible which makes the game inevitably unsolvable. An example would be a safe that can&#8217;t be opened without a key, but the key is inside the safe.</p>
<p><img src="http://nitku.net/blog/blogcontent/uploads/2010/03/loop.png" alt="A mind map with three nodes: 'unlock the safe with the key' points at 'safe is unlocked', which points at 'find the key', which points back at the first node, creating a loop." title="A loop in the puzzle structure" width="253" height="181" class="aligncenter size-full wp-image-252" /></p>
<p>While it might seem like nobody could make such a silly mistake, the image of the whole structure becomes more and more blurry when the design&#8217;s complexity increases. The loop might consist of fifty nodes in complex patterns and a mistake might be left unnoticed. The developer no doubt notices that the game doesn&#8217;t work at latest when they have implemented the puzzle, but in the worst case then they will have to re-design the puzzle and discard the unnecessary work they have made in implementing the nonfunctioning puzzle. This is of course less of a concern in a game with more linear plot and puzzles. </p>
<p>How do you know if there&#8217;s a loop in the design? The rule is that if you can arrange the map so that every arrow points to the same direction, there are no loops. If you use CmapTools, there&#8217;s a function (ctrl-L or command-L) to auto-arrange the map. The result is a nice and (usually) tidy picture with all arrows pointing down or to the right. If any of the arrows point to the wrong direction, there&#8217;s a mistake in the design.</p>
<p><strong>2)</strong> you have a structure by which to program the game. You can track your progress on the map (I kept a printed copy where I checked off with a pen when a node was programmed). Even more importantly, when you feel like you need to add or change or remove a puzzle you can try the change on the map and see how it affects the rest of the structure.</p>
<p><strong>3)</strong> You can control the pacing and the amount of &#8220;knots&#8221; in the structure. A knot is what I call a puzzle that has to be solved before you can continue with any other puzzle in the game. A knot looks like this in the map (the yellow node):</p>
<p><img src="http://nitku.net/blog/blogcontent/uploads/2010/03/knot.png" alt="A mind map with blank nodes, flowing from left to right. At one point all previous nodes point at a single node that's colored in yellow. From this single node go arrows to the next set of nodes, i.e. everything passes through the yellow node, creating a knot." title="A knot in the design" width="451" height="251" class="aligncenter size-full wp-image-253" /></p>
<p>I had one knot in the game, the initial puzzle. It was there to give a breather between the intro and the &#8216;actual&#8217; game and to prevent information overload from overwhelming the player.</p>
<p>My goal was to give the player about three puzzles to solve at any given point, so I made sure the map stayed relatively evenly thick at all points. In different kind of projects you might want the structure to have more variation in this regard. </p>
<p>Consider the following example: in a scifi game the player must find parts to fix their shuttle and escape the moon base. The next scene takes place in a space station with no access back to the moon base. Fixing the shuttle should be a knot because otherwise something in the moon base is a requirement for a puzzle in the space station, and if the player didn&#8217;t do the required action they&#8217;ve made the game unwinnable. (or you must make sure the required action is something the player can&#8217;t avoid doing.) Moving from an area to another without the possibility to go back should thus show as a knot in the map. </p>
<p>If you don&#8217;t mind making a <a href="http://www.plover.net/~davidw/crueltyscale.html">cruel</a> game this is all irrelevant of course. Just let the players know that&#8217;s the case.</p>
<h3>Some reflections on the end result</h3>
<p>Overall I&#8217;m satisfied with the puzzle structure the game has. Some of the puzzles are not as successfull as others, although I don&#8217;t consider any of them a complete flop. Apparently some players seemed to think so as well, considering that the game was nominated for the best puzzles and the best individual puzzle <a href="http://xyzzyawards.org/">XYZZYs</a>.</p>
<p>The game has quite a few pop culture references, but at the beginning it was supposed to have <em>a lot</em> more. Basically it started out as a patchwork of things loaned from other sources, but when the idea refined the characters and items started to form their own identities. (H.R. started out as the Alien from <a href="http://www.imdb.com/title/tt0078748/">the movie</a>; the Screaming Communists were at first Communist Nazis, borrowed from the Simpsons; Chell from <a href="http://en.wikipedia.org/wiki/Portal_%28video_game%29">Portal</a> was scheduled to make a cameo and so on.)</p>
<p>At first the idea was to have the &#8220;real&#8221; escape puzzles and some &#8220;bonus&#8221; escapes that would be very hard to find unless you knew some obscure reference. For example, you could say XYZZY and you would be teleported in front of the White House. The player character&#8217;s name, Scotty, is a remnant of a vague idea of having the player &#8220;beam up&#8221;&#8230; This idea was, fortunately, dropped mostly because I couldn&#8217;t think of any more bonus escapes besides those.</p>
<p>Personally I dislike the flux capasitor puzzle. Some players have specifically mentioned that they liked it, but I think it&#8217;s too much of a direct steal&#8230; uh, loan from the <a href="http://en.wikipedia.org/wiki/Back_to_the_Future">BTTF movies</a>. I&#8217;m most content with the catapult puzzle in which you have to repair the catapult and then find something to use as ammunition. Too bad it appeared late in the game so most players probably didn&#8217;t get that far unless they went back and went for the full score (the final puzzle becomes available after five points (out of the maximum score of 11) so it is possible to win the game before all puzzles are solved.)</p>
<p>The most enlightening part of the whole project was probably the realization of how useful the puzzle map was. I consulted it very often during the implementation because the non-linearity made it impossible to remember such a (relatively) complex structure. I successfully used the same technique with the <a href="http://nitku.net/if/yomomma">next game</a> and I have no reason not to use it again in future projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://nitku.net/blog/2010/03/designing-the-puzzles-of-escapade/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Five easy improvements to your game</title>
		<link>http://nitku.net/blog/2009/12/five-easy-improvements-to-your-game/</link>
		<comments>http://nitku.net/blog/2009/12/five-easy-improvements-to-your-game/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 11:48:19 +0000</pubDate>
		<dc:creator>Juhana</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://nitku.net/blog/?p=205</guid>
		<description><![CDATA[Here's a list of five easy things to do to give that final polish to your IF game.  These are all things that many players come to expect from a well-made game and experience has shown that the lack of these basic things suggests a lack of overall quality as well. ]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a list of five easy things to do to give that final polish to your IF game.  These are all things that many players come to expect from a well-made game and experience has shown that a lack of these basic things suggests a lack of overall quality as well. </p>
<p><span id="more-205"></span></p>
<h3>1. Proofread the intro</h3>
<p>Naturally you should proofread and have others proofread the entire game, but pay special attention to the intro text and the room description of the first room. Go through the text twice, then twice more, then with proofreading software, then let someone else proofread it. With every word you&#8217;re not 100 % sure how to spell it, check it with a dictionary.</p>
<p>Players are willing to forgive occasional typos and stray punctuation the further in the game they are, but when they see one <em>right as the game starts</em> they go &#8220;oh, it&#8217;s one of <em>those</em> games again&#8221; and it takes a lot of effort to win back their confidence.</p>
<h3>2. Add a description of the player character</h3>
<p>There&#8217;s nothing that says low quality louder than &#8220;As good-looking as ever&#8221; or &#8220;You look the same as usual.&#8221; Even if you have designed your player character to be <a href="http://www.ifwiki.org/wiki/AFGNCAAP">AFGNCAAP</a> you should have something to say about the main character of your story.</p>
<p>You don&#8217;t have to spend hours fine-tuning the player character&#8217;s description. Anything is better than the library default, even if it&#8217;s just &#8220;You&#8217;re ok.&#8221; </p>
<p>At this point I would also like to add that having a witty twist of the default message, like &#8220;Not as good-looking as ever&#8221; or similar, has been done about ten million times already and is not witty anymore. The same goes with going for irony or trying to emphasize the anonymous nature of the player character by leaving the default message as it is on purpose &#8212; it just won&#8217;t work, and players won&#8217;t get it.</p>
<h3>3. Add a response to ABOUT</h3>
<p>The players often want to know more about the game and its author. ABOUT could contain a summary of available in-game instructions and hints, credits, mention about other included files and feelies, game&#8217;s home page and the author&#8217;s email address. Making INFO and HELP synonyms to ABOUT is also a good idea (unless HELP is used to invoke a hint system.)</p>
<h3>4. Have VERBOSE on by default</h3>
<p>VERBOSE means that all room descriptions are fully shown every time the player enters a room, even when they have seen the description before. Brief mode in contrast shows the descriptions only for the first time the player enters the room and after that only when the player types LOOK.</p>
<p>This is possibly the controversial one of this list, but most players I know of turn long room descriptions on as soon as they see that they aren&#8217;t already. I don&#8217;t know of anyone who would switch to brief descriptions if verbose is enabled by default.</p>
<p><em><strong>Edit</strong>: The new Inform 7 release (6E59) has made VERBOSE mode the default and removed scenery from GET ALL, so thankfully future I7 games won&#8217;t suffer from those faults.</em></p>
<p><del datetime="2010-06-21T12:22:28+00:00">The game can be set to verbose mode in Inform 7 with this line:</del></p>
<div class="inform">
      <del datetime="2010-06-21T12:22:28+00:00">Use full-length room descriptions.</del>
</div>
<p><del datetime="2010-06-21T12:22:28+00:00">TADS has verbose mode on by default. I don&#8217;t know why Inform insists on preferring brief room descriptions; possibly because of historical reasons.</del></p>
<h3>5. Remove scenery from GET ALL</h3>
<p>In Inform when the player types GET ALL (or any other verb that supports multiple nouns) the game interprets it as an attempt to pick up absolutely everything in the location, including scenery, people and things fixed in place. It&#8217;s a well known trick to type GET ALL to see all the objects that are implemented in the room and force the game to reveal its secrets.</p>
<p><del datetime="2010-06-21T12:22:28+00:00">These lines remove abovementioned things from GET ALL in Inform 7:</del> (fixed in 6E59)</p>
<div class="inform"><del datetime="2010-06-21T12:22:28+00:00"><br />
	Rule for deciding whether all includes scenery: it does not.<br />
	Rule for deciding whether all includes people: it does not.<br />
	Rule for deciding whether all includes fixed in place things: it does not. <span class="inform-comment">[this actually covers the previous rules as well]</span><br />
</del></div>
<p>(This is another thing that TADS&#8217;s library handles better by default.)</p>
]]></content:encoded>
			<wfw:commentRss>http://nitku.net/blog/2009/12/five-easy-improvements-to-your-game/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

