1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: darkness/visibility -->
<!--X-From-R13: [vpunry.IvyyrlNnoanzeb.pbz -->
<!--X-Date: Thu, 11 Jun 1998 10:13:59 &#45;0700 -->
<!--X-Message-Id: 86256620.005E0C92.00#usmta03,itsc.na.abnamro.com -->
<!--X-Content-Type: text/plain -->
<!--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:Michael.Willey#abnamro,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="msg00964.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00966.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01278.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00973.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00965">Author</A>
&nbsp;|&nbsp;<A HREF="#00965">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00965">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:Michael.Willey#abnamro,com">Michael.Willey#abnamro,com</A></LI>
<LI><em>Date</em>: Thu, 11 Jun 1998 13:12:52 -0500</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>
     ____________________Reply Separator____________________
     Subject:  [MUD-Dev] Re: darkness/visibility
     Author:   mud-dev#kanga,nu (Chris Gray
     &lt;cg#ami-cg,GraySage.Edmonton.AB.CA&gt;)
     Date:          6/11/98 2:21 PM

&gt; &gt;Any suggestions on handling darkness and visibility well? The
&gt;classic
&gt; &gt;either-you-see-it-or-you-don't system doesn't work too well..
&gt; &gt;
&gt; &gt;&gt; l
&gt; &gt;You are in a large well-lit room. There is a switch on the wall.
&gt; &gt;&gt; flip switch
&gt; &gt;You flip the switch. The lights go off.
&gt; &gt;&gt; l
&gt; &gt;It is very dark! You might be eaten by a grue.
&gt; &gt;&gt; flip switch
&gt; &gt;You don't see anything like that here.
&gt; &gt;
&gt; &gt;I experimented with a system of tactile descriptions and keywords,
&gt;which
&gt; &gt;works reasonably well for carried objects but not so well for any
&gt;objects
&gt; &gt;that the character doesn't have direct access to.
&gt; &gt;
&gt; &gt;The problem, I think, is one of character memory: if you just turned
&gt;off
&gt; &gt;the light switch, you should know it's there to turn on again (at
&gt;least
&gt; &gt;for a while), barring sadistic puzzles involving moving switches..
&gt; &gt;Conversely, if you just walked into the room, you know nothing about
&gt;a
&gt; &gt;light switch (although searching for one by feel is feasible).
&gt; &gt;
&gt; &gt;I don't have a good solution for this. Suggestions?
&gt;
&gt;Is there a real problem with the default situation? If the player
&gt;types
&gt;the command, then either the player knows the object is there, or is
&gt;intending to try to find one. If there is one, and nothing prevents
&gt;the action, then let it go ahead. Why get more complex, unless you
&gt;really have something specific in mind to gain?

I agree in part - I see a problem with the default
'either-you-see-it-or-you-don't' system, but not the one originally
referred to.  The problem as I see it is the clear dividing line between
what light level A, where you see perfectly and light level B, where you
can't see at all.  Realistically there are gradients between the two levels
where your vision is impared, but you still see - you can certainly
identify a book, navigate to it and pick it up, but you can't read the
writing on it.  In a slightly darker room you can see objects, but can't
identify them.

Many muds have implemented a kind of variation of light levels, but they
still retain the clean lines between level A and level B, usually adding a
level C, where the light is too bright to see, and adjusting the effective
position of the lines dependant on your race/class/spells/equip/whatever.
This adds some complexity to the system, but it doesn't correct the basic
flaw.

On a graphic mud, this seems like a non-problem - since the players are
interpreting their surroundings with the human eye already, simply turning
down the lights causes the same effect as it would in RL.  Assuming a
text-based mud, how could you present the same effect?




</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="00994" HREF="msg00994.html">[MUD-Dev] Re: darkness/visibility</A></strong>
<ul compact><li><em>From:</em> "Dr. Cat" &lt;cat#bga,com&gt;</li></ul>
<li><strong><A NAME="00973" HREF="msg00973.html">[MUD-Dev] Re: darkness/visibility</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="msg00964.html">[MUD-Dev] META: Quoting, again.</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00966.html">[MUD-Dev] Re: Mud websites</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01278.html">[MUD-Dev] Re: darkness/visibility</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00973.html">[MUD-Dev] Re: darkness/visibility</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00965"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00965"><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><A NAME="00962" HREF="msg00962.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 11 Jun 1998, 15:07 GMT
<UL>
<LI><strong><A NAME="01162" HREF="msg01162.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Mon 22 Jun 1998, 22:27 GMT
<UL>
<LI><strong><A NAME="01181" HREF="msg01181.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Tue 23 Jun 1998, 22:03 GMT
<UL>
<LI><strong><A NAME="01278" HREF="msg01278.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Tue 30 Jun 1998, 23:41 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00965" HREF="msg00965.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
Michael.Willey <a href="mailto:Michael.Willey#abnamro,com">Michael.Willey#abnamro,com</a>, Thu 11 Jun 1998, 17:13 GMT
<UL>
<LI><strong><A NAME="00973" HREF="msg00973.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Thu 11 Jun 1998, 19:28 GMT
</LI>
<LI><strong><A NAME="00994" HREF="msg00994.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
Dr. Cat <a href="mailto:cat#bga,com">cat#bga,com</a>, Fri 12 Jun 1998, 15:12 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00993" HREF="msg00993.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>, Fri 12 Jun 1998, 14:12 GMT
<UL>
<LI><strong><A NAME="01004" HREF="msg01004.html">[MUD-Dev] Re: darkness/visibility</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Fri 12 Jun 1998, 20:42 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>