1999Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Collecting ideas for a MUD server... (fwd) -->
<!--X-From-R13: Dnuhy Evaun <efvaunNtyhr.hzq.rqh> -->
<!--X-Date: Wed, 22 Dec 1999 12:56:59 &#45;0800 -->
<!--X-Message-Id: Pine.LNX.4.10.9912220451210.9992&#45;100000#localhost,localdomain -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 018301bf4c1c$222a3550$5bd172cf@SPAWN2000 -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:rsinha#glue,umd.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="msg00725.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00724.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00719.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00730.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00727">Author</A>
&nbsp;|&nbsp;<A HREF="#00727">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00727">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</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>: Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</LI>
<LI><em>From</em>: Rahul Sinha &lt;<A HREF="mailto:rsinha#glue,umd.edu">rsinha#glue,umd.edu</A>&gt;</LI>
<LI><em>Date</em>: Wed, 22 Dec 1999 05:02:59 -0500 (EST)</LI>
<LI><em>cc</em>: <A HREF="mailto:terpstra#iota,dhs.org">terpstra#iota,dhs.org</A></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>
weee buzzword bingo

On Tue, 21 Dec 1999, Justin Rogers wrote:

&gt; [JC Lawrence]
&gt; &gt;
&gt; &gt; Wesley: I crossed your post to MUD-Dev for further comment.
&gt; &gt;
&gt; &gt; ------- Forwarded Message
&gt; &gt;
&gt; &gt; From: "Wesley W. Terpstra" &lt;terpstra#iota,dhs.org&gt;
&gt; &gt; Newsgroups: rec.games.mud.admin
&gt; &gt; Subject: Collecting ideas for a MUD server...
&gt; &gt; Date: Tue, 21 Dec 1999 11:35:13 +0000
&gt; &gt;
&gt; &gt; Some friends and I were thinking about writing a new MUD server from
&gt; &gt; scratch and I thought it would be wise to collect information from
&gt; &gt; people who have been running&amp;coding them. :-)
&gt; 
&gt; Not a bad idea.  Press the limits though and make it expandable.  Use plugins,
&gt; new technologies (ActiveX), different network protocols, etc...  If your
ActiveX???
most muds run on Unix, with good reason, stay FAR away from activeX,
unless you think your mud shoudl run on a server with the GUI in
kernelspace...

regarding new protocols... why?? no need exists... if you want clear text
clearly no change needed, if you want encryption, go steal some OpenSSH
code (its BSDed, so you can use whatever license you like for your product
even if you use their code)

&gt; making a new one then go for broke.
... change whats broken...
&gt; 
&gt; &gt; Our plans (at present) are to make a compiler/interpreter for a custom
&gt; &gt; OO language and build the actual MUD completely in this language. As I
&gt; &gt; understand it, MOO already takes this approach. What I would like to
&gt; &gt; gather is a list of features that people consider essential to a MUD
&gt; &gt; programming language.
&gt; 
&gt; Sounds nice.  I programmed an ActiveX scripting language that I then connect
&gt; to through a plugin.  It handles all basic arithematic and the such.  The actual
&gt; core is programmed in C/C++.  Plugins can be written in JavaScript, VBScript,
&gt; RexxScript, DigiScript (mine), as DLLs (must support custom interfaces), as
&gt; ActiveX controls (also must support custom interfaces), and as TCP/IP servers
&gt; that return formatted control streams.
once again, keep in mind that a) your players are not all running GUIs
(unless that is a design requirement) and b) if you are going to make your
mud graphical, speed issues exist with the embedded-into-webpage idea...
hence why games like SPQR died out...

Justin's plan locks you into a) windows b) guis and c) is unnecissary if
you want to write a windows gui-client mud

&gt; 
&gt; [JC Lawrence]
&gt; &gt; I also wanted to know of what MUDs currently implement any of the
&gt; &gt; following: multithreading, guis, exploiting client processors, pgp
&gt; &gt; certificates about players so their characters can move from one server
&gt; &gt; to another w/o the two servers ever talking directly.
&gt; 
&gt; I don't know about existing muds that support too many of those things.  I've
&gt; coded a plugin driver that accepts different types of plugins that interact
&gt; and create a game.  Several of these plugins support multithreaded users.
??? multithreaded USERS?
&gt; A couple of export plugins use DirectPlay over the Internet and DirectX
&gt; streams with personally coded clients to stream 3D arenas (very small).
cross-platform and speed issues here... if you must use DirectPlay don't
stream it across the Internet, have the user dl a client... (once again,
if you are not going into a GUI-only setup, you REALLY dont want this
then)
&gt; These clients therefore use quite a bit of the clients processors.  And one
&gt; plugin if used properly and installed on all clients can create a MUD without
&gt; any server at all.  Just the users.

