1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: How to handle log&#45;outs in a totally dynamic world. -->
<!--X-From-R13: Oqnz Ivttvaf <nqnzNnatry.pbz> -->
<!--X-Date: Thu, 14 May 1998 19:11:38 &#45;0700 -->
<!--X-Message-Id: Pine.SGI.3.96.980514185439.7608A&#45;100000#red,angel.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.LNX.3.96.980512191932.285A&#45;100000#shamen,cyberhighway.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: How to handle log-outs in a totally dynamic worl</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:adam#angel,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="msg00596.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00599.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00526.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00623.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00598">Author</A>
&nbsp;|&nbsp;<A HREF="#00598">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00598">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: How to handle log-outs in a totally dynamic world.</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: How to handle log-outs in a totally dynamic world.</LI>
<LI><em>From</em>: Adam Wiggins &lt;<A HREF="mailto:adam#angel,com">adam#angel,com</A>&gt;</LI>
<LI><em>Date</em>: Thu, 14 May 1998 19:11:23 -0700 (PDT)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: "Petidomo List Agent -- Kanga.Nu version" &lt;<A HREF="mailto:petidomo#kanga,nu">petidomo#kanga,nu</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>
On Tue, 12 May 1998, Ben Greear wrote:
&gt; On Mon, 11 May 1998, Dan Shiovitz wrote:
&gt; &gt; On Mon, 11 May 1998, Ben Greear wrote:
&gt; &gt; &gt; I will definately try to not allow wild swings from one 'alignment' to
&gt; &gt; &gt; another.  At least to the point where an evil pirate can't set his
&gt; &gt; &gt; alignment to good right before logging off...
&gt; &gt; 
&gt; &gt; I don't think there's any need to prevent the players from changing
&gt; &gt; their personality. Just remember that if someone's been nasty and
&gt; &gt; aggressive to you for a long period of time and suddenly starts being
&gt; &gt; friendly, that's almost always a sign of weakness or stupidity on
&gt; &gt; their parts*. Then have the NPCs respond appropriately. (This gets
&gt; &gt; trickier if the NPCs don't remember how players acted in the past .. 
&gt; &gt; in that case you might want to restrict personality changes, yes).
&gt; 
&gt; Yeah, good point.  Keeping logs for every entity in the game could
&gt; be quite large, but I do think it would be worth it...  Suppose you
&gt; could encode the info in 5 integers, 40 bytes, and have 1000 ppl
&gt; you *could* meet... 40k for each player/NPC..ouch!!  Could always 
&gt; flush old entries, "let bygones be bygones...".  And could only remember
&gt; grievious or particularly helpful individuals/Corporations...
&gt; 
&gt; But, NPC's die fairly often, so they would get 'flushed'.  Corporations
&gt; and such would remember longer, but there won't be too many of them.
&gt; Hrm, what about players though, when offline?  Could store this on
&gt; disk and hope it's not accessed too often.  (Cache for a bit and
&gt; destroy if not needed....)

Orion and I ran into this while setting up our NPCs event memories.  Each
event is small, but when you keep track of every last thing, it can add up
quickly.  What we did was start blending old memories together.  As it
turns out, this is pretty realistic.

Each memory has a severity value - you'll remember the specific instance
of Bubba saving your life for many years to come, but you'll quickly
forget about the sword that you sold to Biffy last week.  So, the oldest
and lowest severity memories get rounded up once every so often, sorted,
and shoved together.  Thus you might have the following memories of one
week:

  Bubba saved my life
  Bubba asked me how I was doing
  Bubba sold me a rapier
  Biffy said hello to me
  I sold Biffy a sword
  I sold Boffo a rapier

Two weeks later, the memories would become:

  Bubba saved my life
  Bubba is a good friend
  I sold some swords to some people

Then, as a player querying the NPCs, you'd get pretty realistic results.
If someone asked how sales were yesterday, they'd say "Not bad, I sold a
sword to Biffy and a rapier to Boffo."  If you asked them two weeks later
they'd say, "Yeah, I sold some swords that day..."

