1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: darkness/visibility -->
<!--X-From-R13: byvireNwbjrgg.znanjngh.cynarg.pb.am -->
<!--X-Date: Fri, 12 Jun 1998 22:02:34 &#45;0700 -->
<!--X-Message-Id: Pine.LNX.3.96.980613164228.715H&#45;100000#andridys,ip.local -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.SGI.3.96.980612174002.27391A&#45;100000#zazu,angel.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: darkness/visibility</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:oliver#jowett,manawatu.planet.co.nz">
</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="msg01015.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01017.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01013.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01025.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01016">Author</A>
&nbsp;|&nbsp;<A HREF="#01016">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01016">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: darkness/visibility</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></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: darkness/visibility</LI>
<LI><em>From</em>: <A HREF="mailto:oliver#jowett,manawatu.planet.co.nz">oliver#jowett,manawatu.planet.co.nz</A></LI>
<LI><em>Date</em>: Sat, 13 Jun 1998 17:01:06 +1200 (NZST)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#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>
On Fri, 12 Jun 1998, Adam Wiggins wrote:

&gt; This is a tough one.  Certainly simulating different light levels and eye
&gt; sensivities isn't *too* difficult, but the above (forgeting instantly
&gt; about the switch) is a major stumbling block to that.

My point exactly.

&gt; I don't have a *good* solution, but one sort of proxy-solution that
&gt; occured to me just now is that the object 'memory' for players might
&gt; actually help alliviate the worst of this.  Usually this is shown as:

[use of "it"]

I wonder if simply extending this to words in general would work. If you
try to flip a "switch", and there's no switch directly visible, assume
that they meant the last switch they successfully referred to if it's
still accessible.

This still wouldn't fix the switch-on-flashlight vs. switch-on-wall
problem, though. Also deciding what to remember is messy..

What about: if the player tries to refer to an object in a way that could
be done without visibility (ie. flipping the switch, not looking at it),
allow them to refer to certain non-visible objects. If the object has been
referred to in the last X unique objects (X=5 or so?)  then let them refer
to it regardless of visibility. Then you could "flip the switch on the
wall" assuming that you can refer to it in that way when visible - and it
would let you, if you previously knew about it. 

With the list of objects referred to, store their locations when
referred to as well? "You try to flip the switch on the wall, but it
doesn't seem to be there any more!".

&gt; Note I'm assuming here that things in your possession are always visible
&gt; at least in form, even if you can't read them.  There's nothing sillier
&gt; than:
&gt; 
&gt;   &lt;worn on head&gt;  a heavy gold crown encrusted with jewels
&gt; 
&gt; (lights go out)
&gt; 
&gt;   &lt;worn on head&gt; something.
&gt; 
&gt; At the very least I'd expect:
&gt; 
&gt;   &lt;worn on head&gt; a heavy crown
&gt; 
&gt; or:
&gt; 
&gt;   &lt;worn on head&gt; something heavy and metallic
&gt; 
&gt; Here we get into defining object properties in realms other than vision,
&gt; which IMO is a good thing.  But if you don't feel like doing a markup
&gt; language or some other more advanced representation, a simple bit of code
&gt; could check the object's material, weight, and basic type and come up with
&gt; a name that the player could at least call it to get it off their head.

Right, this is almost exactly what the tactile description support I
mentioned does - generates a "by-feel" description / keywords for an
object based on material / object type - or a builder can provide their
own description.

It works well for objects carried or worn. It doesn't work well for
objects that the character doesn't even know exist, for obvious reasons.

-O



</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="01013" HREF="msg01013.html">[MUD-Dev] Re: darkness/visibility</A></STRONG>
<UL><LI><EM>From:</EM> Adam Wiggins &lt;adam#angel,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01015.html">[MUD-Dev] Re: darkness/visibility</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01017.html">[MUD-Dev] Re: Analysis and specification - the dirty words of mud development?</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01013.html">[MUD-Dev] Re: darkness/visibility</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01025.html">[MUD-Dev] Re: darkness/visibility</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01016"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01016"><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>[MUD-Dev] Re: darkness/visibility</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="01186" HREF="msg01186.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Wed 24 Jun 1998, 03:47 GMT
</LI>
<LI><strong><A NAME="01197" HREF="msg01197.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Thu 25 Jun 1998, 03:14 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00957" HREF="msg00957.html">[MUD-Dev] darkness/visibility</A></strong>, 
Oliver Jowett <a href="mailto:oliver#jowett,manawatu.planet.co.nz">oliver#jowett,manawatu.planet.co.nz</a>, Thu 11 Jun 1998, 03:03 GMT
<UL>
<LI><strong><A NAME="01013" HREF="msg01013.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Sat 13 Jun 1998, 00:50 GMT
<UL>
<LI><strong><A NAME="01016" HREF="msg01016.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
oliver <a href="mailto:oliver#jowett,manawatu.planet.co.nz">oliver#jowett,manawatu.planet.co.nz</a>, Sat 13 Jun 1998, 05:02 GMT
</LI>
<LI><strong><A NAME="01025" HREF="msg01025.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
Richard Woolcock <a href="mailto:KaVir#nospam,dial.pipex.com">KaVir#nospam,dial.pipex.com</a>, Sun 14 Jun 1998, 10:41 GMT
<UL>
<LI><strong><A NAME="01042" HREF="msg01042.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
T. Alexander Popiel <a href="mailto:popiel#snugharbor,com">popiel#snugharbor,com</a>, Mon 15 Jun 1998, 01:55 GMT
<UL>
<LI><strong><A NAME="01051" HREF="msg01051.html">[MUD-Dev] User Input Parser, was Re: darkness/visibility</A></strong>, 
Richard Woolcock <a href="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</a>, Mon 15 Jun 1998, 19:32 GMT
</LI>
<LI><strong><A NAME="01126" HREF="msg01126.html">[MUD-Dev] Natural Language Parsing (Was: Re: darkness/visibility)</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Thu 18 Jun 1998, 18:57 GMT
</LI>
</UL>
</LI>
</UL>
</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>