ummm a peer-to-peer setup is not safe for any centralized game... Justin,
have you actually implemented this? If so, you are begging for some player
to remember that he can hexedit his character...

and if you are streaming DirectPLay, how is this peer-to-peer? (iow you
NEED a client-server setup)

&gt; 
&gt;     - Justin Rogers, CEO DigiTec Web Consultants
&gt; 

	-RS

	Rahul Sinha
Computer Science/ Government,
University Of Maryland College Park
AIM: qui dire	ICQ: 9738191	(301)935-5542





_______________________________________________
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>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00741" HREF="msg00741.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#cp,net&gt;</li></ul>
<li><strong><A NAME="00740" HREF="msg00740.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#cp,net&gt;</li></ul>
<li><strong><A NAME="00732" HREF="msg00732.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></strong>
<ul compact><li><em>From:</em> "Justin Rogers" &lt;justin#mlstoday,com&gt;</li></ul>
<li><strong><A NAME="00730" HREF="msg00730.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></strong>
<ul compact><li><em>From:</em> Greg Miller &lt;gmiller#classic-games,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00719" HREF="msg00719.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></STRONG>
<UL><LI><EM>From:</EM> "Justin Rogers" &lt;justin#mlstoday,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00725.html">Re: [MUD-Dev] Fair/Unfair? Scenarios (fwd)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00724.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00719.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00730.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00727"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00727"><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><A NAME="00723" HREF="msg00723.html">[MUD-Dev] re: Originality/Points of Reference</A></strong>, 
Ian Klimon, Esq. <a href="mailto:ian#aephirsden,com">ian#aephirsden,com</a>, Wed 22 Dec 1999, 18:57 GMT
<LI><strong><A NAME="00718" HREF="msg00718.html">[MUD-Dev] Re: Collecting ideas for a MUD server... (fwd)</A></strong>, 
J C Lawrence <a href="mailto:claw#cp,net">claw#cp,net</a>, Wed 22 Dec 1999, 00:47 GMT
<LI><strong><A NAME="00717" HREF="msg00717.html">[MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></strong>, 
J C Lawrence <a href="mailto:claw#cp,net">claw#cp,net</a>, Wed 22 Dec 1999, 00:46 GMT
<UL>
<LI><strong><A NAME="00719" HREF="msg00719.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></strong>, 
Justin Rogers <a href="mailto:justin#mlstoday,com">justin#mlstoday,com</a>, Wed 22 Dec 1999, 01:29 GMT
<UL>
<LI><strong><A NAME="00727" HREF="msg00727.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></strong>, 
Rahul Sinha <a href="mailto:rsinha#glue,umd.edu">rsinha#glue,umd.edu</a>, Wed 22 Dec 1999, 20:56 GMT
<UL>
<LI><strong><A NAME="00730" HREF="msg00730.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></strong>, 
Greg Miller <a href="mailto:gmiller#classic-games,com">gmiller#classic-games,com</a>, Wed 22 Dec 1999, 21:32 GMT
<UL>
<LI><strong><A NAME="00748" HREF="msg00748.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></strong>, 
J C Lawrence <a href="mailto:claw#cp,net">claw#cp,net</a>, Thu 23 Dec 1999, 02:03 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00732" HREF="msg00732.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></strong>, 
Justin Rogers <a href="mailto:justin#mlstoday,com">justin#mlstoday,com</a>, Wed 22 Dec 1999, 21:58 GMT
<UL>
<LI><strong><A NAME="00746" HREF="msg00746.html">Re: [MUD-Dev] Collecting ideas for a MUD server... (fwd)</A></strong>, 
J C Lawrence <a href="mailto:claw#cp,net">claw#cp,net</a>, Thu 23 Dec 1999, 01:41 GMT
</LI>
</UL>
</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>