1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Mud websites -->
<!--X-From-R13: "Fenivf E. Qnfrl" <rsvaqryNvb.pbz> -->
<!--X-Date: Wed, 17 Jun 1998 05:53:30 &#45;0700 -->
<!--X-Message-Id: Pine.BSI.3.96.980617074900.29947A&#45;100000#pentagon,io.com -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Mud websites</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:efindel#io,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="msg01103.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01105.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01166.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01176.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01104">Author</A>
&nbsp;|&nbsp;<A HREF="#01104">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01104">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Mud websites</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: Mud websites</LI>
<LI><em>From</em>: "Travis S. Casey" &lt;<A HREF="mailto:efindel#io,com">efindel#io,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 17 Jun 1998 07:49:47 -0500 (CDT)</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 Sunday, 14 June 98, Matt wrote:
&gt; On Tue, 9 Jun 1998, Travis S. Casey wrote:
&gt;&gt; On Tue, 9 Jun 1998, Greg Munt wrote:
&gt;&gt; 
&gt;&gt; &gt; How important are they? How relevant are they to telnet-only games?
&gt;&gt; &gt; (Particularly to stock muds, where all or most of its features are known by
&gt;&gt; &gt; almost all of its players.)
&gt;&gt; 
&gt;&gt; Never assume that.  Almost everyone I know who muds started on a stock or
&gt;&gt; semi-stock mud (since they're so dang common), and, of course, they didn't
&gt;&gt; know much about the mud to start with.

&gt; I think what Greg means is more 'muds that begin and end stock' - where
&gt; they grab stock code, put it online, put up a webpage, and purport to have
&gt; 'massively modified' code (changing those entry screens is /hard/ work,
&gt; remember). A lot of games start out stock and then evolve, at least enough
&gt; to be vaguely interesting, too.

That's what I understood him to mean by "stock", which is why I
qualified it with "or semi-stock".  By semi-stock, I mean muds which
never vary far from the stock base they came from -- e.g., only adding
new areas or replacing the stock areas instead of actually changing
the way the mud works, or only making superficial modifications such
as adding a few new races and classes.

Such muds are close enough to stock that someone familiar with the
stock base they arose from wouldn't need most of the help -- but a new
player will still need it.

&gt;&gt; I've found that muds are like a lot of computer systems -- users beliefs
&gt;&gt; about them are a mishmash of truth, things remembered from similar systems
&gt;&gt; that aren't quite true on this one, rumors, and superstitions.  Players
&gt;&gt; usually lear the practial end of the mud fairly well, but they're often
&gt;&gt; way off base about how things work on a deeper level, which can cause
&gt;&gt; misunderstandings between players and admins.

&gt; Interesting way of putting it, I like the notion, and it's pretty true,
&gt; too. Rumours certainly circulate amoung the 'lower levels' of a
&gt; development team - I've had creators/builders ask me how to operate &lt;x&gt;
&gt; feature, when the only discussion of &lt;x&gt; was a recent administrative
&gt; decision to add it eventually, and so forth. This doesn't happen too often
&gt; - - after a couple of months I decided that everyone should just get a say
&gt; in all design issues, and threw it to a mailing list made public to the
&gt; staff, with the clear statement that I retain a casting vote.

Yep... I've seen the same phenomenon on SWmud, and we came up with the
same solution -- discussing design issues where all the
creators/builders could see what was going on, instead of where only
the higher-ups could see it.

I've also seen it work in another way -- SWmud was originally based on
the Nightmare mudlib, and many of the early changes and additions that
we made were poorly documented (indeed, much of the base mudlib was
poorly documented).  Creators usually learned how to use features by
copying the code of others who had used them... who themselves had
often copied it from examples.  Thus, people used features that they
only dimly understood.

Compounding it all is the often-seen tendency not to want to admit not
knowing something... or to know something, but to not want to take the
time to properly explain it (which itself is the reason behind poor
documentation!)  Further, much of the code people copied from was old,
and used interfaces to objects which had been deprecated, or didn't
take advantage of new features which would have greatly simplified the
code.

In my last couple of active years at SWmud, I put myself in charge of
documenting the new and changed features of our code, along with those
that had been poorly documented in the original.  Thus, I encountered
all these problems, and many more besides.

I think my strangest experience was coming across someone else's
explanation of code that I'd originally written.  I'd hacked together
an elevator for an area I was doing, which I'd given someone else
permission to copy, and helped that person modify it.  That person's
area was more popular than mine, and that coder went off the active
list... so other people, not knowing about my elevator, copied the old
code to use in their areas.  While this was going on, I'd improved my
original elevator a couple of times, working out simpler logic and
modularizing it better so I could use it in other places later.

Later, I came across someone explaining my old elevator hack on the
wizard's channel... having gotten a third- or fourth-generation copy
of it from somewhere, and been asked by another person to explain how
to use it.  It was... entertaining, to say the least.  That led to my
famous "how to build elevators" post, which launched my career of
documenting the mud.

&gt;&gt; Well, it's not a mud, but feel free to take a look at the website I'm
&gt;&gt; starting for my new PBEM game (it's not open, so please don't ask to
&gt;&gt; join... I'll just have to say no):
&gt;&gt; 
&gt;&gt; <A  HREF="http://www.io.com/~efindel/tobara/">http://www.io.com/~efindel/tobara/</A>

&gt; PBeM games have /a lot/ in similar with muds in many ways, just they have
&gt; a lot more direction, and (in my opinion) greatly reduced (not restricted)
&gt; interactivity. They also seem to attract the same sorts of people. Any
&gt; thoughts on why?

Sure... to toss off a couple of random ideas:

 - they both attract people who like role-playing games (at least, in
   the loose sense of the term, if not in the narrow sense)

 - both are restricted to people who have Internet access, and are
   more likely to be engaged in by Internet "old-timers" (i.e., those
   who came along before the WWW).  This, in turn, means that they're
   more likely to come from a higher income group, to have been to/be
   in college, etc.  Also, technical professionals (especially
   computer professionals) are over-represented.

 - they both tend to attract people who are interested in reading
   fantasy and science-fiction.  Heck, they both tend to attract people
   who are interested in *reading*, which is becoming increasingly
   uncommon.

--
       |\      _,,,---,,_        Travis S. Casey  &lt;efindel#io,com&gt;
 ZZzz  /,`.-'`'    -.  ;-;;,_   No one agrees with me.  Not even me.
      |,4-  ) )-,_..;\ (  `'-'
     '---''(_/--'  `-'\_)



</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01103.html">[MUD-Dev] Re: Is worse better?</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01105.html">[MUD-Dev] Re: OT: Announcement</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01166.html">[MUD-Dev] Re: Mud websites</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01176.html">[MUD-Dev] Re: Mud websites</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01104"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01104"><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: mud websites</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="01161" HREF="msg01161.html">[MUD-Dev] Re: mud websites</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Mon 22 Jun 1998, 22:16 GMT
<UL>
<LI><strong><A NAME="01175" HREF="msg01175.html">[MUD-Dev] WWW/INN/news systems (Was: Re: mud websites)</A></strong>, 
Petri Virkkula <a href="mailto:pvirkkul#cc,hut.fi">pvirkkul#cc,hut.fi</a>, Tue 23 Jun 1998, 06:58 GMT
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00992" HREF="msg00992.html">[MUD-Dev] Re: Mud websites</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Fri 12 Jun 1998, 14:12 GMT
<UL>
<LI><strong><A NAME="01166" HREF="msg01166.html">[MUD-Dev] Re: Mud websites</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Mon 22 Jun 1998, 23:07 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01104" HREF="msg01104.html">[MUD-Dev] Re: Mud websites</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Wed 17 Jun 1998, 12:53 GMT
</LI>
<LI><strong><A NAME="01176" HREF="msg01176.html">[MUD-Dev] Re: Mud websites</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Tue 23 Jun 1998, 14:20 GMT
</LI>
<LI><strong><A NAME="01203" HREF="msg01203.html">[MUD-Dev] Re: mud websites</A></strong>, 
Scatter <a href="mailto:scatter#thevortex,com">scatter#thevortex,com</a>, Thu 25 Jun 1998, 08:27 GMT
</LI>
<LI><strong><A NAME="01204" HREF="msg01204.html">[MUD-Dev] Re: mud websites</A></strong>, 
Scatter <a href="mailto:scatter#thevortex,com">scatter#thevortex,com</a>, Thu 25 Jun 1998, 08:32 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00909" HREF="msg00909.html">[MUD-Dev] Mud websites</A></strong>, 
Greg Munt <a href="mailto:greg#uni-corn,demon.co.uk">greg#uni-corn,demon.co.uk</a>, Tue 09 Jun 1998, 17:30 GMT
</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>