1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: DevMUD Objectives? -->
<!--X-From-R13: Funaqbe <gunaqbeNqbahg.quvf.bet> -->
<!--X-Date: Fri, 30 Oct 1998 23:48:40 &#45;0800 -->
<!--X-Message-Id: 19981031184413.B1488#donut,dhis.org -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 19981030194701.A32559#donut,dhis.org -->
<!--X-Reference: 19981031010450.26553#moos,ml.org -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: DevMUD Objectives?</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:thandor#donut,dhis.org">
</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="msg00619.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00621.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00616.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00586.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00620">Author</A>
&nbsp;|&nbsp;<A HREF="#00620">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00620">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: DevMUD Objectives?</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: DevMUD Objectives?</LI>
<LI><em>From</em>: Thandor &lt;<A HREF="mailto:thandor#donut,dhis.org">thandor#donut,dhis.org</A>&gt;</LI>
<LI><em>Date</em>: Sat, 31 Oct 1998 18:44:13 +1100</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 Sat, Oct 31, 1998 at 01:04:50AM -0500, Hal Black wrote:
&gt;   The problem here is many of us have different views of what constitutes a
&gt; mud.  For instance, avid MUSH players don't have the same taste in muds as avid
&gt; Diku players, yet most of us agree that they are both muds.  We had a
&gt; discussion earlier about how more online games are like traditional MUDS in
&gt; many ways.
&gt;   Forgive me if I misunderstand, but your goal for DevMUD seems like it is "to
&gt; make a better Diku".  (I even think some list members - Holly? - have added LPC
&gt; programming to a Diku base) I think this is a good goal for the project; I
&gt; think a straightforward game like Diku could benefit from some of the features
&gt; proposed for DevMUD.  However, for what I see in DevMUD, it is not this at all.
&gt; What if I want to make something that's not at all like a traditional MUD, Diku
&gt; style or other?  What if I want to make a huge multiplayer version of the game
&gt; Tradewars, Planetbusters, or even Pyroto Mountain from the days of BBS's?  What
&gt; if I want to make something styled like Ultima Online?  What if I want to make
&gt; a realtime Civilization-style game?  How about one like Sim-City?  Or
&gt; Syndicate?  Populous?  Lemmings?  Or even something entirely different?

Better diku? *laugh* Nothing could be further from the truth. The only reason
I brought up diku was because I believe that although it is technologically
inferior to many mud systems out there, it is still a great system for one
reason - simplicity. Yes, I understand that making a more capable system is
obviously going to mean that it's going to be more complex. But I'd rather it
not get uneccisarily complex, just because it can be made complex. I think
sometimes settling for something that's a little slower, or that isn't
infinitely flexible is a good thing if that leads to a reduction in
complexity. I'm not saying make it hello world style program simpl,e I'm
saying that I think there is a need for balance.

What do I want from DevMUD? Well, I'd like to hope I can contribute something
to the project, even if it is just questioning why things are being done the
way they are, or some "grunt" coding work. I also think that when finished it
may be a suitable platform for the mud game (as opposed to server) design I'm
working on. So yes, I want DevMUD to suceed, because it saves me from having
to write a server from scratch that will support my game. I'll save the list
the agony of reading through a multi-page waffle of what I envisage my mud as
being like, but suffice to say I have ideas that as far as I nkow haven't been
done before and wont work well with any existing mud system that I can think
of.

&gt; database storage thing looks useful, yes...  DevMUD aims to empower
&gt; game designers by delivering black-box modules they can use without
&gt; understanding the details of what's inside.  (but they can look in if they
&gt; want!)

OK, maybe it's my personal bias of hating black boxes, and always wanting to
know what is inside that is influencing my opinion. My point is it's useless
to be able to look in side if what is inside is giberish to you. So maybe I'm
advocating go as complex as you like as long as you document it well enough
that everyone can understand. I guess I just don't have much confidence in the
documentation being there - time will tell.

