1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Rooms, 3D arrays, etc. -->
<!--X-From-R13: Zvat <Y.Z.Zb&#45;94Nfghqrag.yhg.np.hx> -->
<!--X-Date: from major.globecomm.net [207.51.48.5] by in11.ibm.net id 865170549.30686&#45;1 Sun Jun  1 13:09:09 1997 CUT -->
<!--X-Message-Id: Pine.SOL.3.95.970601133957.10150B&#45;100000@sun&#45;cc203 -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.GSO.3.95q.970530103228.1793B&#45;100000@uhunix2 -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  Rooms, 3D arrays, etc.</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:K.L.Lo-94#student,lut.ac.uk">
</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="msg01011.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01012.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00964.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01054.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01013">Author</A>
&nbsp;|&nbsp;<A HREF="#01013">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01013">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  Rooms, 3D arrays, etc.</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>: Re: [MUD-Dev]  Rooms, 3D arrays, etc.</LI>
<LI><em>From</em>: Ling &lt;<A HREF="mailto:K.L.Lo-94#student,lut.ac.uk">K.L.Lo-94#student,lut.ac.uk</A>&gt;</LI>
<LI><em>Date</em>: Sun, 1 Jun 1997 14:15:56 +0100 (BST)</LI>
<LI><em>Reply-To</em>: Ling &lt;<A HREF="mailto:K.L.Lo-94#student,lut.ac.uk">K.L.Lo-94#student,lut.ac.uk</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>
I'm another person who's interested in this kinda thing (Hi Raz).

On Fri, 30 May 1997, Nathan Yospe wrote:
&gt; On Thu, 29 May 1997, Raz wrote:
&gt; :On Tue, 27 May 1997 08:19:34 PST8PDT, Nathan wrote:
&gt; 
&gt; :Hmm, so its a matter of defining a list of known element types and
&gt; :properties...  They always give me the feeling that I'm missing certain
&gt; :terribly important items from them =)
&gt; 
&gt; Well, they can always be added. Its not like a recompile is needed to add
&gt; a new material type, or structure type. And I have a database of a few
&gt; thousand materials at this point.

This is the stuff that scares me.  Going into the library and looking up
some base materials then making up the rest.  Time consuming anyway.  Be
worth it in the end I suppose.  I'll create Marshmallow World to see if it
stands up to real life.  Players must eat/bounce their way out.

&gt; Well, its like this: you have your coordinates, and there is a tree off in
&gt; the distance to your right. You type "run tree", and your movement is
&gt; scheduled as a collidable event (which is checked in 4D for any
&gt; collisions... in other words, if an anvil falls, it has to check to see if
&gt; your head will be right under it when it lands) and you start moving for
&gt; the tree at a run. Now, the tree might have been 27.85 degrees to your
&gt; right and 34.6 meters away... but do you really want to have to deal with
&gt; that? You could, of course, have turned "a tiny bit to the right" which is
&gt; about ten degrees, or "a little bit ..." (20) of "a bit..." (30) The
&gt; gradations are only exact in an open field with nothing to orient toward.
&gt; You tend to face things, as much as possible.

This reminds me of vehicle combat on muds.  Esp Battletech MUSE and Star
Trek MUSE.  They both had wonderfully designed coordinate systems which
required exact numbers to be typed in.  Not that, as a pilot, one would
care about the precise heading.  I just wanted to position myself in the
forest or between the two ships and I spent most of my time picturing
things in my head.  It wasn't much fun.

I'm hoping to solve this by providing the players with set maneovres coded
into the conveyance computer.  A set of primitives could be provided,
allowing the player to invent more moves.  A basic programming language,
perhaps.  Should make dogfights more fun, I hope...  Players could swap
programs...  Rig them too... 

&gt; :The only thing that stops me designing (okay, attempting to design) a
&gt; :similar system is that it gives me the heebie-jeebies to move to a system
&gt; :with no compass movement, and no easy-to-picture discreet spaces =)  Well,
&gt; :not *me*, rather, my players.  Yep, I *know* that you've got to design the
&gt; :game *you* want, but what I think is also an important consideration for me
&gt; :is that I want to design a game which I will enjoy watching other people
&gt; :play...  I don't know whether a text-based game of this nature will be too
&gt; :alien... they'll see a text-based multiuser game, and they'll think MUD;
&gt; :and then try walking north.

The bit that gives me the heebie-jeebies is movement in zero-g in a text
game.  Bad enuff trying to figure out what someone is doing in Descent,
let alone this.  I'm going to leave this sort of thing for the end...
It's probably not worth the hassle.

