1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Room descriptions -->
<!--X-From-R13: "Fenivf E. Qnfrl" <rsvaqryNvb.pbz> -->
<!--X-Date: Fri, 2 Oct 1998 07:22:50 &#45;0700 -->
<!--X-Message-Id: Pine.BSF.4.02A.9810020907270.19084&#45;100000#schultz,io.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 001401bdecc8$2f0960c0$b27f14cf#patrick,gric.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Room descriptions</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:efindel#io,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="msg00020.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00022.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00011.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00028.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00021">Author</A>
&nbsp;|&nbsp;<A HREF="#00021">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00021">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] 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: Room descriptions </LI>
<LI><em>From</em>: "Travis S. Casey" &lt;<A HREF="mailto:efindel#io,com">efindel#io,com</A>&gt;</LI>
<LI><em>Date</em>: Fri, 2 Oct 1998 09:22:13 -0500 (CDT)</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 Wed, 30 Sep 1998, S. Patrick Gallaty wrote:

&gt; The basic failure of simulations is that the player will generally interact
&gt; with only the superficial.  So you have 100% effort going into only the 15% 
&gt; that the player sees.  That's not a great payoff unless you are culling some
&gt; experimental data from the great experiment.

Of course, that depends on what you decide to simulate, and to what
extent.  For example, for monster generation, you could decide to simulate
things in a concrete way:

 Monsters wander around.  When two monsters meet, we check to see if
 they're of the same species and the opposite sex.  If they are, there's a
 chance that they will mate.  If they do, there's a chance that offspring
 will be produced, and there's a length of time before the offspring is
 born, and another length of time before it grows up.  During those times
 we make the mother pregnant, then make the baby monsters live in the
 lair while the mother (and possibly the father and other monsters as
 well, depending on the type) bring them back food.

Or, you could simulate it in a more abstract way:

 We keep track of monster species populations for different areas.  When a 
 species' mating season arrives, we figure out the population density of
 that species in the area, then use that to decide who many pregnancies 
 there will be.  We keep track of monster attrition for the gestational
 period, then create an adjusted number of baby monsters -- that is, we 
 record their existence.  They're only created when needed (when someone
 enters a lair).  Each year, we also advance a certain percentage of the
 baby monsters to adult status.

Now, the second method loses a good bit of realism that the first
simulation has, but it provides a reasonable model which can create ups
and downs in the monster population.  The second method is probably easier
to establish, since we don't have to program such things as bringing back
food to the baby monsters, pregnant monsters, etc., and because it's
generally easier to program a series of formulas than to establish actual
behaviors.

The first will probably require more resources when running, since
individual monsters have to be modeled.  In return, it allows more for the
vagaries of chance.

Both of these are simulations -- one's just more detailed than the other.
IMHO, the trick in simulating things is to decide where to stop:  don't
spend too much time on the background things.

&gt; What benefit is massive simulation if we can shorthand all that with clever
&gt; emulation?  The player can't see the man behind the curtains in either
&gt; case.

Perhaps your "clever emulation" is the kind of simulation that I'm talking
about in the second example... IMHO, though, it's still a simulation, just
a more abstract one.



</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00020.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00022.html">[MUD-Dev] Re: Storytelling vs. Simulationist (Was Re: Roomdescriptions)</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00011.html">[MUD-Dev] Re: Room descriptions</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00028.html">[MUD-Dev] Re: Room descriptions</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00021"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00021"><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>[MUD-Dev] Re: Room descriptions</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00010" HREF="msg00010.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
ApplePiMan <a href="mailto:ApplePiMan#aol,com">ApplePiMan#aol,com</a>, Fri 02 Oct 1998, 01:54 GMT
<UL>
<LI><strong><A NAME="00016" HREF="msg00016.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Fri 02 Oct 1998, 05:04 GMT
</LI>
<LI><strong><A NAME="00023" HREF="msg00023.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Fri 02 Oct 1998, 15:30 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00011" HREF="msg00011.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
Nathan F Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Fri 02 Oct 1998, 03:16 GMT
</LI>
<LI><strong><A NAME="00021" HREF="msg00021.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Fri 02 Oct 1998, 14:22 GMT
</LI>
<LI><strong><A NAME="00028" HREF="msg00028.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
ApplePiMan <a href="mailto:ApplePiMan#aol,com">ApplePiMan#aol,com</a>, Sat 03 Oct 1998, 01:49 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>