1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Storytelling vs. Simulationist (Was Re: Room descriptions) -->
<!--X-From-R13: "Penaqba X. Dvpxzna" <nfurfNcp4.mraarg.pbz> -->
<!--X-Date: Thu, 1 Oct 1998 20:56:20 &#45;0700 -->
<!--X-Message-Id: Pine.LNX.3.93.981001172317.4323A&#45;100000#pc4,zennet.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: c4be5298.36131683#aol,com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Storytelling vs. Simulationist (Was Re: Room des</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:ashes#pc4,zennet.com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00012.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00014.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00003.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00024.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00013">Author</A>
&nbsp;|&nbsp;<A HREF="#00013">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00013">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Storytelling vs. Simulationist (Was Re: Room descriptions)</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Storytelling vs. Simulationist (Was Re: Room descriptions)</LI>
<LI><em>From</em>: "Brandon J. Rickman" &lt;<A HREF="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</A>&gt;</LI>
<LI><em>Date</em>: Thu, 1 Oct 1998 20:55:48 -0700 (PDT)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Thu, 1 Oct 1998 ApplePiMan#aol,com wrote:
&gt; On Wed, 30 Sep 1998 Raph Koster wrote:
&gt; &gt; Hmm, I really wonder whether an awareness of the "old way" 
&gt; &gt; as a "way" was really present, if you know what I mean. 
&gt; &gt; Meaning, how many decided to view the split between 
&gt; &gt; simulationist and storytelling as an aesthetic choice, and 
&gt; &gt; how many actually just made the hodgepodge because it was
&gt; &gt; all they knew?
&gt; 
&gt; I believe I'm using "storytelling" in what follows in the same sense as 
&gt; Raph's post: not something, like quests, tacked onto a game world after 
&gt; the fact, but rather plots, sub-plots and intrigues hooked into the game 
&gt; world at such a low level that the world is, for all intents and 
&gt; purposes, inseparable from its stories. If that's not correct, I 
&gt; apologize for using the quote in an inappropriate context (but would 
&gt; still like to see answers to the questions I'm posing =) ).
&gt; 
&gt; Is the implication in the quote above that simulationist and storytelling 
&gt; worlds are at opposite ends of a continua? I don't see that they are, of 
&gt; necessity. Why can't a world's primary focus be storytelling, and yet 
&gt; have it still be simulationist?

One problem with the term "storytelling" is that there is that subgenre of
muds themed around the World of Darkness (which is still owned by White
Wolf?) and the Storyteller system.  [Or something like that.] So there are
storyteller muds that have no relation to this discussion of storytelling
versus simulation.  Well, they do in that the action within these muds
tends to be generated by the players and not rigid bits of code, the game
does not simulate character combat the way an LP mud invokes a fighting
mode, generating random numbers and calculating damage based on clearly
defined player/object stats.

If there was a continuum between simulation and storytelling it might
center around the quantity of pseudo-physics used by game systems.
Simulation relies on a high amount of physics, usually hidden or
abstracted, a set of rules that is at an extreme completely deterministic.
Storytelling can use few or no physics, maybe a handful of suggestions but
not a lot of fixed code.  Simulation wants a cause for each effect;
storytelling wants to make things up as you go along.  

You could generate the exact same room description either way, but the
logic of _why_ a room has a certain description is different.  With
simulation, the system has to know lots of fine details about objects to
generate descriptions with any quality of mood or style.  So evidence of
mood or style has becomes associated with storytelling and, in the current
thread, has actually become the definition of storytelling.  I don't
really like that definition, I would say that storytelling has the goal of
generating mood or style and at an extreme it can be just as abstract and
sterile as simulation. 

So logic is more important.  Simulation would describe only what is in
the room.  Storytelling may describe things that should be in the room. 
Simulation will kill a character because the numbers said to. 
Storytelling will kill a character because of the dramatic value, and may
even resurrect the character six weeks later without any problem. 

Simulation gives everything a pretty even amount of potential.  If you can
burn one thing, you can burn any thing that will burn.  Common consensus
says that this is a guarantee for fun.  But a simulation will keep running
even if no one is paying attention.  There is the potential that you might
log in one day and find that all the characters have been killed and eaten
by starving wolves.  This is not fun.

&gt; Please note I understand the technical reasons why implementing one 
&gt; would, with the state of the art, limit the other. What I'm asking here
&gt; is if there were some way to magically brush those technical reasons
&gt; aside, is there some deeper level at which drama is so much at war with
&gt; free will that, even if the story were not "fixed" and instead were 
&gt; allowed to drift toward a new destination determined by the players (but
&gt; prodded and reacted to by a godlike storytelling Agency), you could never
&gt; have a game world that was strongly storytelling and  simulationist at the
&gt; same time?

You can switch between the two, alternately letting the story drift
according to player desires and rooting the story in fine detail.
Personally I find simulation to be unforgivingly rigid, and it already
permeates what is out there, so I have no interest in pursuing it.  I
think the audience for storytelling is much larger than for simulation,
but simulation is a more attractive solution for those who are actually
capable of building these worlds in the first place.  That doesn't come
close to answering your question.

- Brandon
"Down with Simulation!"



</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00024" HREF="msg00024.html">[MUD-Dev] Re: Storytelling vs. Simulationist (Was Re: Room descriptions)</A></strong>
<ul compact><li><em>From:</em> Adam Wiggins &lt;adam#angel,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00003" HREF="msg00003.html">[MUD-Dev] Storytelling vs. Simulationist (Was Re: Room descriptions)</A></STRONG>
<UL><LI><EM>From:</EM> ApplePiMan#aol,com</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00012.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00014.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00003.html">[MUD-Dev] Storytelling vs. Simulationist (Was Re: Room descriptions)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00024.html">[MUD-Dev] Re: Storytelling vs. Simulationist (Was Re: Room descriptions)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00013"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00013"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><strong><A NAME="00004" HREF="msg00004.html">[MUD-Dev] Telnet Echo OFF/ON commands and other thingies..</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Thu 01 Oct 1998, 06:02 GMT
<UL>
<LI><strong><A NAME="00005" HREF="msg00005.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></strong>, 
Bruce Mitchener <a href="mailto:ubmitche#mcs,drexel.edu">ubmitche#mcs,drexel.edu</a>, Thu 01 Oct 1998, 13:40 GMT
</LI>
<LI><strong><A NAME="00006" HREF="msg00006.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></strong>, 
Marc Bowden <a href="mailto:ryumo#merit,edu">ryumo#merit,edu</a>, Thu 01 Oct 1998, 14:03 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00003" HREF="msg00003.html">[MUD-Dev] Storytelling vs. Simulationist (Was Re: Room descriptions)</A></strong>, 
ApplePiMan <a href="mailto:ApplePiMan#aol,com">ApplePiMan#aol,com</a>, Thu 01 Oct 1998, 05:45 GMT
<UL>
<LI><strong><A NAME="00013" HREF="msg00013.html">[MUD-Dev] Re: Storytelling vs. Simulationist (Was Re: Room descriptions)</A></strong>, 
Brandon J. Rickman <a href="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</a>, Fri 02 Oct 1998, 03:56 GMT
<UL>
<LI><strong><A NAME="00024" HREF="msg00024.html">[MUD-Dev] Re: Storytelling vs. Simulationist (Was Re: Room descriptions)</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Fri 02 Oct 1998, 17:16 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00022" HREF="msg00022.html">[MUD-Dev] Re: Storytelling vs. Simulationist (Was Re: Roomdescriptions)</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Fri 02 Oct 1998, 14:44 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00002" HREF="msg00002.html">[MUD-Dev] Re: Marian's Tailor vs. Psychopaths</A></strong>, 
ApplePiMan <a href="mailto:ApplePiMan#aol,com">ApplePiMan#aol,com</a>, Thu 01 Oct 1998, 05:43 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00025" HREF="msg00025.html">[MUD-Dev] Re: Marian's Tailor vs. Psychopaths</A></strong>, 
Benjamin D. Wiechel <a href="mailto:strycher#toast,net">strycher#toast,net</a>, Fri 02 Oct 1998, 20:19 GMT
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>