1999Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: MUD Design doc (long) -->
<!--X-From-R13: X Q Znjerapr <pynjNhaqre.rate.ftv.pbz> -->
<!--X-Date: Tue, 12 Jan 1999 16:19:58 &#45;0800 -->
<!--X-Message-Id: 199901130011.QAA16114#under,engr.sgi.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.SOL.3.96.990112134504.11499B&#45;100000@sun&#45;cc203 -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: MUD Design doc (long)</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#under,engr.sgi.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="msg00119.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00120.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00115.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00119.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00121">Author</A>
&nbsp;|&nbsp;<A HREF="#00121">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00121">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: MUD Design doc (long)</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: MUD Design doc (long) </LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</A>&gt;</LI>
<LI><em>Date</em>: Tue, 12 Jan 1999 16:11:45 -0800</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 Tue, 12 Jan 1999 13:52:03 +0000 (BST) 
Ling &lt;K.L.Lo-94#student,lboro.ac.uk&gt; wrote:

&gt; On Mon, 11 Jan 1999, J C Lawrence wrote:

&gt;&gt;     &gt; l
&gt;&gt;     You are standing outside of a ramshackle store.  A sign,
&gt;&gt;     creaking in the wind, reads, "Bubba's Inn".
&gt;&gt;     &gt; name store moshpit
&gt;&gt;     Okay.
&gt;&gt;     &gt; l
&gt;&gt;     You are standing outside the moshpit.
&gt;&gt;     An ugly troll approaches from the south.
&gt;&gt;     &gt; name troll sucker
&gt;&gt;     Okay.
&gt;&gt;     Sucker says, "Hi!  My name is Boffo!  Want to go do the castle?"
&gt;&gt;     &gt; l
&gt;&gt;     You are standing outside the moshpit.
&gt;&gt;     Sucker is here.
&gt;&gt;     &gt; kill sucker
&gt;&gt;     ...etc.  

&gt; Having mucked around on a mud that uses private namespaces between
&gt; characters, my only gripe with it is that I wish the mud would
&gt; help me name people by keeping a token of some sort in memory.

Aye.  This is a problem that my old approach to time travel was
supposed to address.  Part of the idea was that you could
time-travel back to the prior incident (talk about "recall") and
then ad hoc assign names to past objects to have them carried
forward into the present.

&gt; More often than not, I go around naming people I meet random names
&gt; so I can associate a bunch of letters with someone until I get to
&gt; know them properly. Otherwise I feel everyone I meet to be one
&gt; stranger with lots of anonymous identities.  It's the equivalent
&gt; of knowing faces without the names.

An idea I've had for approaching this is creating a time-ordered
queue which is attached to characters which stores identifying
characteristics of objects met.  This would allow things like:

  &gt; l
  There is an elf dancing a jig here.
  ...several hours of play later...
  &gt; tell @dancing elf@ Hi!

with the queue being consulted for a fair memory match to "dancing
elf" etc.

This probably would not work as-is.  For one the storage overhead
across the character base is enourmous.  

Most likely a better approach, which would support Wiggin's ideas
about "how you best know/last knew XXX character" would be to store
a time-ordered list of notable objects encountered cross indexed
with a notability ordered list of objects significant in the player
character's life, each tagged with a last-seen timestamp.  Then,
queries such as the above would devolve to recursing those lists,
regenning the referenced objects in their prior states, and then
attempting matches.  This is of course, expensive.  I suspect that
time costs would be acceptable under the explanation of "pausing
while you try and remember".

&gt; Like you posted an age back, it would be nice to be able to do:

&gt;    &gt; name that man who I saw doing somersaults down the street Bubba.

Right.

&gt; Maybe the player can access a list of people recently met for just
&gt; this purpose.

Not totally happy with the above, but it might be a good-enough
hack, most especially in the Zawinski sense of the term.

-- 
J C Lawrence                              Internet: claw#kanga,nu
(Contractor)                             Internet: coder#kanga,nu
---------(*)                    Internet: claw#under,engr.sgi.com
...Honorary Member of Clan McFud -- Teamer's Avenging Monolith...


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00115" HREF="msg00115.html">[MUD-Dev] Re: MUD Design doc (long)</A></STRONG>
<UL><LI><EM>From:</EM> Ling &lt;K.L.Lo-94#student,lboro.ac.uk&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00119.html">[MUD-Dev] Re: MUD Design doc (long)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00120.html">[MUD-Dev] Re: mobile movement</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00115.html">[MUD-Dev] Re: MUD Design doc (long)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00119.html">[MUD-Dev] Re: MUD Design doc (long)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00121"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00121"><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: MUD Design doc (long)</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00103" HREF="msg00103.html">[MUD-Dev] Re: MUD Design doc (long)</A></strong>, 
Mik Clarke <a href="mailto:mikclrk#ibm,net">mikclrk#ibm,net</a>, Sun 10 Jan 1999, 20:28 GMT
</LI>
</ul>
<LI><strong><A NAME="00104" HREF="msg00104.html">[MUD-Dev] Re: MUD Design doc (long)</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Sun 10 Jan 1999, 21:57 GMT
</LI>
<LI><strong><A NAME="00112" HREF="msg00112.html">[MUD-Dev] Re: MUD Design doc (long)</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Tue 12 Jan 1999, 06:49 GMT
<UL>
<LI><strong><A NAME="00115" HREF="msg00115.html">[MUD-Dev] Re: MUD Design doc (long)</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</a>, Tue 12 Jan 1999, 15:53 GMT
<UL>
<LI><strong><A NAME="00121" HREF="msg00121.html">[MUD-Dev] Re: MUD Design doc (long)</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 13 Jan 1999, 00:19 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00119" HREF="msg00119.html">[MUD-Dev] Re: MUD Design doc (long)</A></strong>, 
Mik Clarke <a href="mailto:mikclrk#ibm,net">mikclrk#ibm,net</a>, Tue 12 Jan 1999, 21:06 GMT
<UL>
<LI><strong><A NAME="00124" HREF="msg00124.html">[MUD-Dev] Re: MUD Design doc (long)</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 13 Jan 1999, 01:17 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
<LI><strong><A NAME="00130" HREF="msg00130.html">[MUD-Dev] Re: MUD Design doc (long)</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Wed 13 Jan 1999, 15:42 GMT
<UL>
<LI><strong><A NAME="00146" HREF="msg00146.html">[MUD-Dev] Re: MUD Design doc (long)</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 13 Jan 1999, 23:34 GMT
</LI>
</UL>
</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>