1999Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Graphical Mud Design -->
<!--X-From-R13: "Rnivq" <qnivqNzvxrserapu.pbz> -->
<!--X-Date: Wed, 8 Sep 1999 11:37:34 &#45;0700 -->
<!--X-Message-Id: 01a301befa29$5565f160$0700a8c0@david -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 3.0.3.32.19990903224615.007d2c30#staff,vrgames.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Graphical Mud Design</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:david#mikefrench,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="msg00220.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00223.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00201.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00208.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00221">Author</A>
&nbsp;|&nbsp;<A HREF="#00221">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00221">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Graphical Mud Design</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: Re: [MUD-Dev] Graphical Mud Design</LI>
<LI><em>From</em>: "David" &lt;<A HREF="mailto:david#mikefrench,com">david#mikefrench,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 8 Sep 1999 11:38:18 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#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>
From: JT Herring &lt;sypes#vrgames,net&gt;
&gt; Now, the straight telnet I have a pretty good idea of what I'm going to do
&gt; codewise, but the graphical will require a client (obviously).  The
problem
&gt; I have is I'm not real familiar with what is required for a graphical
mud's
&gt; code.  I, by no means, am a professional programmer, so I'm pretty much
&gt; shooting in the dark as to what I need. Any hints/code fragments/good
&gt; advice/fortune cookie snippets/ideas would defiantly be appreciated.

There is no set method on how to do this.  Basically, you're using Telnet as
a communication protocol between the server and the graphic client, instead
of as a communication protocol between the server and the user.  Instead of
sending text messages to the client program, you need to establish a
language of event codes, which the client processes and changes the state of
what the user sees.  This is totally dependent on how you implement it
(room-based vs proximity based, free movement vs tiles, 3d vs 2d, etc).

I'd suggest designing the client first, to get an idea of what information
it needs to know to enable the user to interact with the MUD.  Take those
needs and develop a simple token-based communication protocol that will work
over a standard socket connection.  Then write the server code.  :)

--
White Flame (aka David Holz)
<A  HREF="http://fly.to/theflame">http://fly.to/theflame</A>




_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</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="00201" HREF="msg00201.html">[MUD-Dev] Graphical Mud Design</A></STRONG>
<UL><LI><EM>From:</EM> JT Herring &lt;sypes#vrgames,net&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00220.html">Re: [MUD-Dev] The Relationship between pkers and monster AI?</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00223.html">RE: [MUD-Dev] The Relationship between pkers and monster AI?</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00201.html">[MUD-Dev] Graphical Mud Design</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00208.html">Re: [MUD-Dev] Graphical Mud Design</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00221"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00221"><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] ScryMUD is offically open to the public.</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00209" HREF="msg00209.html">Re: [MUD-Dev] ScryMUD is offically open to the public.</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Tue 07 Sep 1999, 18:01 GMT
<UL>
<LI><strong><A NAME="00216" HREF="msg00216.html">Re: [MUD-Dev] ScryMUD is offically open to the public.</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Wed 08 Sep 1999, 01:49 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00517" HREF="msg00517.html">Re: [MUD-Dev] ScryMUD is offically open to the public.</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Tue 28 Sep 1999, 06:05 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00201" HREF="msg00201.html">[MUD-Dev] Graphical Mud Design</A></strong>, 
JT Herring <a href="mailto:sypes#vrgames,net">sypes#vrgames,net</a>, Sat 04 Sep 1999, 04:19 GMT
<UL>
<LI><strong><A NAME="00221" HREF="msg00221.html">Re: [MUD-Dev] Graphical Mud Design</A></strong>, 
David <a href="mailto:david#mikefrench,com">david#mikefrench,com</a>, Wed 08 Sep 1999, 18:37 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00208" HREF="msg00208.html">Re: [MUD-Dev] Graphical Mud Design</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Tue 07 Sep 1999, 18:02 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00194" HREF="msg00194.html">[MUD-Dev] semi-OT: Alan Cox is a MUD hacker</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Fri 03 Sep 1999, 22:05 GMT
<UL>
<LI><strong><A NAME="00200" HREF="msg00200.html">Re: [MUD-Dev] semi-OT: Alan Cox is a MUD hacker</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sat 04 Sep 1999, 01:23 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00183" HREF="msg00183.html">[MUD-Dev] ScryMUD:  News update (Opening to the Public on the 4th of September!)</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Wed 01 Sep 1999, 06:14 GMT
</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>