1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Population container -->
<!--X-From-R13: pynjerapNphc.uc.pbz -->
<!--X-Date: from major.globecomm.net [207.51.48.5] by in11.ibm.net id 867195898.38888&#45;1 Tue Jun 24 23:44:58 1997 CUT -->
<!--X-Message-Id: 199706242342.QAA29144#xsvr3,cup.hp.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.SOL.3.94.970619203725.20110E&#45;100000#eduserv1,rug.ac.be -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  Population container</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:clawrenc#cup,hp.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="msg01482.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01484.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01391.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01558.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01483">Author</A>
&nbsp;|&nbsp;<A HREF="#01483">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01483">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  Population container</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev]  Population container</LI>
<LI><em>From</em>: <A HREF="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</A></LI>
<LI><em>Date</em>: Tue, 24 Jun 97 16:40:05 -0700</LI>
<LI><em>Reply-to</em>: <A HREF="mailto:claw#null,net">claw#null,net</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
In &lt;<A HREF="msg01362.html">Pine.SOL.3.94.970619203725.20110E-100000#eduserv1,rug.ac.be</A>&gt;, on
06/19/97 
   at 08:39 PM, Wout Mertens &lt;Wout.Mertens#rug,ac.be&gt; said:

&gt;What is it? Well, you take a kind of monster that you want to
&gt;populate a zone with. Now make a population model, something like
&gt;Fibonacci's row or so (rabbits!), and update the model every once in
&gt;a while. Now, if a player is about, and he 'spots' one (or more) of
&gt;the population, decrease you population by one (or more) and make the
&gt;appropriate monster appear.

&gt;This way, you can have zillions of flies, musquito's, dwarfs, etc
&gt;etc, you could even describe the critters from the container (some
&gt;dwarfs are lurking about) (tho I think that's a bit farfetched), and
&gt;all with virtually no memory or cpu overhead.

A good idea.  Problem:

  Bubba does a speed run thru the zone and manages to "see" every
single mosquito (he's exceptionally shard sighted).  You container is
empty and you have lots of live, animated mosquito objects.

You also need a way of folding the "dead" (ie unseen) objects back
into the container at some point.  The problem is guaranteeing that
that folding is not detectable by players:

  &gt; l
  You are in a corridor that runs east west.
  There is a T-Rexx here.
  &gt; w
  You are at the end of a corridor that runs east west.  
  The only exit is to the east.
  &gt; e
  You are in a corridor that runs east west.
  There is a T-Rexx here.
  The T-Rexx leaves west.
  &gt; wait a really long time.
  &gt; w
  ...no T-Rexx...

-- 
J C Lawrence                           Internet: claw#null,net
(Contractor)                           Internet: coder#ibm,net
---------------(*)               Internet: clawrenc#cup,hp.com
...Honorary Member Clan McFUD -- Teamer's Avenging Monolith...


</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="01558" HREF="msg01558.html">Re: [MUD-Dev]  Population container</A></strong>
<ul compact><li><em>From:</em> Wout Mertens &lt;Wout.Mertens#rug,ac.be&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="01362" HREF="msg01362.html">Population container</A></STRONG>
<UL><LI><EM>From:</EM> Wout Mertens &lt;Wout.Mertens#rug,ac.be&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01482.html">Re: [MUD-Dev] Life</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01484.html">Re: [MUD-Dev] RP=MUSH/PG=MUD</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01391.html">Re: [MUD-Dev]  Population container</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01558.html">Re: [MUD-Dev]  Population container</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01483"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01483"><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>Re: [MUD-Dev]  Git out the boar spear, Martha!</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="01404" HREF="msg01404.html">Re: [MUD-Dev]  Git out the boar spear, Martha!</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Sat 21 Jun 1997, 16:57 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="01362" HREF="msg01362.html">Population container</A></strong>, 
Wout Mertens <a href="mailto:Wout.Mertens#rug,ac.be">Wout.Mertens#rug,ac.be</a>, Fri 20 Jun 1997, 01:51 GMT
<UL>
<LI><strong><A NAME="01383" HREF="msg01383.html">[MUD-Dev]  Population container</A></strong>, 
Brandon Cline <a href="mailto:brandon#sedona,net">brandon#sedona,net</a>, Fri 20 Jun 1997, 16:08 GMT
</LI>
<LI><strong><A NAME="01391" HREF="msg01391.html">Re: [MUD-Dev]  Population container</A></strong>, 
Nathan Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Sat 21 Jun 1997, 05:16 GMT
</LI>
<LI><strong><A NAME="01483" HREF="msg01483.html">Re: [MUD-Dev]  Population container</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Wed 25 Jun 1997, 06:44 GMT
<UL>
<LI><strong><A NAME="01558" HREF="msg01558.html">Re: [MUD-Dev]  Population container</A></strong>, 
Wout Mertens <a href="mailto:Wout.Mertens#rug,ac.be">Wout.Mertens#rug,ac.be</a>, Fri 27 Jun 1997, 22:37 GMT
</LI>
</UL>
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="01555" HREF="msg01555.html">Population container</A></strong>, 
Wout Mertens <a href="mailto:Wout.Mertens#rug,ac.be">Wout.Mertens#rug,ac.be</a>, Fri 27 Jun 1997, 21:22 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01358" HREF="msg01358.html">Re: [MUD-Dev]	Name/language generation</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Thu 19 Jun 1997, 21:48 GMT
<LI><strong><A NAME="01348" HREF="msg01348.html">Name/language generation</A></strong>, 
Oliver Jowett <a href="mailto:oliver#sa-search,massey.ac.nz">oliver#sa-search,massey.ac.nz</a>, Thu 19 Jun 1997, 06:13 GMT
</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>