1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: (fwd) AD: [custom graphical] whitestar -->
<!--X-From-R13: Qnyvona Fverfvnf Rnexybpx <pnyvonaNqnexybpx.pbz> -->
<!--X-Date: Thu, 30 Apr 1998 21:12:50 &#45;0700 -->
<!--X-Message-Id: 199805010411.AAA14739#relay,mnsinc.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199804300717.DAA05032#relay,mnsinc.com -->
<!--X-Reference: 199804301712.MAA09076#zoom,bga.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:caliban#darklock,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="msg00291.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00294.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00407.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00295.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00292">Author</A>
&nbsp;|&nbsp;<A HREF="#00292">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00292">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</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: (fwd) AD: [custom graphical] whitestar</LI>
<LI><em>From</em>: Caliban Tiresias Darklock &lt;<A HREF="mailto:caliban#darklock,com">caliban#darklock,com</A>&gt;</LI>
<LI><em>Date</em>: Fri, 01 May 1998 00:12:20 -0400</LI>
<LI><em>Delivery-date</em>: Thu Apr 30 21:12:51 1998</LI>
<LI><em>Delivery-date</em>: Thu, 30 Apr 1998 21:12:51 -0700</LI>
<LI><em>Envelope-to</em>: claw#kanga,nu</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: "Petidomo List Agent -- Kanga.Nu version" &lt;<A HREF="mailto:petidomo#kanga,nu">petidomo#kanga,nu</A>&gt;</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On 12:12 PM 4/30/98 -0500, I personally witnessed Dr. Cat jumping up to say:
&gt;
&gt;Well, I don't know if many people do, given the "not much interest" you 
&gt;cite from prior attempts.  

I've always suspected it was because nobody knew who I was and therefore
couldn't take me seriously, but I also had this nagging feeling that I
wasn't giving people enough credit. ;)

&gt;the main reason I don't talk about my work too much is because I have 
&gt;hundreds of things to implement, most of which I thought up years ago, 
&gt;and only one programmer (me) working on them.  

I have about forty different pieces-parts of a BBS system lurking on my
hard drive, which was a terribly ambitious project. Most of them are more
comment than code, and most are in flat assembly language. The farthest it
ever got was accepting logons and doing some teleconference stuff, but it
has some really impressive bits and pieces in the incomplete message base
system that I never managed to find time to complete. Lately I've been
looking at it and thinking it would probably work really well for a MUD if
I put some work into it, but I doubt anything useful will materialise. So I
know where you're coming from on that... some of these files are internally
dated mid-1989.

&gt;&gt; It's not much of a secret that I tend to prefer text
&gt;&gt; to graphical, based on certain economies of bandwidth and disk which come
&gt;&gt; from that, but I have to admit that when push comes to shove graphical will
&gt;&gt; pull more users. 
&gt;
&gt;This is a non-issue to me.  All functions wherever possible must be 
&gt;executable using either mouse-only or keyboard only.  This just seems 
&gt;intuitively obvious to me.  

Me too... I was just looking at the thought of what the user is looking at
here, not how he interacts with it. 

&gt;Generally the "easy for novices" way of doing 
&gt;a thing (usually, but not always, the mouse interface) should be the 
&gt;easiest to notice (or have shoved in your face by the documentation), 
&gt;while the "power user" interface should be not too hard to find out 
&gt;about, but not "in your face" if you don't desire it and don't go looking 
&gt;for it.


How do you feel about 'modes' of operation, like a novice/expert toggle? I
always detested them, myself, since it always seemed like neither of them
ever quite fit the way I interacted with the game. Have you ever seen one
done well?

&gt;&gt; To a degree, this can be remedied with natural
&gt;&gt; language processing, like shorthand: 
&gt;
&gt;This, to me, is a false grail.  

Agreed, though an intriguing concept from an AI perspective and something I
see people discuss here and there. 

&gt;Regretably most software developers seem to 
&gt;feel that the solution space is (or should be) "as many different things 
&gt;that are possible to do as I can possible enable the users to do".  

I've occasionally fallen prey to this, since I find that the things which
are the most interesting to code are the things nobody in his right mind
ever looks for. It still traps me now and again, somehow, even when I know
going into it that no one will ever use the feature I code. I wrote a
web-based shopping cart application recently that took relative adjustments
to quantity; if you replaced the '4' in the quantity box with '-1', the
quantity would become '3'. I got a lot of weird looks for that.

&gt;Players not feeling like they're wasting 
&gt;time is a good thing.  Tightly map your interface to what's actually 
&gt;doable.  And try to map what's actually doable to what players will want 
&gt;to do and what will generate large amounts of the mystic quantity known 
&gt;as "fun".

I'm reminded of a BBS door called 'CyberWorld' (I think), which was
basically MUD Lite. (Ooh, a potential new server name.) You could talk and
emote and pick things up and put things down and use things, and that was
more or less it. If you felt like building something, you could create and
describe an object, and put it into another object, which was sort of nifty
in a weird way. Programmable activity for objects was purely limited to
displaying messages. It was a popular hangout for a lot of people, because
you could do weird things like pick up a box, and put it inside itself.
Most of the people who hung out there proved to be programmers or wannabe
programmers. Unfortunately, it started to eat disk space like mad (once you
put a box inside itself, it was forever lost and just dead DB space) and I
had to get rid of it. But other things like 'Murder Mansion' 


