1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: PDMud, Gamora and Casbah -->
<!--X-From-R13: Rneeva Vlehc <funqrfNzlguvptnzrf.pbz> -->
<!--X-Date: Sat, 24 Oct 1998 14:46:11 &#45;0700 -->
<!--X-Message-Id: 3.0.5.32.19981024175845.008a0b90#mythicgames,com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.SOL.3.96.981024071154.10320A&#45;100000#licia,dtek.chalmers.se -->
<!--X-Reference: 006b01bdfee7$5a46ece0$58f272cf#howdy,cybersight.com -->
<!--X-Reference: 19981024123154.A7084#divcom,slimy.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: PDMud, Gamora and Casbah</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:shades#mythicgames,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="msg00460.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00462.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00459.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00464.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00461">Author</A>
&nbsp;|&nbsp;<A HREF="#00461">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00461">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: PDMud, Gamora and Casbah</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: PDMud, Gamora and Casbah</LI>
<LI><em>From</em>: Darrin Hyrup &lt;<A HREF="mailto:shades#mythicgames,com">shades#mythicgames,com</A>&gt;</LI>
<LI><em>Date</em>: Sat, 24 Oct 1998 17:58:45 -0400</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>
At 12:31 PM 10/24/98 -0700, Jon Leonard wrote:
&gt;On Sat, Oct 24, 1998 at 07:19:46AM +0200, Niklas Elmqvist wrote:
&gt;&gt; On Fri, 23 Oct 1998, Bruce Mitchener, Jr. wrote:
&gt;&gt;&gt; Has anyone looked at Gamora, <A  HREF="http://php.indiana.edu/~scgmille/gamora.html">http://php.indiana.edu/~scgmille/gamora.html</A>
&gt;&gt;&gt; or possibly Casbah, <A  HREF="http://www.ntlug.org/casbah/">http://www.ntlug.org/casbah/</A> ?  Both of them have some
&gt;&gt;&gt; ideas or features that may be interesting for those working on PDMud.
&gt;&gt;
&gt;&gt; Took a quick look at it, and at least Gamora looks *very* close to what
&gt;&gt; *I* envision for PDMud. It uses a Bus architecture for passing messages
&gt;&gt; around and plugin objects which are handled by different threads, one for
&gt;&gt; each plugin. Still, what I personally envision for PDMud seems to be
&gt;&gt; different from what most people want from it. Fair enough; I am not going
&gt;&gt; to play difficult :) 
&gt;&gt; 
&gt;&gt; (Small voice: I still want to do it O-O. Wanto! Wanto!!! :)
&gt;
&gt;Those look like reasonable architectures, albiet ones that are fairly far
&gt;from the design I envisioned.  It may be that we can't all agree on an
&gt;architecture (or implementation language, or mudlib, or...) and the
&gt;project will have to fragment at some point.

Granted, we can't make the ultimate mud, but we can provide the ultimate
base for the mud itself, and the tools to use it, from which the ultimate
mud (whatever that means to you) could potentially be created.

&gt;Some amount of fragmentation is good:  We certainly don't want all MUDs to
&gt;be identical.  The real question is where does DevMUD development fragment:
&gt;
&gt;Implementation language?
&gt;Module format?
&gt;Module connection architecture?
&gt;Modules used?
&gt;In-game language?
&gt;Mudlib?
&gt;Only in gameworld details after install?

As long as we adopt the plug in module approach, we only need to agree on:

Driver kernel architecture
Driver implementation language
Minimum supported feature base in the driver
Plug-in module format
Plug-in module connection architecture

Once we have that, most of the rest of the items on your list could be
tailored to the individual mud developer, based on what they want/need.

&gt;What I'm trying to find is an architecture acceptable to a reasonably large
&gt;number of developers (including me!), so that we can more quickly build our
&gt;ideal MUDs.  If there are people who don't like that design, and they form 
&gt;an alternate development team, that's great.  We'd wind up with more good
&gt;examples of MUDs, and it's still less total effort expended than without
&gt;collaboration.

True... but I think we can find some common ground through which we can all
express our individual requirements and build towards our eventual goal.
We should also keep in mind that (at least for me) part of the purpose
behind this is to help educate current and future members of the list.  All
of us are talented developers in our right, some of us overlap in skills
and degree of talent, but I'm sure we will all learn more from doing a
project like this than we'd ever learn doing it on our own... not to
mention we have more diversity of resources to call upon.

