1997Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Graphic MUDS/Ultima Online -->
<!--X-From-R13: pynjerapNphc.uc.pbz -->
<!--X-Date: Thu, 07 Aug 1997 20:50:17 +0000 -->
<!--X-Message-Id: 199708072048.NAA28102#xsvr3,cup.hp.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: c=US%a=_%p=EA%l=MOLACH&#45;970730175105Z&#45;157#molach,origin.ea.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Graphic MUDS/Ultima Online</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="msg00424.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00426.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00317.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00293.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00425">Author</A>
&nbsp;|&nbsp;<A HREF="#00425">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00425">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Graphic MUDS/Ultima Online</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] Graphic MUDS/Ultima Online</LI>
<LI><em>From</em>: <A HREF="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</A></LI>
<LI><em>Date</em>: Wed, 06 Aug 97 17:21:35 -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="msg00292.html">c=US%a=_%p=EA%l=MOLACH-970730175105Z-157#molach,origin.ea.com</A>&gt;, on
07/30/97 
   at 07:43 PM, "Koster, Raph" &lt;rkoster#origin,ea.com&gt; said:

&gt;On Tuesday, July 29, 1997 6:46 PM, Matt 
&gt;Chatterley[SMTP:root#mpc,dyn.ml.org] wrote:
&gt;&gt; On Tue, 29 Jul 1997, Koster, Raph wrote:

&gt;Of course the social environment is very relevant; it's crucial. It
&gt;is  also one of the things that oddly enough, we can take for
&gt;granted.  Provide enough environment (far LESS environment than a mud
&gt;offers, in  fact, cf IRC, ICQ, heck, ham radio, etc) and the social
&gt;aspect will  follow inevitably. My argument was that in terms of
&gt;dynamic evolution,  most muds settle for solely this one thing, the
&gt;one thing they didn't have to do any work to get. :)

Thou writeth sooth.  Its a massively ignored fundamental.

&gt;What we do is have what we call a "resource model" in which
&gt;everything  is defined in terms of a basic hierarchy of desires taken
&gt;from  organizational behavior theory. Subsistence, shelter, luxuries.
&gt;Then  we have generalized AI routines and basic decision trees to
&gt;satisfy  these needs, hoard if you can, band together if you are so
&gt;inclined,  defend if you must...

&gt;Well, I work with Richard Garriott fairly closely. He favors 
&gt;simplicity in his design. (Which may seem contradictory given how 
&gt;complex Ultimas are). But in general, he prefers simplicity for 
&gt;interface and also simplicity for underlying systems, as much as 
&gt;possible. 

FWLIW my approach is to make very simple self-contained blocks, and to
then have multiple blocks interact to create very complex systems. 
The trick I find is to create unstable feedback loops and to then
ensure that their combination does not create a stable state
(simulators are excellant here).  Typically the addition of of
unstable feedback loops dependant on other resources than the loops
which created the stable state will ensure that stability is never
achieved.

&gt;You make an item.

&gt;It either spawns back when destroyed, or isn't destroyed, depending
&gt;on  world-state model (repop versus save-state).

&gt;But when does it EVOLVE? Now, some may say that in mud architectures 
&gt;which permit dynamic attachment of scripted behaviors by players, 
&gt;stuff evolves. To get back to my example of TinyTIM, that clock or 
&gt;whatever it is at the entrance that by now is massively huge. But
&gt;that  isn't evolving by itself. That's just more functionality
&gt;slapped on it  by a builder of some sort. It is not dynamic; it is
&gt;static save for  outside intervention. It is therefore predictable.

My model:

  All objects decay over time, eventually becoming dust.

  Certain actions can delay that decay.

  Magical objects consume mana to delay decay.  Should they be unable
to get the mana the need, they destruct.  

  "Normal" objects just decay.  Use (depending on type) can
accellerate or delay decay.  

  User programmed objects (inheriting from $NEW_OBJECT) have a short
half life.  Sufficient use resets the half-life temporarily.

Magical objects have multiple ways of destructing.  The whole object
can just turn to dust (see the UggUgg mana fight example), the magical
properties can just cease to exist, the magic properties can go latent
until more mana arrives (very expensive to create, requires a *LARGE*
hidden mana store to draw from to survive starvation), or the magical
properties can release (ie explode) with various entertaining results
as the embedded magic/mana releases and rebinds in various forms to
nearby objects.

The basic result is that given long enough, anything will destruct and
dissappear.  
  
&gt;For muds to evolve, they need to become unpredictable.

Agreed.  Implicit in this is the need for the world to become
unstable.

-- 
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="00292" HREF="msg00292.html">[MUD-Dev] Graphic MUDS/Ultima Online</A></STRONG>
<UL><LI><EM>From:</EM> "Koster, Raph" &lt;rkoster#origin,ea.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00424.html">Re: [MUD-Dev]	Mud Languages</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00426.html">Introduction</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00317.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00293.html">[MUD-Dev] Graphic MUDS/Ultima Online</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00425"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00425"><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-Dev] Graphic MUDS/Ultima Online</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00546" HREF="msg00546.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Thu 14 Aug 1997, 04:16 GMT
</LI>
</ul>
<LI><strong><A NAME="00577" HREF="msg00577.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Thu 14 Aug 1997, 21:45 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="00567" HREF="msg00567.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Thu 14 Aug 1997, 20:54 GMT
</LI>
</ul>
</ul>
</ul>
</ul>
<LI><strong><A NAME="00317" HREF="msg00317.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Fri 01 Aug 1997, 00:00 GMT
</LI>
<LI><strong><A NAME="00425" HREF="msg00425.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Thu 07 Aug 1997, 20:50 GMT
</LI>
</ul>
<LI><strong><A NAME="00293" HREF="msg00293.html">[MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Thu 31 Jul 1997, 01:22 GMT
<UL>
<LI><strong><A NAME="00306" HREF="msg00306.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Thu 31 Jul 1997, 10:02 GMT
</LI>
<LI><strong><A NAME="00318" HREF="msg00318.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Fri 01 Aug 1997, 00:13 GMT
<UL>
<LI><strong><A NAME="00467" HREF="msg00467.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Mon 11 Aug 1997, 21:47 GMT
</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>