1999Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: RE: [MUD&#45;Dev] Text Parsing -->
<!--X-From-R13: "Ybfgre, Dncu" <exbfgreNbevtva.rn.pbz> -->
<!--X-Date: Fri, 4 Jun 1999 07:24:32 &#45;0700 -->
<!--X-Message-Id: 11A17AA2B9EAD111BCEA00A0C9B417930210C375#forest,origin.ea.com -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, RE: [MUD-Dev] Text Parsing</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:rkoster#origin,ea.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="msg00478.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00480.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00471.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00567.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00479">Author</A>
&nbsp;|&nbsp;<A HREF="#00479">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00479">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>RE: [MUD-Dev] Text Parsing</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>'" &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: RE: [MUD-Dev] Text Parsing</LI>
<LI><em>From</em>: "Koster, Raph" &lt;<A HREF="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</A>&gt;</LI>
<LI><em>Date</em>: Fri, 4 Jun 1999 09:17:38 -0500 </LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#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>


&gt; -----Original Message-----
&gt; From: Hans-Henrik Staerfeldt [<A  HREF="mailto:hhs#cbs,dtu.dk">mailto:hhs#cbs,dtu.dk</A>]
&gt; Sent: Thursday, June 03, 1999 7:28 AM
&gt; To: 'mud-dev#kanga,nu'
&gt; Subject: RE: [MUD-Dev] Text Parsing
&gt; 
&gt; 
&gt; 
&gt; On Wed, 2 Jun 1999, Koster, Raph wrote:
&gt; &gt; &gt; 
&gt; &gt; &gt; I think you'd be surprised at what they are typing :)
&gt; &gt; 
&gt; &gt; This is a typical log from a total newbie at LegendMUD:
&gt; &gt; 
&gt; &gt;   (HP:100% MA:100% MV:100%)&gt;hello
&gt; &gt;   You wave hello to the world!
&gt; &gt; 
&gt; &gt;   [Chat] Groth: *bounce* hi hi!
&gt; &gt; 
&gt; &gt;   (HP:100% MA:100% MV:100%)&gt;what do I do here?
&gt; &gt;   Huh?
&gt; &gt; 
&gt; &gt;   (HP:100% MA:100% MV:100%)&gt;hello groth
&gt; &gt;   You don't see Groth here.
&gt; &gt; 
&gt; &gt;   A cat stretches.
&gt; &gt;   A cat goes off in search of a nice plump mouse.
&gt; &gt; 
&gt; &gt;   (HP:100% MA:100% MV:100%)&gt;How do I talk?
&gt; &gt;   'Do I talk?' you howl.
&gt; &gt; 
&gt; &gt;   (HP:100% MA:100% MV:100%)&gt;quit
&gt; &gt;   Use QUIT Y if you really want to quit.
&gt; &gt;   If you quit you will lose all your equipment.
&gt; &gt; 
&gt; &gt;   (HP:95% MA:99% MV:100%)&gt;quit y
&gt; &gt;   Totalnewbie has left the game.   
&gt; &gt; 
&gt; &gt; -Raph          
&gt; 
&gt; Very interresting :-)  (is it real or compused by you?)

Composed by making a newbie and logging it. But I've monitored newbies on
Legend many many times, and this is pretty much exactly how it goes. They
may try a few more commands before they quit, but I thought I might as well
compress it.

&gt; .. It suggest that a newbie would expect their text to be 'spoken'.
&gt; Perhaps the interface should be 'dual' moded (like vi(1)?). 
&gt; 'talk' mode,
&gt; where you have access to very few commands, and all else would be 
&gt; spoken.

In UO the default keyboard input is ALWAYS speech. It requires an additional
keystroke to execute any other keyboard command (except movement, if you set
Num Lock off on your keypad). Being graphical, we can do this with relative
ease, of course. In EverQuest, default keyboard input is ALWAYS macros. It
requires an additional keystroke to execute any other keyboard command--eg,
A by itself is "autoattack." H is "/say Hail!" But speech is /SAY, etc. The
slash makes the interface essentally modal.

I've gotten into large debates with people over whether the basic commands
should be considered to be combat commands or speech; my position is that
speech is paramount because other people is what this sort of game is about,
and that advanced combat players will remap their keyboards to taste anyway.
As I recall, we had a brief thread about it here on MUD-Dev.

However, many EQ players disagree with me, since they spend most of their
time in combat. Personally, I detest the modality of the interface. 

&gt; and an 'act' mode, that is more traditional, where you specify your
&gt; actions. Newbies would start in talk-mode, and could reenter it by
&gt; using a specific command ('talk').

Long ago, I specced a command for Legend which was CONVERSE. Basically, it
put you into talk-mode with specific targets, precluding the need to type
TALK WHOEVER or TELL WHOEVER every time you exchanged a sentence. It would
just remember whether it was talk or tell, and would remember who you were
conversing with until you ended the conversation. Sort of an extension of
the common REPLY command. YALFTNGI. (Yet Another Legend Feature That Never
Got Implemented...)

-Raph


_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>


</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="00567" HREF="msg00567.html">RE: [MUD-Dev] Text Parsing</A></strong>
<ul compact><li><em>From:</em> "Travis S. Casey" &lt;efindel#io,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00478.html">Re: [MUD-Dev] Languages (slightly offtopic, was Text Parsing)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00480.html">Re: [MUD-Dev] Text Parsing</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00471.html">Re: [MUD-Dev] Text Parsing</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00567.html">RE: [MUD-Dev] Text Parsing</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00479"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00479"><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] Text Parsing</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00676" HREF="msg00676.html">Re: [MUD-Dev] Text Parsing</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Thu 10 Jun 1999, 05:26 GMT
<LI><strong><A NAME="00697" HREF="msg00697.html">Re: [MUD-Dev] Text Parsing</A></strong>, 
Greg Miller <a href="mailto:gmiller#classic-games,com">gmiller#classic-games,com</a>, Thu 10 Jun 1999, 15:27 GMT
</LI>
</LI>
</ul>
<LI><strong><A NAME="00685" HREF="msg00685.html">Re: [MUD-Dev] Text Parsing</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Thu 10 Jun 1999, 07:14 GMT
</LI>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
<LI><strong><A NAME="00471" HREF="msg00471.html">Re: [MUD-Dev] Text Parsing</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Fri 04 Jun 1999, 03:25 GMT
</LI>
<LI><strong><A NAME="00479" HREF="msg00479.html">RE: [MUD-Dev] Text Parsing</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Fri 04 Jun 1999, 14:24 GMT
<UL>
<LI><strong><A NAME="00567" HREF="msg00567.html">RE: [MUD-Dev] Text Parsing</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Mon 07 Jun 1999, 15:44 GMT
<UL>
<LI><strong><A NAME="00593" HREF="msg00593.html">Re: [MUD-Dev] Text Parsing</A></strong>, 
Greg Miller <a href="mailto:gmiller#classic-games,com">gmiller#classic-games,com</a>, Tue 08 Jun 1999, 14:52 GMT
<UL>
<LI><strong><A NAME="00625" HREF="msg00625.html">Re: [MUD-Dev] Text Parsing</A></strong>, 
David Bennett <a href="mailto:ddt#discworld,imaginary.com">ddt#discworld,imaginary.com</a>, Wed 09 Jun 1999, 01:15 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00620" HREF="msg00620.html">Re: [MUD-Dev] Text Parsing</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Tue 08 Jun 1999, 23:58 GMT
</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>