&gt;learning is an ongoing, dynamic process, and the help a users 
&gt;wants/needs in their first hour of using your product is very different 
&gt;from what they need in their second day, which is different from what 
&gt;they need after three months.  But pressing F1 for help in any Windows 
&gt;app is likely to pop up the exact SAME help menu with the same sub-menus 
&gt;and documents every time, forever.  

Ouch... you know, I've noticed this and been frustrated by it more times
than I can count, and it never ONCE occurred to me to seek some sort of
reasonable solution? I think I just learned the meaning of "At that moment,
he was enlightened." ;)

&gt;you have "Beekin the Help Dragon" pop up and 
&gt;suggest "Say, now that you've gotten this far in the game, I think you 
&gt;might want to learn how to be told automatically when your friends are in 
&gt;the game.  Click [Here] to find out or [Here] if you're not interested."

This sounds a little like the MS Office Assistant. In my experience, most
people seem to hate it. I for one like it, but not because of the help... I
like that the little paperclip dances around and acts suave and
sophisticated in the corner of the screen. In other words, I like the
degree of levity it introduces to the process of boring memo writing. When
it pops up help messages, I tend to be a little irritated. Are you familiar
with this feature of MS Office, and if so, what's your immediate impression
of it?

&gt;It's because people learn how to do all the basic things in life from 

&gt;other people.  That's what people are used to, what they want, and what 
&gt;they're conditioned to do to seek out knowledge when they perceive that 
&gt;they're missing something.  

Another whack on the side of the head. I feel really stupid now.

&gt;The ideal help interface to me is a big button that says "help", and when 
&gt;you press it a dialog pops up that says "Do you want to A) ask for help 
&gt;from another user, or B) browse through the game documentation?"  

I like this concept... you know, what strikes me at this point is that I'm
not sure I can add much of anything to the discussion. I'm learning a lot
more than I feel able to meaningfully contribute. I hate that. But I'll try
anyway.

A corollary to this is that people generally like to be respected and
considered knowledgeable. So not only do the majority of people like to be
helped by a person, but they like to HELP people, too. Bringing into this
the idea of pop-up help, after a person reaches some particular milestone
you might want to pop up a request that they join the newbie helper team. A
lot more people would treat that as an honor instead of a duty, as opposed
to requesting that people specifically volunteer to join the team without
prompting. You might ask at two or three different milestones, if they
don't 'jine up', to see if they've had a change of heart. 

Several MUDs provide an avenue for people to join the staff after a long
period of devotion and scrutiny, but many of us feel like we don't have
appropriate opportunities to distinguish ourselves as potential staff,
since it certainly looks like the criteria mandate 'applicant must be
someone the existing staff like to hang out with'. (I'm reminded of the
Dilbert cartoon where Alice reads a position announcement that says
'Qualifications: The applicant must be an overweight guy named Bob with
glasses and a beard' and notes 'I think they may have someone specific in
mind.') Opportunities like the above would provide ways for people that
want to staff on a MUD (but *don't* want to start their own) to be
recognised. 

I'm still thinking a lot about how I'd remedy the help file thing, so I'm
not too useful for innovation at the moment. I'll make some other
observations tomorrow. ;)


-- 
MUD-Dev: Advancing an unrealised future.
</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="00419" HREF="msg00419.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</li></ul>
<li><strong><A NAME="00295" HREF="msg00295.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</A></strong>
<ul compact><li><em>From:</em> "Dr. Cat" &lt;cat#bga,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00264" HREF="msg00264.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar Crossfire MUD</A></STRONG>
<UL><LI><EM>From:</EM> Caliban Tiresias Darklock &lt;caliban#darklock,com&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00269" HREF="msg00269.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</A></STRONG>
<UL><LI><EM>From:</EM> "Dr. Cat" &lt;cat#bga,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00291.html">[MUD-Dev] Re: (fwd) Re: POLL: Games ruined by bad players (Playe</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00294.html">[MUD-Dev] Re: PK's: A solution?</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00407.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00295.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00292"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00292"><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: (fwd) AD: [custom graphical] whitestar</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00269" HREF="msg00269.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</A></strong>, 
Dr. Cat <a href="mailto:cat#bga,com">cat#bga,com</a>, Thu 30 Apr 1998, 17:13 GMT
<UL>
<LI><strong><A NAME="00279" HREF="msg00279.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Thu 30 Apr 1998, 20:53 GMT
<UL>
<LI><strong><A NAME="00287" HREF="msg00287.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</A></strong>, 
Dr. Cat <a href="mailto:cat#bga,com">cat#bga,com</a>, Thu 30 Apr 1998, 23:23 GMT
<UL>
<LI><strong><A NAME="00407" HREF="msg00407.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Tue 05 May 1998, 18:21 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00292" HREF="msg00292.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Fri 01 May 1998, 04:12 GMT
<UL>
<LI><strong><A NAME="00295" HREF="msg00295.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</A></strong>, 
Dr. Cat <a href="mailto:cat#bga,com">cat#bga,com</a>, Fri 01 May 1998, 07:38 GMT
<UL>
<LI><strong><A NAME="00300" HREF="msg00300.html">[MUD-Dev] OT: CGDC</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Fri 01 May 1998, 18:43 GMT
<UL>
<LI><strong><A NAME="00343" HREF="msg00343.html">[MUD-Dev] Re: OT: CGDC</A></strong>, 
Mike Sellers <a href="mailto:mike#bignetwork,com">mike#bignetwork,com</a>, Sun 03 May 1998, 14:32 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00419" HREF="msg00419.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 06 May 1998, 17:04 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
</ul>
</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>