1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: darkness/visibility -->
<!--X-From-R13: X Q Znjerapr <pynjNhaqre.rate.ftv.pbz> -->
<!--X-Date: Tue, 30 Jun 1998 16:41:53 &#45;0700 -->
<!--X-Message-Id: 199806302340.QAA00811#under,engr.sgi.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.BSF.3.96.980623164243.4693A&#45;100000#dillinger,io.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:claw#under,engr.sgi.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="msg01277.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01279.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01181.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00965.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01278">Author</A>
&nbsp;|&nbsp;<A HREF="#01278">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01278">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>: J C Lawrence &lt;<A HREF="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</A>&gt;</LI>
<LI><em>Date</em>: Tue, 30 Jun 1998 16:40:42 -0700</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 Tue, 23 Jun 1998 17:03:28 -0500 (CDT) 
Travis S Casey&lt;efindel#io,com&gt; wrote:

&gt; On Mon, 22 Jun 1998, J C Lawrence wrote:
&gt;&gt; On Thu, 11 Jun 1998 08:21:01 -0600 Chris
&gt;&gt; Gray&lt;cg#ami-cg,GraySage.Edmonton.AB.CA&gt; wrote:

&gt;&gt;&gt; Is there a real problem with the default situation? If the player
&gt;&gt;&gt; types the command, then either the player knows the object is
&gt;&gt;&gt; there, or is intending to try to find one. If there is one, and
&gt;&gt;&gt; nothing prevents the action, then let it go ahead. Why get more
&gt;&gt;&gt; complex, unless you really have something specific in mind to
&gt;&gt;&gt; gain?

&gt;&gt; It actively encourages "guess the noun" games (as a variation on
&gt;&gt; "guess the verb".)  Players are now going to be wandering about the
&gt;&gt; place trying out all sorts of unlikely noun/verb combinations just
&gt;&gt; in case they find something.

&gt; That's one problem.  However, there is another, more subtle reason
&gt; to "get more complex" -- it helps to separate player knowledge from
&gt; character knowledge.

Umm, true.  I usually think of them as synonymous (a side effect of my 
GoPish play style).  I'm rather uncomfortable with the very concept of 
the game attempting to retain an IC vs OOC knowledge disctinction
(mostly because it would bug the crap out of me as a player).

&gt; The *player* may know that there's an object in that dark room, from
&gt; previous play with another character.  However, the *character* may
&gt; not know that, never having been in that room before.  In that case,
&gt; you may not wish to allow the player to simply go ahead and have the
&gt; character do something with that object.

This of course depends on whether your game/world distinguishes
between IC and OOC knowledge (no surprises there).  As happens some of
the Infocom titles did, and some didn't (IIRC HHGTTG varied wildly
within the game in this regard).  

&lt;shrug&gt;  

Play-style question -- we went over this this way back int he question
of the degree of seperation of the game character from the human
player.  Does the character have any existance outside of its human
player, or is it a pure thoughtless automaton as instructed by the
player's commands?  I favour the latter.

&gt; Of course, now we can get even more complicated in terms of
&gt; situations -- what if the character should know, based on
&gt; information that's been given to him/her in-game, but not from
&gt; personal experience?  For example, two adventurers talking in a
&gt; tavern:

Bingo.  

&gt; One problem that starts to come in is one of information storage --
&gt; should the character remember the details of what's where in *every*
&gt; room he/she has ever been in?  How do you store that much info if
&gt; there are hundreds or thousands of rooms and many players?  A
&gt; possible solution might be to limit the number of rooms the
&gt; character "knows", possibly based on a trait of the character.
&gt; Another method might be to change how the info is stored -- e.g.,
&gt; for each room, record a "knowledge value" (the chance that the
&gt; character remembers where things are in that room) and a "knowledge
&gt; date" (the last time the character visited that room).  If you now
&gt; timestamp objects when they are moved, you can easily check to see
&gt; if something has been moved since the character was last there
&gt; (although there's still a problem if it was moved and then moved
&gt; back to the prior place).

Past a questionable arguable point simulation accuracy doesn't matter
any more.  

Heck, I occassionally lose the light switches on the wall at home --
and I see and use them every day.  Mostly this is due to my forgetting
that in the US flicking a light switch UP turns the light on, and in
England it turns the light off.  Ergo I've had to relearn (and still
occassionally forget) the habit of walking into a dark room and
sweeping my arm _down_ to turn the lights on to now (in the US) sweep
my arm _up_.  

Perhaps your above problem could equate to modelling my imperfect
light switch operating habits?

-- 
J C Lawrence                               Internet: claw#null,net
(Contractor)                               Internet: coder#ibm,net
---------(*)                     Internet: claw#under,engr.sgi.com
...Honourary Member of 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="01181" HREF="msg01181.html">[MUD-Dev] Re: darkness/visibility</A></STRONG>
<UL><LI><EM>From:</EM> "Travis S. Casey" &lt;efindel#io,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01277.html">[MUD-Dev] Re: Nested Coordinate spaces.</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01279.html">[MUD-Dev] Re: skill system</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01181.html">[MUD-Dev] Re: darkness/visibility</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00965.html">[MUD-Dev] Re: darkness/visibility</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01278"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01278"><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:Telepathy Rules</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="01033" HREF="msg01033.html">[MUD-Dev] Re:Telepathy Rules</A></strong>, 
Matt Chatterley <a href="mailto:matt#mpc,dyn.ml.org">matt#mpc,dyn.ml.org</a>, Sun 14 Jun 1998, 13:45 GMT
</LI>
</ul>
</LI>
<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
</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>