1997Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Introduction -->
<!--X-From-R13: pynjerapNphc.uc.pbz -->
<!--X-Date: Thu, 14 Aug 1997 00:00:51 +0000 -->
<!--X-Message-Id: 199708132359.QAA07727#xsvr3,cup.hp.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199708080243.QAA24348#mail,pixi.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  Introduction</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:clawrenc#cup,hp.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="msg00526.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00528.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00429.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00424.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00527">Author</A>
&nbsp;|&nbsp;<A HREF="#00527">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00527">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  Introduction</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]  Introduction</LI>
<LI><em>From</em>: <A HREF="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</A></LI>
<LI><em>Date</em>: Wed, 13 Aug 97 16:46:02 -0700</LI>
<LI><em>Reply-to</em>: <A HREF="mailto:claw#null,net">claw#null,net</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
In &lt;<A HREF="msg00426.html">199708080243.QAA24348#mail,pixi.com</A>&gt;, on 08/07/97 
   at 09:38 PM, "Dan Armstrong" &lt;orion#pixi,com&gt; said:

&gt;I would like to finally introduce myself.

Welcome.  (Tardy I know)

&gt;For storing objects I use a tree that is twenty levels high, based on
&gt;the following pattern.  Each level in the tree, except for the last,
&gt;holds four smaller pieces of the tree.  If any of those four are
&gt;null, then there aren't any objects in the area covered by that
&gt;piece.  The last level in the tree is either null if nothing is
&gt;there, or points to the head object of a linked list of every item
&gt;that is at that location.

What do you do when Bubba dumps 50,000 individual pieces of gold,
pebbles etc all at the same location?  Have a lost 50,000 items long?

&gt;Open areas are compressed well by the database, as are groups of
&gt;objects.  I've discovered ways of efficiently handling sound and
&gt;finding all objects within a given area, but what I am currently
&gt;working on is figuring out how the look command will work.

&gt;Every Living has a minimum size of object that they can see, a
&gt;maximum distance they can see, and a height for their point of view. 

Ergo Bubba can't see mount Kraktoa erupting if it just beyond his
vision range?  Wouldn't it make more sense to have the CanISeeIt()
function use a perspective scale such that the size of object/event
available to be seen ranges from very tiny close up to huge at great
distances?

&gt;If I am three feet tall, and you are six, you will be able to see
&gt;over a five foot wall, while I cannot.  If you lift me up, then I can
&gt;see over.  If a dragon is flying 100 meters in the air, and I am
&gt;three feet tall, stepping right up to the wall I will not see the
&gt;dragon flying.  If I then take a couple steps back from the wall, I
&gt;will see the dragon flying beyond the wall.

How do you determine the fact of visual obstruction?


How about the case (mapped from overhead):

              Z
              Q
            ############################

          X Y

  The #'s are an infinitely high opaque wall.
  
  Z is a dragon.

  X is a player who should be able to just see a fragment of the
dragon (not all) about the end of the wall.

  Y can't see the dragon at all as the wall hides it.

  The dragon can just see X's head.  

  The dragon can't see Y.

Now how about if the wall is translucent:

  Q can see both X and Y dimly thru the wall.  

  Z of course can see Q.

  X and Y can't see Q.

Next up is transparent.

&gt;The processing of objects and their positions is not a big problem...

Curious: How do you do your range generation?  How do you determine
what  objects to exclude on the basis of vosual interference?  Ray
tracing?

&gt;...but how to give the player an intelligent description of what they
&gt;see is difficult.  I could simply list everything from closest to
&gt;farthest, but that would not be very intelligent.

&gt;You see:
&gt;a wall
&gt;a tree
&gt;a squirrel (climbing a tree)

&gt;I would like something a little more like:

&gt;You see a wall, behind the wall is a tree with a squirrel climbing
&gt;it.

Order the list of ranged objects by range, group them with the list by
proximity, group the proximate groups by angular visual proximity (ie
direction), order the resultant groups by interest level (volcanoes
are interesting, fleas farting are not), cut off all groups beneath a
minumim interest level, generate text moving from the highest interest
group on down.

-- 
J C Lawrence                           Internet: claw#null,net
(Contractor)                           Internet: coder#ibm,net
---------------(*)               Internet: clawrenc#cup,hp.com
...Honorary Member Clan McFUD -- Teamer's Avenging Monolith...


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00426" HREF="msg00426.html">Introduction</A></STRONG>
<UL><LI><EM>From:</EM> "Dan Armstrong" &lt;orion#pixi,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00526.html">Re: [MUD-Dev]  Spellcaster, or Waving Hands</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00528.html">Re: [MUD-Dev] Mud Languages</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00429.html">Re: [MUD-Dev]  Quad-trees/Oct-trees</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00424.html">Re: [MUD-Dev]	Mud Languages</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00527"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00527"><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 Languages (Introesque)</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00432" HREF="msg00432.html">Re: Mud Languages (Introesque)</A></strong>, 
##Make Nylander <a href="mailto:thenewt#use,usit.net">thenewt#use,usit.net</a>, Fri 08 Aug 1997, 18:55 GMT
<UL>
<LI><strong><A NAME="00440" HREF="msg00440.html">Re: [MUD-Dev]  Re: Mud Languages (Introesque)</A></strong>, 
Nathan Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Sat 09 Aug 1997, 01:35 GMT
</LI>
</UL>
</LI>
</ul>
</LI>
<LI><strong><A NAME="00426" HREF="msg00426.html">Introduction</A></strong>, 
Dan Armstrong <a href="mailto:orion#pixi,com">orion#pixi,com</a>, Fri 08 Aug 1997, 02:43 GMT
<UL>
<LI><strong><A NAME="00429" HREF="msg00429.html">Re: [MUD-Dev]  Quad-trees/Oct-trees</A></strong>, 
Michael Hohensee <a href="mailto:michael#sparta,mainstream.net">michael#sparta,mainstream.net</a>, Fri 08 Aug 1997, 14:41 GMT
</LI>
<LI><strong><A NAME="00527" HREF="msg00527.html">Re: [MUD-Dev]  Introduction</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Thu 14 Aug 1997, 00:00 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00424" HREF="msg00424.html">Re: [MUD-Dev]	Mud Languages</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Thu 07 Aug 1997, 17:19 GMT
<UL>
<LI><strong><A NAME="00427" HREF="msg00427.html">Re: [MUD-Dev] Mud Languages</A></strong>, 
Nathan Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Fri 08 Aug 1997, 04:24 GMT
</LI>
<LI><strong><A NAME="00433" HREF="msg00433.html">Re: [MUD-Dev] Mud Languages</A></strong>, 
Greg Munt <a href="mailto:greg#uni-corn,demon.co.uk">greg#uni-corn,demon.co.uk</a>, Fri 08 Aug 1997, 19:18 GMT
<UL>
<LI><strong><A NAME="00436" HREF="msg00436.html">Re: [MUD-Dev] Mud Languages</A></strong>, 
Captain Burrito <a href="mailto:burrito#darklock,com">burrito#darklock,com</a>, Sat 09 Aug 1997, 01:02 GMT
</LI>
</UL>
</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>