1999Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: MUD Design doc (long) -->
<!--X-From-R13: [vx Qynexr <zvxpyexNvoz.arg> -->
<!--X-Date: Tue, 12 Jan 1999 13:06:42 &#45;0800 -->
<!--X-Message-Id: 369BC8E7.ADDE3BCE#ibm,net -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199901120053.QAA09980#under,engr.sgi.com -->
<!--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:mikclrk#ibm,net">
</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="msg00118.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00121.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00121.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00124.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00119">Author</A>
&nbsp;|&nbsp;<A HREF="#00119">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00119">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>: Mik Clarke &lt;<A HREF="mailto:mikclrk#ibm,net">mikclrk#ibm,net</A>&gt;</LI>
<LI><em>Date</em>: Tue, 12 Jan 1999 22:12:55 +0000</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>
J C Lawrence wrote:
&gt; 
&gt; On Sat, 09 Jan 1999 22:34:11 +0000
&gt; Mik Clarke&lt;mikclrk#ibm,net&gt; wrote:
&gt; 
&gt; &gt; I've implemented the detailed descriptions as chains of keywords,
&gt; &gt; conditions and descriptions attached to rooms and
&gt; &gt; objects. 
&gt; 
&gt; What does this last mean?  The server can't send IO directly to the
&gt; player any more as it has to pass thru the character object first.
&gt; Further it encourages the code model where interface and
&gt; presentation intelligence is removed from the server to the client,
&gt; with the result that the character object becomes increasingly
&gt; intelligent about such things and the data items it processes
&gt; (rooms, objects, EQ, etc) increasingly simple if not non-existent in
&gt; those regards.
&gt; 
&gt;   Why should a room care how a character or player perceives it?  It
&gt; is an artificial division and badly breaks the relevent XXX design
&gt; pattern (the Gang of Four book is at home and I'm not).
&gt; 
&gt;   Why not have the room (or whatever) contain all the relevent atoms
&gt; of its own description and then have the client/character assemble
&gt; and present those atoms in a way intelligent to *that* character?

Yes, I had something similer on my properly OO oriented Java.  The
client plugged into the back of the player and that was all the
information it got. 
 
&gt; This makes objects responsible for their own data public contents
&gt; (ie their attributes and method return values), and not for what is
&gt; done with them.

Yes, but you also need a 'tag' field of some sort to indicate the
abilities that the character needs to be able to percieve the
information, so the client can work out exactly what the player does
see.  This is a property of the object being described, not of the
player percieving it.  I put the 'what can be seen' decision on the
server to cutdown on the ammount of data being sent - sending 5K of
conditional descriptions and only presenting 1K to the average player is
not very efficient.
 
&gt;   For me names are not global (there are a very few exceptions).  As
&gt; such objects don't have default names.  The character you ran into
&gt; at the castle is only "Bubba" to you because that is what you
&gt; explicitly named him.  You have no idea what he calls you.

That must make conversation between different players somewhat
comlicated...

 &gt;look
 You are outside the moshpit.
 Sucker is here.
 Mik shouts; Where are you?
 &gt;shout I'm at the moshpit 
 You shout: I'm at the moshpit
 Mik shouts: Ummm. Where's that?
 &gt;look
 You are outside the moshpit.
 Sucker is here. 
 &gt;shout It's an eating place. Sucker lives outside it.
 You shout: It's an eating place. Sucker lives outside it.
 Mik shouts: Is it the Golden Ribs in Honbar? Who's sucker?
 ...

Mik 
-- 
<A  HREF="http://www.geocities.com/SoHo/Cafe/2260">http://www.geocities.com/SoHo/Cafe/2260</A>


</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="00124" HREF="msg00124.html">[MUD-Dev] Re: MUD Design doc (long)</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00112" HREF="msg00112.html">[MUD-Dev] Re: MUD Design doc (long)</A></STRONG>
<UL><LI><EM>From:</EM> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00118.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00121.html">[MUD-Dev] Re: MUD Design doc (long)</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00121.html">[MUD-Dev] Re: MUD Design doc (long)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00124.html">[MUD-Dev] Re: MUD Design doc (long)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00119"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00119"><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>
<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>
<LI><strong><A NAME="00009" HREF="msg00009.html">[MUD-Dev] Re: Graphic design, client questions</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 24 Dec 1998, 07:57 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>