&gt;   I think a lot of the DevMUD design is based on allowing design of *Engines*
&gt; and *Universes* rather than just *Scenarios* or *Environments*.  I would say
&gt; that most of the modifications done to Diku of are the latter variety.  If I
&gt; code a new guild into diku, or add some mob AI, I would call that mostly a
&gt; change in scenario.  But say I took all the rooms out of Diku, changed the
&gt; world to a 3-d coordinate space, and gave everyone 3 floating point values to
&gt; represent where they were in the universe.  Then in that space I put some solid
&gt; objects and called them walls.  This would certainly be different than any Diku
&gt; I've ever come across, in fact, it wouldn't be much like Diku at all, even if
&gt; it was based on the Diku codebase.  Say I had a good reason for making such a
&gt; change.  I've basically taken something that was well suited to all of Diku's
&gt; great features (OLC, etc) and made them useless by modifying the Universe
&gt; model.  So why start from Diku in the first place?  I hope DevMUD will be a
&gt; better place to start for radically new designs of Engines and Universes. 

*nod* I agree with all this, I do want the framework to be flexible enough so
that someone can do a room-based mud or not do a room-based mud depending on
what they feel will work best for them. I'm not saying we should put
overly restrictive ideas on how the world works like diku does - I don't want
to be stuck with a pulse system (though I do think it should be an option),
likewise with a room-based system, heavy PC/NPC distinction, levels, classes,
etc. All those are pretty central to diku, and stuff that could be changed,
but it's a huge task. I don't want those restrictions either.

In no way, shape or form do I think diku is a good model for DevMUD. I do,
however, think that diku's simplicity has big a big factor in it's enourmous
popularity, and that if the goal is to make something that is useful to a
large number of people, then the simplicity needs to be there.

&gt;   And the list goes on...  Maybe I'm a dreamer, but I have great goals for
&gt; what a project like DevMUD could realize by virtue of not being tied to one
&gt; platform or style.

You're not the only dreamer, I'm sure. I don't want to have to code my areas.
Nor do I want to have to make them in any sort of editor, online or otherwise.
My vision is to be able to have semi-randomly generated areas, which integrate
seamlessly with the hand generated areas that I might write, and are
constantly "evolving"/being re-randomised, with their evolution influenced by
player actions, and ongoing subplots within the deeper mud story line. I also
want a system where I wont have to keep the actual areas, only a limited
amount of state from which I can recreate them through the random process,
hence allowing for a huge world without the problems associated with
memory/storage required for it. Since this is rather different to the way muds
traditionally handle areas, I'm not keen on being locked into one view either.
But I'm not advocating locking people in anyway, merely saying that if you
make something so infinitely generic that anything is possible, you're setting
yourself up to fail.

&gt; I think it is certainly achievable.  Any network game has a network module.
&gt; It may not be an explicit *module* like DevMUD aims to have, but it is one
&gt; nonetheless.  It may even be tied in tightly with the game code, who knows?
&gt; What it seems to me what the DevMUD project aims for is to provide some of the
&gt; common building blocks that all multiplayer network games/environments use
&gt; (network, database) in a manner that specific modules (DevDiku, DevLPC, DevMOO,
&gt; DevSyndicate, DevWhatHaveYou) can plug into and use, and the module interface
&gt; itself so that things fit together.  Every network game has a network module,
&gt; why not have a set of games which use the same network module?  Certainly a
&gt; Quake-stle game will have a different network module than a telnet game (telnet
&gt; is TCP-only, and Quake uses UDP and TCP) but at least there will be some
&gt; common way to plug them in.
&gt;   I've also heard some talk of modules less common and closer to actual
&gt; MUDs, like a MUD Geography Data Structure package.  It would have efficient
&gt; implementations of MUD Geography models that you or I could use if we want.
&gt; Perhaps one module you might like would be a (Swedish?) Diku extender, to add
&gt; programming to Diku muds without taking away all the good features that give it
&gt; popularity through accessibility.

So long as bandwidth remains limited, and latency stays above zero, I don't
think there can be a one size fits all network module. At least not what I
consider to be defined as a network module. This is an example of what I'm
talking about - if practical limitations mean that the implementation of one
module inhibits the creation of a certain class of games, is it worth making
allowances for those types of games in other modules? In an ideal world I'd
say yes, but in our non ideal world I question whether it's worth the trouble.