Eventually they'd get VERY general.  The way that which events could be
concatinated was based primarily on who and what.  A whole bunch of events
about one person becomes a specific feeling about that person - ie, the
NPC 'knows' them, even if they don't recall every last event that ever
transpired between them.  A whole bunch of similar events about 'unknown'
people get shoved together based on event type, and similar objects are
concatinated by object type.  A slightly more complex situation would be:

Day 1:

  I sold a sword to Fred
  I sold an axe to Tim
  I sold a rapier to Beth
  I sold a helm to Bill
  I sold a bracelet to Jill
  I sold a mace to Hellen

Day 10:

  I sold some swords to some people
  I sold some armor to some people

Day 20:

  I sold some stuff to some people

Then, finally, they get concatinated by time.  If you've got a "I sold
some stuff to some people" event on each day from Mon thru Fri, you end up
with an event "I sold some stuff to some people that week", which could
eventually go to "that month" and "that year".

Ideally the NPC would end up with extremely old memories like:

I sold weapons from Sept '97 to June '98

Thus you could ask them: 'So what did you do before you started working
here?' or 'What were you doing three years ago?'

You could potentially extend this to include events which weren't
important, but which stuck in the NPC's head due to the signifigance of
other events going on at the time.  Ie: "I remember the day the volcano
exploded over my village quite well.  I was selling Biffy a sword at the
time..."


Adam



-- 
MUD-Dev: Advancing an unrealised future.

</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="00526" HREF="msg00526.html">[MUD-Dev] Re: How to handle log-outs in a totally dynamic world.</A></STRONG>
<UL><LI><EM>From:</EM> Ben Greear &lt;greear#cyberhighway,net&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00596.html">[MUD-Dev] Re: FW: (Fwd) Bouncing mail</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00599.html">[MUD-Dev] Re: CGDC, a summary</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00526.html">[MUD-Dev] Re: How to handle log-outs in a totally dynamic world.</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00623.html">[MUD-Dev] Re: How to handle log-outs in a totally dynamic world.</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00598"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00598"><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="00495" HREF="msg00495.html">[MUD-Dev] Re: How to handle log-outs in a totally dynamic world.</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Mon 11 May 1998, 05:47 GMT
<UL>
<LI><strong><A NAME="00513" HREF="msg00513.html">[MUD-Dev] Re: How to handle log-outs in a totally dynamic world.</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Tue 12 May 1998, 01:45 GMT
<UL>
<LI><strong><A NAME="00516" HREF="msg00516.html">[MUD-Dev] Re: How to handle log-outs in a totally dynamic world.</A></strong>, 
Dan Shiovitz <a href="mailto:dbs#cs,wisc.edu">dbs#cs,wisc.edu</a>, Tue 12 May 1998, 03:09 GMT
<UL>
<LI><strong><A NAME="00526" HREF="msg00526.html">[MUD-Dev] Re: How to handle log-outs in a totally dynamic world.</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Wed 13 May 1998, 02:29 GMT
<UL>
<LI><strong><A NAME="00598" HREF="msg00598.html">[MUD-Dev] Re: How to handle log-outs in a totally dynamic world.</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Fri 15 May 1998, 02:11 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00623" HREF="msg00623.html">[MUD-Dev] Re: How to handle log-outs in a totally dynamic world.</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Sat 16 May 1998, 04:51 GMT
<UL>
<LI><strong><A NAME="00625" HREF="msg00625.html">[MUD-Dev] Re: How to handle log-outs in a totally dynamic world.</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sat 16 May 1998, 05:30 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00494" HREF="msg00494.html">[MUD-Dev] How to handle log-outs in a totally dynamic world.</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Mon 11 May 1998, 04:50 GMT
<UL>
<LI><strong><A NAME="00502" HREF="msg00502.html">[MUD-Dev] Re: How to handle log-outs in a totally dynamic world.</A></strong>, 
Richard Woolcock <a href="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</a>, Mon 11 May 1998, 18:13 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>