&gt;I'd be shocked if we all used the same collection of modules, and if we
&gt;fragment before that, at least we can still port code back and forth.

That's the point... once we have the low-level driver, and the format for
how expansion should work, we can chose to break up into sub-teams to
develop the features we share in common for the modules and internal
language interface.  What I'd like to see happen is that the team develops
a "DevMud" of our own, something fairly generic, primarily used just to
test the code base, and show an example of the project taken to its
conclusion.  (Sort of like a distributed mud code/mudlib for the other muds
out there.)  So, newbies could take that base and modify it to create their
own varients of the GenericMUD core, and those with more creativity can
create their own mud cores from scratch, using the example (and our
development history documentation) to guide them.

&gt;So by all means, describe your ideal design.  You may yet convince a design
&gt;team, and the rest of us probably want to see it anyway.

In the end, I'm sure that will happen anyway... but I think for now we
should just focus on getting this project going, develop a simple mud using
this system, show it can be done, and then we can break up into groups and
make our own projects come to life!

Best,

Darrin


</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="00454" HREF="msg00454.html">[MUD-Dev] Re: PDMud, Gamora and Casbah</A></STRONG>
<UL><LI><EM>From:</EM> Niklas Elmqvist &lt;d97elm#dtek,chalmers.se&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00436" HREF="msg00436.html">[MUD-Dev] PDMud, Gamora and Casbah</A></STRONG>
<UL><LI><EM>From:</EM> "Bruce Mitchener, Jr." &lt;bruce#puremagic,com&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00459" HREF="msg00459.html">[MUD-Dev] Re: PDMud, Gamora and Casbah</A></STRONG>
<UL><LI><EM>From:</EM> Jon Leonard &lt;jleonard#divcom,slimy.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00460.html">[MUD-Dev] Re: Recursive look</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00462.html">[MUD-Dev] Re: DevMUD Event Language</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00459.html">[MUD-Dev] Re: PDMud, Gamora and Casbah</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00464.html">[MUD-Dev] Re: PDMud, Gamora and Casbah</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00461"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00461"><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="00436" HREF="msg00436.html">[MUD-Dev] PDMud, Gamora and Casbah</A></strong>, 
Bruce Mitchener, Jr. <a href="mailto:bruce#puremagic,com">bruce#puremagic,com</a>, Sat 24 Oct 1998, 00:45 GMT
<UL>
<LI><strong><A NAME="00440" HREF="msg00440.html">[MUD-Dev] Re: PDMud, Gamora and Casbah</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Sat 24 Oct 1998, 01:15 GMT
</LI>
<LI><strong><A NAME="00454" HREF="msg00454.html">[MUD-Dev] Re: PDMud, Gamora and Casbah</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Sat 24 Oct 1998, 05:22 GMT
<UL>
<LI><strong><A NAME="00459" HREF="msg00459.html">[MUD-Dev] Re: PDMud, Gamora and Casbah</A></strong>, 
Jon Leonard <a href="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</a>, Sat 24 Oct 1998, 19:36 GMT
<UL>
<LI><strong><A NAME="00461" HREF="msg00461.html">[MUD-Dev] Re: PDMud, Gamora and Casbah</A></strong>, 
Darrin Hyrup <a href="mailto:shades#mythicgames,com">shades#mythicgames,com</a>, Sat 24 Oct 1998, 21:46 GMT
</LI>
<LI><strong><A NAME="00464" HREF="msg00464.html">[MUD-Dev] Re: PDMud, Gamora and Casbah</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Sat 24 Oct 1998, 23:31 GMT
<UL>
<LI><strong><A NAME="00467" HREF="msg00467.html">[MUD-Dev] Re: PDMud, Gamora and Casbah</A></strong>, 
Adam J. Thornton <a href="mailto:adam#phoenix,Princeton.EDU">adam#phoenix,Princeton.EDU</a>, Sun 25 Oct 1998, 01:45 GMT
</LI>
<LI><strong><A NAME="00473" HREF="msg00473.html">[MUD-Dev] OpenMUD: bus-based communications</A></strong>, 
James Wilson <a href="mailto:jwilson#rochester,rr.com">jwilson#rochester,rr.com</a>, Sun 25 Oct 1998, 02:51 GMT
<UL>
<LI><strong><A NAME="00479" HREF="msg00479.html">[MUD-Dev] OpenMUD: bus-based communications</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Sun 25 Oct 1998, 08:39 GMT
</LI>
</UL>
</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>