Once again, I have no intention of writing or using a diku module. As I said
in another post - if I wanted a diku I'd build from a diku. I was simply
complementing diku not on it's gameplay but in it's simplicity of
implementation. I'm not a fan of the simplicity of gameplay that this causes
in certain situations. 

&gt;   I have faith that when the dust settles, the interface design will be
&gt; approachable and documented.  Hopefully, some truly useful and easy-to-use
&gt; modules will follow.  It's what we make of it - only time will tell.

Sorry if I come off as questioning the ability of the people involved to come
up with something useful, but my natural mode of thinking is as a skeptic. Add
to that the fact that I often find myself addopting the devil's advocate
position almost without intending to, and I guess I can sound like whatever is
put up I'm not happy with. However I think anything this abitious needs people
like that.

Yeah, I guess at some level I do think it will work though - I wouldn't be
spending my time writing email to the list if I didn't.

- Shane King.



</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="00587" HREF="msg00587.html">[MUD-Dev] DevMUD Objectives?</A></STRONG>
<UL><LI><EM>From:</EM> Thandor &lt;thandor#donut,dhis.org&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00616" HREF="msg00616.html">[MUD-Dev] Re: DevMUD Objectives?</A></STRONG>
<UL><LI><EM>From:</EM> Hal Black &lt;hal#moos,ml.org&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00619.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00621.html">[MUD-Dev] Re: DevMUD:  Inheritable modules</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00616.html">[MUD-Dev] Re: DevMUD Objectives?</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00586.html">[MUD-Dev] META/ADMIN: CVS for DevMUD security</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00620"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00620"><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: DevMUD Objectives?</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00593" HREF="msg00593.html">[MUD-Dev] Re: DevMUD Objectives?</A></strong>, 
Thandor <a href="mailto:thandor#donut,dhis.org">thandor#donut,dhis.org</a>, Fri 30 Oct 1998, 14:49 GMT
<UL>
<LI><strong><A NAME="00595" HREF="msg00595.html">[MUD-Dev] Re: DevMUD Objectives?</A></strong>, 
Darrin Hyrup <a href="mailto:shades#mythicgames,com">shades#mythicgames,com</a>, Fri 30 Oct 1998, 17:05 GMT
</LI>
<LI><strong><A NAME="00631" HREF="msg00631.html">[MUD-Dev] Re: DevMUD Objectives?</A></strong>, 
Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Sat 31 Oct 1998, 19:11 GMT
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00616" HREF="msg00616.html">[MUD-Dev] Re: DevMUD Objectives?</A></strong>, 
Hal Black <a href="mailto:hal#moos,ml.org">hal#moos,ml.org</a>, Sat 31 Oct 1998, 05:43 GMT
<UL>
<LI><strong><A NAME="00620" HREF="msg00620.html">[MUD-Dev] Re: DevMUD Objectives?</A></strong>, 
Thandor <a href="mailto:thandor#donut,dhis.org">thandor#donut,dhis.org</a>, Sat 31 Oct 1998, 07:48 GMT
</LI>
</UL>
</LI>
</ul>
</LI>
<LI><strong><A NAME="00586" HREF="msg00586.html">[MUD-Dev] META/ADMIN: CVS for DevMUD security</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Fri 30 Oct 1998, 05:25 GMT
<UL>
<LI><strong><A NAME="00603" HREF="msg00603.html">[MUD-Dev] Re: META/ADMIN: CVS for DevMUD security</A></strong>, 
Jon Leonard <a href="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</a>, Fri 30 Oct 1998, 22:48 GMT
<UL>
<LI><strong><A NAME="00607" HREF="msg00607.html">[MUD-Dev] Re: META/ADMIN: CVS for DevMUD security</A></strong>, 
James Wilson <a href="mailto:jwilson#rochester,rr.com">jwilson#rochester,rr.com</a>, Sat 31 Oct 1998, 00:10 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00577" HREF="msg00577.html">[MUD-Dev] [DevMUD] driver implementation language</A></strong>, 
Hal Black <a href="mailto:hal#moos,ml.org">hal#moos,ml.org</a>, Thu 29 Oct 1998, 05:03 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>