&gt; :Thinking about it, I suppose it wouldn't be hard to keep compass movement
&gt; :active; just make such a command move you a set distance in the specified
&gt; :direction, having re-oriented the direction in which you face, then carry
&gt; :on as normal.
&gt; 
&gt; OK, so now the guy has his compass...
&gt; "Your eye on the compass needle, you begin walking north. Suddenly, you
&gt; bump into something warm, smelly, and furry. Hot air carresses the back of
&gt; your neck, and you look up the front of an angry demigrizzly."

Hmm...  Implant a compass into the guy's head.  Let characters refer north
relative to what north is on their mud map.  So if a character picks up a
map with north neatly drawn on it and the character is in the region, then
north would be a guess on behalf of the character.

How often do you think in terms of north/west/south/east? :)  It'll be
much easier to type: amble to van.  Further primitives are necessary to
fine tune things if the player desires:  take 3 steps backwards, etc.

&gt; Best one I've ever come across was the whaleworld someone designed... a
&gt; lifeform the size of a small planet, with atmosphere and all... giant
&gt; black sunlight and magnetism eater, with its own populace. Took a bit of
&gt; work to link the locations into the room system so that the threading and
&gt; event system could work properly... something I hadn't expected came
&gt; along, and I had to improve my model... but we ended up with a Character
&gt; (and I switched into its body once, just to try it) that was also an
&gt; entire area. With some occasional interesting quakes.

That's very cool. :)


  |    Ling				"Agrophobic homeless."
_O_O_  Freshwater fish since 1976



</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="01054" HREF="msg01054.html">Re: [MUD-Dev]  Rooms, 3D arrays, etc.</A></strong>
<ul compact><li><em>From:</em> Miroslav Silovic &lt;silovic#mare,zesoi.fer.hr&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00964" HREF="msg00964.html">Re: [MUD-Dev]  Rooms, 3D arrays, etc.</A></STRONG>
<UL><LI><EM>From:</EM> Nathan Yospe &lt;yospe#hawaii,edu&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01011.html">Re: [MUD-Dev] Life</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01012.html">Re: [MUD-Dev] Resets, repops and quests</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00964.html">Re: [MUD-Dev]  Rooms, 3D arrays, etc.</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01054.html">Re: [MUD-Dev]  Rooms, 3D arrays, etc.</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01013"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01013"><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]  Rooms, 3D arrays, etc.</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00804" HREF="msg00804.html">Re: [MUD-Dev]  Rooms, 3D arrays, etc.</A></strong>, 
Raz <a href="mailto:muddyraz#mushroom,demon.co.uk">muddyraz#mushroom,demon.co.uk</a>, Mon 26 May 1997, 11:10 GMT
<UL>
<LI><strong><A NAME="00836" HREF="msg00836.html">Re: [MUD-Dev]  Rooms, 3D arrays, etc.</A></strong>, 
Nathan Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Tue 27 May 1997, 16:43 GMT
<UL>
<LI><strong><A NAME="00940" HREF="msg00940.html">Re: [MUD-Dev]  Rooms, 3D arrays, etc.</A></strong>, 
Raz <a href="mailto:muddyraz#mushroom,demon.co.uk">muddyraz#mushroom,demon.co.uk</a>, Fri 30 May 1997, 05:59 GMT
<UL>
<LI><strong><A NAME="00964" HREF="msg00964.html">Re: [MUD-Dev]  Rooms, 3D arrays, etc.</A></strong>, 
Nathan Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Sat 31 May 1997, 04:25 GMT
<UL>
<LI><strong><A NAME="01013" HREF="msg01013.html">Re: [MUD-Dev]  Rooms, 3D arrays, etc.</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lut.ac.uk">K.L.Lo-94#student,lut.ac.uk</a>, Sun 01 Jun 1997, 20:09 GMT
<UL>
<LI><strong><A NAME="01054" HREF="msg01054.html">Re: [MUD-Dev]  Rooms, 3D arrays, etc.</A></strong>, 
Miroslav Silovic <a href="mailto:silovic#mare,zesoi.fer.hr">silovic#mare,zesoi.fer.hr</a>, Mon 02 Jun 1997, 16:11 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00805" HREF="msg00805.html">Re: [MUD-Dev]  Rooms, 3D arrays, etc.</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#inficad,com">nightfall#inficad,com</a>, Mon 26 May 1997, 11:17 GMT
</LI>
<LI><strong><A NAME="00867" HREF="msg00867.html">Re: [MUD-Dev] Rooms, 3D arrays, etc.</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Wed 28 May 1997, 05:59 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00744" HREF="msg00744.html">Re: [MUD-Dev]	Re: Prepositions and Parsing...</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Sun 25 May 1997, 05:11 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>