1998Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: clients anyone?... -->
<!--X-From-R13: "Pehpr [vgpurare, Xe." <hozvgpurNzpf.qerkry.rqh> -->
<!--X-Date: Wed, 12 Aug 1998 22:29:59 &#45;0700 -->
<!--X-Message-Id: 057a01bdc67b$6a14b160$58f272cf#howdy,cybersight.com -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: clients anyone?...</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:ubmitche#mcs,drexel.edu">
</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="msg00697.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00699.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00705.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00700.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00698">Author</A>
&nbsp;|&nbsp;<A HREF="#00698">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00698">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: clients anyone?...</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: "MUD-Dev" &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: [MUD-Dev] Re: clients anyone?...</LI>
<LI><em>From</em>: "Bruce Mitchener, Jr." &lt;<A HREF="mailto:ubmitche#mcs,drexel.edu">ubmitche#mcs,drexel.edu</A>&gt;</LI>
<LI><em>Date</em>: Wed, 12 Aug 1998 22:29:59 -0700</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, 12 Aug 1992, Hans-Henrik Staerfeldt wrote:
&gt; On Tue, 11 Aug 1998, Adam J. Thornton wrote:

&gt; &gt; &gt;     All this happens without my being interrupted by the flow of
&gt; &gt; &gt;     information from crab to ELIZA.  I don't see the messages, and
&gt; &gt; &gt;     I don't need to be in the same room as the crab when people
&gt; &gt; &gt;     speak to him.
&gt; &gt;
&gt; &gt; Nice!  This sounds like a good way to implement relatively simple
&gt; &gt; scriptable NPCs, actually: if they just have their own client, can parse
&gt; &gt; the incoming data, and respond appropriately then I don't have to build
it
&gt; &gt; explicitly into my server or my database model; I can just create an NPC
&gt; &gt; object and let its client script handle its responses.
&gt;
&gt; If you want complex scripting, it would be a good idea to extend the
&gt; protocol to handle pre-processed data. In reality, your in-game model
&gt; of the world is translated into nasty ambigous text for reading of humans,
&gt; or even worse - graphics. Unless you want to do some very nasty AI attempt
&gt; at understaning the messages (graphics!) intended for the player you
&gt; should extend your good flexible protocol with an AI stream mode that
&gt; allows for nicely formatted events to be parsed to the remote NPC.
&gt;
&gt; Player&gt; Buffy pick up the hammer.
&gt; AI&gt; Pickup((Player 52364),(Object 23647)).
&gt;
&gt; or something to that affect.


Why not use a protocol described by an XML DTD?  This would allow you to
parse it easily with standard libraries in multiple languages and validate
the data fairly easily.

If you were to move to having all events from the server be broadcast to the
clients in this protocol, you could support various types of clients off of
the same server, with each one interpreting the data as it could best handle
it.  For clients that might need only a tiny subset of the data involved
(like a text-only client), one could set up a proxy server that connected to
the server and would filter the event messages in a way specified by the
client.  Users that required telnet-style access to the game could be
satisfied by another proxy server which would 'render' the event messages
into a more traditional textual format.

For robots, NPCs and AI, they would be receiving the same data available to
any user and could be hosted anywhere, not requiring the main game server(s)
to be bogged down by AI.  Logging mechanisms could even be handled this way
to provide a more intelligent AI-based log monitoring system.  You could
even stick a weather control system on the client side of this (albeit, a
different type of data headed down that pipe).

 - Bruce (who plans on starting a Cold-based core to do stuff like this
after he gets the next version of Genesis well under way)




</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="00712" HREF="msg00712.html">[MUD-Dev] Re: clients anyone?...</A></strong>
<ul compact><li><em>From:</em> "Adam J. Thornton" &lt;adam#phoenix,Princeton.EDU&gt;</li></ul>
<li><strong><A NAME="00700" HREF="msg00700.html">[MUD-Dev] Re: clients anyone?...</A></strong>
<ul compact><li><em>From:</em> James Wilson &lt;jwilson#rochester,rr.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00697.html">[MUD-Dev] Re: LinuxThreads and SIGUSR1 (Ref: [MUD-Dev])</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00699.html">[MUD-Dev] Eye movement.</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00705.html">[MUD-Dev] Re: Eye movement.</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00700.html">[MUD-Dev] Re: clients anyone?...</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00698"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00698"><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: Eye movement.</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00706" HREF="msg00706.html">[MUD-Dev] Re: Eye movement.</A></strong>, 
T. Alexander Popiel <a href="mailto:popiel#snugharbor,com">popiel#snugharbor,com</a>, Thu 13 Aug 1998, 17:51 GMT
</LI>
</ul>
</ul>
</LI>
<LI><strong><A NAME="00699" HREF="msg00699.html">[MUD-Dev] Eye movement.</A></strong>, 
quzah <a href="mailto:quzah#geocities,com">quzah#geocities,com</a>, Thu 13 Aug 1998, 11:52 GMT
<UL>
<LI><strong><A NAME="00701" HREF="msg00701.html">[MUD-Dev] Re: Eye movement.</A></strong>, 
James Wilson <a href="mailto:jwilson#rochester,rr.com">jwilson#rochester,rr.com</a>, Thu 13 Aug 1998, 12:51 GMT
<UL>
<LI><strong><A NAME="00705" HREF="msg00705.html">[MUD-Dev] Re: Eye movement.</A></strong>, 
Hans-Henrik Staerfeldt <a href="mailto:hhs#cbs,dtu.dk">hhs#cbs,dtu.dk</a>, Thu 13 Aug 1998, 17:32 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00698" HREF="msg00698.html">[MUD-Dev] Re: clients anyone?...</A></strong>, 
Bruce Mitchener, Jr. <a href="mailto:ubmitche#mcs,drexel.edu">ubmitche#mcs,drexel.edu</a>, Thu 13 Aug 1998, 05:29 GMT
<UL>
<LI><strong><A NAME="00700" HREF="msg00700.html">[MUD-Dev] Re: clients anyone?...</A></strong>, 
James Wilson <a href="mailto:jwilson#rochester,rr.com">jwilson#rochester,rr.com</a>, Thu 13 Aug 1998, 12:22 GMT
</LI>
<LI><strong><A NAME="00712" HREF="msg00712.html">[MUD-Dev] Re: clients anyone?...</A></strong>, 
Adam J. Thornton <a href="mailto:adam#phoenix,Princeton.EDU">adam#phoenix,Princeton.EDU</a>, Fri 14 Aug 1998, 01:45 GMT
<UL>
<LI><strong><A NAME="00714" HREF="msg00714.html">[MUD-Dev] Re: clients anyone?...</A></strong>, 
Andrew Wilson <a href="mailto:andrew#aaaaaaaa,demon.co.uk">andrew#aaaaaaaa,demon.co.uk</a>, Fri 14 Aug 1998, 02:52 GMT
<UL>
<LI><strong><A NAME="00716" HREF="msg00716.html">[MUD-Dev] Re: clients anyone?...</A></strong>, 
Adam J. Thornton <a href="mailto:adam#phoenix,Princeton.EDU">adam#phoenix,Princeton.EDU</a>, Fri 14 Aug 1998, 03:56 GMT
</LI>
</UL>
</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>