2000Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Command interface for Coordinate based world -->
<!--X-From-R13: "Renlzbbe" <svouhsxlNrebyf.pbz> -->
<!--X-Date: Wed, 22 Mar 2000 18:34:21 &#45;0800 -->
<!--X-Message-Id: 013a01bdfe23$7b6d19e0$8ae37ad1@gd0rh -->
<!--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] Command interface for Coordinate based world</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:fibhufky#erols,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="msg00703.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00705.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00707.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00712.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00704">Author</A>
&nbsp;|&nbsp;<A HREF="#00704">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00704">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Command interface for Coordinate based world</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: Re: [MUD-Dev] Command interface for Coordinate based world</LI>
<LI><em>From</em>: "Draymoor" &lt;<A HREF="mailto:fibhufky#erols,com">fibhufky#erols,com</A>&gt;</LI>
<LI><em>Date</em>: Thu, 22 Oct 1998 21:21:37 -0400</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>

From: WriterDL#aol,com &lt;WriterDL#aol,com&gt;

&gt;I'm currently working on a server-project that features a coordinate-based
&gt;world, dynamic description and all that fun stuff (yeah, who isn't?  :-).
My
&gt;question isn't about the actual coding of the coordinate-system, which is
&gt;largely done, but rather about how the user would best interface with the
&gt;system.
&gt;
&gt;As near as I can tell there needs to be a way to set heading, speed and
&gt;possibly facing.  It should be possible for the user to look in a different
&gt;direction while moving, stop and turn around, take a sharp left while
&gt;running, etc.  Right now I have just taken the normal N, E, S, W, NE,
SE....
&gt;keywords, added the verbs 'run', 'jog' and 'walk' and gone at it..  my
&gt;question is, is this too little control?

I would argue that this is too much control for text-based actually.

&gt;
&gt;I can see a system where the user types:
&gt;
&gt;&gt;Heading 280
&gt;&gt;Speed 5
&gt;&gt;Facing 300
&gt;
&gt;But I think that would get old *real* fast and also isn't nearly as
&gt;transparent as the normal interface.  I'm also having a problem with
facing..
&gt; in my hope to avoid numbers, I have 'look right', 'look left' and 'look
&gt;ahead'.  Again, not enough control?

I once played a Battletech MUX where there was something EXACTLY like this.

Yes, it gets old very fast. It got old faster then it took me to master the
system, actually. I've found that having to constaintly "look" where you are
on the grid is a huge hassle. I suggest that if you do do something like
that, you have a special client to show you your location within the room in
real time at all times. Personally, I'm doing a tilebased movement system
with a graphical/text based hybrid. I'm going to display the room
description in one section of the client, the channels in another section of
the client, non-graphical effects in another, the graphical room display in
another, etc.
Also, to move, you can simply use the arrow keys without worrying about
speed, facing, etc. You aren't stearing a ship, your moving your own body.


&gt;Thanks in advance for any help or suggestions, and if anyone else has any
&gt;help to a fledgeling MUD-programmer working in a coordinate-based world,
I'd
&gt;love to hear it.

No problem, Dan.

 -Philip Loguinov (A programmer working in a fantasy world)




_______________________________________________
MUD-Dev mailing list
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>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00703.html">Re: [MUD-Dev] Command interface for Coordinate based world</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00705.html">Re: [MUD-Dev] Gamasutra: Online Justice Systems</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00707.html">Re: [MUD-Dev] Command interface for Coordinate based world</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00712.html">Re: [MUD-Dev] Command interface for Coordinate based world</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00704"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00704"><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] Command interface for Coordinate based world</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00700" HREF="msg00700.html">Re: [MUD-Dev] Command interface for Coordinate based world</A></strong>, 
Jeremy Noetzelman <a href="mailto:jjn#peoplelink,com">jjn#peoplelink,com</a>, Thu 23 Mar 2000, 00:44 GMT
</LI>
</ul>
<LI><strong><A NAME="00701" HREF="msg00701.html">Re: [MUD-Dev] Command interface for Coordinate based world</A></strong>, 
adam <a href="mailto:adam#treyarch,com">adam#treyarch,com</a>, Thu 23 Mar 2000, 00:44 GMT
<UL>
<LI><strong><A NAME="00703" HREF="msg00703.html">Re: [MUD-Dev] Command interface for Coordinate based world</A></strong>, 
Nathan F Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Thu 23 Mar 2000, 02:34 GMT
</LI>
<LI><strong><A NAME="00707" HREF="msg00707.html">Re: [MUD-Dev] Command interface for Coordinate based world</A></strong>, 
Laurel Fan <a href="mailto:lf25+@andrew.cmu.edu">lf25+@andrew.cmu.edu</a>, Thu 23 Mar 2000, 06:15 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00704" HREF="msg00704.html">Re: [MUD-Dev] Command interface for Coordinate based world</A></strong>, 
Draymoor <a href="mailto:fibhufky#erols,com">fibhufky#erols,com</a>, Thu 23 Mar 2000, 02:34 GMT
</LI>
<LI><strong><A NAME="00712" HREF="msg00712.html">Re: [MUD-Dev] Command interface for Coordinate based world</A></strong>, 
Lovecraft <a href="mailto:dave#darkages,com">dave#darkages,com</a>, Thu 23 Mar 2000, 20:34 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00691" HREF="msg00691.html">[MUD-Dev] (fwd) mud.design.ideas</A></strong>, 
Nathan Fenenga Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Wed 22 Mar 2000, 22:07 GMT
<LI><strong><A NAME="00690" HREF="msg00690.html">[MUD-Dev] Gamasutra: Online Justice Systems</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Wed 22 Mar 2000, 17:19 GMT
<UL>
<LI><strong><A NAME="00692" HREF="msg00692.html">Re: [MUD-Dev] Gamasutra: Online Justice Systems</A></strong>, 
Sayeed <a href="mailto:yu219121#yorku,ca">yu219121#yorku,ca</a>, Wed 22 Mar 2000, 22:07 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>