1997Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev]  Usability and interface and who the hell is supposed to be playing, anyway? -->
<!--X-From-R13: ##[nxr @lynaqre <gurarjgNhfr.hfvg.arg> -->
<!--X-Date: Wed, 17 Sep 1997 21:11:14 +0000 -->
<!--X-Message-Id: 199709172108.RAA25384#use,usit.net -->
<!--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]  Usability and interface and who the hell is suppose</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:thenewt#use,usit.net">
</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="msg01241.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01243.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01318.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01259.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01242">Author</A>
&nbsp;|&nbsp;<A HREF="#01242">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01242">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev]  Usability and interface and who the hell is supposed to be playing, anyway?</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: [MUD-Dev]  Usability and interface and who the hell is supposed to be playing, anyway?</LI>
<LI><em>From</em>: ##Make Nylander &lt;<A HREF="mailto:thenewt#use,usit.net">thenewt#use,usit.net</A>&gt;</LI>
<LI><em>Date</em>: Wed, 17 Sep 1997 17:08:17 -0400 (EDT)</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
[Original message sent by Caliban Tiresias Darklock]

	First, thank you for an excellent posting that echoed my
	sentiments almost to the word.

| So here's my question. I know it was a long time in coming, but really -- 
| what sort of things do you look for in a MUD? How would you like to play, 
| if you were to log onto someone else's game and find that it was exactly 
| what you've always wanted?

	Most of what you mentioned falls under basic principles of
	user interface design (consistency, visibility, appropriate
	response to user, error handling). Sadly, many of us programmers
	sacrifice user-interface implementation to increasing internal
	complexity of the game driver. 
	An extensive, feature-loaded user interface isn't necessarily
	a bad thing IF it's also _configurable_. Let the player decide
	how many bells and whistles he/she wants. The game should not
	impose any features on the player. I can understand that a
	programmer, having spent numerous hours implementing a nifty
	feature, wants everyone to use it regardless of whether it
	actually increases playability or "fun-factor". 
	I personally do not believe a MUD, as a game, should be
	"realistic". If I want to buy bread, going through

	&gt; buy bread
	Your hands are full.
	&gt; sheathe sword
	You sheathe your sword, freeing your right hand..
	&gt; buy bread
	You are holding no money.
	&gt; get 10 gold from purse
	You aren't holding that.
	&gt; remove purse
	You remove a purse and hold it in your right hand.
	&gt; get 10 gold from purse
	Your hands are full.
	&gt; get 10 gold from purse
	Your hands are full.
	&gt; drop shield
	You drop your shield, freeing your left hand.
	&gt; get 10 gold from purse
	You get 10 gp from a purse and hold it in your left hand.
	&gt; buy bread
	You give 10 gp to the baker.
	The baker gives you a bread.
	You take a bread and hold it in your left hand.
	&gt; draw sword
	Your hands are full.
	
	just plain pisses me off. What some implementors seem to
	forget that expecting a player to emulate in detail
	real world actions with the limitations of a text display/
	keyboard interface is just ridiculous. Okay, going through
	the above drill turns some players on, and that's fine, but
	not offering players an "autosheathe/autodraw" option is
	bad user interface design.
	I guess what I expect a good MUD to be is a storyteller.
	A good storyteller grabs your attention, diverts you
	from noticing little inconsistencies and unnecessary
	details and maintains suspension of belief. A good MUD
	user interface is non-intrusive, it contains enough
	functionality for interaction with the game world in a 
	consistent, precise manner, but it does break the illusion
	by distracting you.
	In MUDs, like in any make-believe games, the game acts as
	a source of stimuli to the player's imagination. Game 
	reality, as perceived by the player's mind, is more extensive
	and complex than its actual physical representation (text
	on screen). If the system underestimates the player's imagination
	by force-feeding unnecessary details or requires the
	player to concentrate on encoding input/decoding output by
	having too complex an user interface, no amount of
	technical sophistication can produce a good MUD.

			-- Newt
	
-- 
I never regret my failures, but I regret every missed opportunity.

</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="msg01241.html">Re: [MUD-Dev] Resource management</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01243.html">Re: [MUD-Dev]  Mud Games</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01318.html">Re: [MUD-Dev]	Usability and interface and who the hell is supposed to</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01259.html">Re: [MUD-Dev]  Usability and interface and who the hell is supposed to be playing, anyway?</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01242"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01242"><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>Re: [MUD-Dev]  PK again (was: Character evolution)</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="01344" HREF="msg01344.html">Re: [MUD-Dev]  PK again (was: Character evolution)</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Sun 21 Sep 1997, 19:32 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="01253" HREF="msg01253.html">Re: [MUD-Dev]	Usability and interface and who the hell is supposed to</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Thu 18 Sep 1997, 06:02 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="01317" HREF="msg01317.html">Re: [MUD-Dev]	Usability and interface and who the hell is supposed to</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sat 20 Sep 1997, 16:01 GMT
</LI>
<LI><strong><A NAME="01318" HREF="msg01318.html">Re: [MUD-Dev]	Usability and interface and who the hell is supposed to</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sat 20 Sep 1997, 16:02 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01242" HREF="msg01242.html">[MUD-Dev]  Usability and interface and who the hell is supposed to be playing, anyway?</A></strong>, 
##Make Nylander <a href="mailto:thenewt#use,usit.net">thenewt#use,usit.net</a>, Wed 17 Sep 1997, 21:11 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="01259" HREF="msg01259.html">Re: [MUD-Dev]  Usability and interface and who the hell is supposed to be playing, anyway?</A></strong>, 
Maddy <a href="mailto:maddy#fysh,org">maddy#fysh,org</a>, Thu 18 Sep 1997, 12:43 GMT
<UL>
<LI><strong><A NAME="01345" HREF="msg01345.html">Re: [MUD-Dev]  Usability and interface and who the hell is suppo</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Sun 21 Sep 1997, 22:35 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01260" HREF="msg01260.html">[MUD-Dev]  Usability and interface and who the hell is supposed to be playing, anyway?</A></strong>, 
##Make Nylander <a href="mailto:thenewt#use,usit.net">thenewt#use,usit.net</a>, Thu 18 Sep 1997, 14:46 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01237" HREF="msg01237.html">RE: [MUD-Dev]  Usability and interface and who the hell is supposed to be playing, anyway? (Was: PK Again)</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 17 Sep 1997, 17:47 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>