1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Why did it take years? -->
<!--X-From-R13: @vxynf Syzdivfg <q97ryzNqgrx.punyzref.fr> -->
<!--X-Date: Tue, 27 Oct 1998 12:27:08 &#45;0800 -->
<!--X-Message-Id: Pine.SOL.3.96.981027210631.11449A&#45;100000#licia,dtek.chalmers.se -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.SGI.3.96.981027104657.14777C&#45;100000#zazu,angel.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Why did it take years?</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:d97elm#dtek,chalmers.se">
</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="msg00550.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00552.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00550.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00552.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00551">Author</A>
&nbsp;|&nbsp;<A HREF="#00551">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00551">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Why did it take years?</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: Why did it take years?</LI>
<LI><em>From</em>: Niklas Elmqvist &lt;<A HREF="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</A>&gt;</LI>
<LI><em>Date</em>: Tue, 27 Oct 1998 21:23:53 +0100 (MET)</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>

[Adam Wiggins:]
&gt; My guess it that the first release of DevMUD will be pretty bad as a mud
&gt; goes (ie, very few commands and whatnot).  The idea being that from *there*,
&gt; someone could take it and turn it into a real, playable game.  Making a good
&gt; engine is not the same task as making a good game.

Indeed. *My* guess is that a lot of the people interested in the technical
aspects of DevMUD are not nearly as interested (or even talented) in
building a world and being creative (I know I am not!). Therefore, once we
start to get a working framework, I am hoping that other members of the
MUD-Dev list, which previously have been quite uninterested in the
project, will come on in on the project and start *doing* things with it.
If not, I am sure we will get a bunch of uninteresting worlds with a lot
of things like "hidden bug" and "corrupt pointer"  mobiles and other
things which only programmers find funny. :) 

[Cynbe ru Taren:]
&gt; &gt;   On a quick scan, I see very little overlap between what the Muq
&gt; &gt; server does and what Golgotha does, so if you want an all-out
&gt; &gt; programmable distributed multimedia virtual world server/client, a
&gt; &gt; good quick estimate come from summing them: About 350,000 lines of
&gt; &gt; hardcode source and 500,000 total lines by the time you have a really
&gt; &gt; impressive softcode layer on top of it.

[Adam Wiggins:] 
&gt; Yes, which makes stealing Golgotha as the client very attractive.
&gt; Obviously a lot of work needs to be done with it, but this could
&gt; actually be a seperate project from the server.  Also, the code
&gt; seems quite well written and organized, but unfortunately
&gt; they insist on a naming sceme that drives me crazy - all lower case,
&gt; tons of underscores, and "_class" tacked onto the end of every
&gt; class name.

(I also reflected on this -- I really *detest* underscores after more than
one feud with Ada 95, and you just don't write C++ with all lower-case!) 

I agree. I know I've pitched this before, but I believe that we should try
to assemble a team to do a DevMUD graphical client based on the Golgotha
source code -- this would of course require a set of server-side modules
to handle the stuff. It's not like we have to invest hundreds of man-years
to do 3D models, textures and stuff -- a fairly basic, texture-mapped,
fractal-generated (or otherwise) terrain with a minimalist world to go
with it, and we're set. Then we let people with *real* creativity have a
go at building the EverQuest-killer. :)

I think that if someone would provide something like this (that is, an
easily expandable and very powerful/flexible state-of-the-art (almost)
graphical MUD system platform) and release it under a nice and free
license, we would suddenly get hundreds if not thousands of new people
pouring into the MUD developer community and getting their minds to work
on this, not to mention the vast amount of hobbyist graphical artists, 3D
modellers and sound techies lurking out there awaiting somewhere to pour
their creativity. I think it would be a great step towards advancing MUD
technology.

In addition, it might be very useful to have a team looking at using the
DevMUD platform from the viewpoint of a graphical game. It will probably
uncover a lot of issues we would have missed otherwise and likely could
have severely limited the flexibility of the engine.

&gt; Well look at it this way - the other choice is to a) write another
&gt; LP clone or b) not do it.  I think an ambitious, but eventually
&gt; unsuccessful project would be more fun than either of these.

Indeed. I forgot this in my earlier post on motivation. I really *like*
doing MUD programming, and with a team like this (I've almost worked alone
or near-alone before), I'll have a blast!

&gt; Of course, you don't see me jumping up to volunteer just yet, now
&gt; do you...:)

We'll get you in the end, Adam, you can be certain of that! :)

&gt; Adam W.

-- Niklas Elmqvist (d97elm#dtek,chalmers.se) ----------------------
  "The trouble with being a god is that you've got no one to 
   pray to."
		-- Terry Pratchett, Small Gods



</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="00560" HREF="msg00560.html">[MUD-Dev] Re: Why did it take years?</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#kanga,nu&gt;</li></ul>
<li><strong><A NAME="00552" HREF="msg00552.html">[MUD-Dev] Re: Why did it take years?</A></strong>
<ul compact><li><em>From:</em> Holly Sommer &lt;hsommer#micro,ti.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00550" HREF="msg00550.html">[MUD-Dev] Re: Why did it take years?</A></STRONG>
<UL><LI><EM>From:</EM> Adam Wiggins &lt;adam#angel,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00550.html">[MUD-Dev] Re: Why did it take years?</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00552.html">[MUD-Dev] Re: Why did it take years?</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00550.html">[MUD-Dev] Re: Why did it take years?</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00552.html">[MUD-Dev] Re: Why did it take years?</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00551"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00551"><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="00566" HREF="msg00566.html">[MUD-Dev] Gamora: Lessons learned? (fwd)</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Wed 28 Oct 1998, 14:05 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00567" HREF="msg00567.html">[MUD-Dev] Gamora: Lessons learned? (fwd)</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Wed 28 Oct 1998, 14:06 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00544" HREF="msg00544.html">[MUD-Dev] Re: Why did it take years?</A></strong>, 
Cynbe ru Taren <a href="mailto:cynbe#muq,org">cynbe#muq,org</a>, Tue 27 Oct 1998, 07:01 GMT
<UL>
<LI><strong><A NAME="00550" HREF="msg00550.html">[MUD-Dev] Re: Why did it take years?</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Tue 27 Oct 1998, 19:37 GMT
<UL>
<LI><strong><A NAME="00551" HREF="msg00551.html">[MUD-Dev] Re: Why did it take years?</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Tue 27 Oct 1998, 20:27 GMT
<UL>
<LI><strong><A NAME="00552" HREF="msg00552.html">[MUD-Dev] Re: Why did it take years?</A></strong>, 
Holly Sommer <a href="mailto:hsommer#micro,ti.com">hsommer#micro,ti.com</a>, Tue 27 Oct 1998, 21:15 GMT
</LI>
<LI><strong><A NAME="00560" HREF="msg00560.html">[MUD-Dev] Re: Why did it take years?</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Wed 28 Oct 1998, 04:23 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00554" HREF="msg00554.html">[MUD-Dev] Re: Why did it take years?</A></strong>, 
James Wilson <a href="mailto:jwilson#rochester,rr.com">jwilson#rochester,rr.com</a>, Wed 28 Oct 1998, 00:18 GMT
</LI>
<LI><strong><A NAME="00564" HREF="msg00564.html">[MUD-Dev] Re: Why did it take years?</A></strong>, 
Jo Dillon <a href="mailto:emily#thelonious,new.ox.ac.uk">emily#thelonious,new.ox.ac.uk</a>, Wed 28 Oct 1998, 10:09 GMT
</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>