1998Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Unique items -->
<!--X-From-R13: @nguna T Kbfcr <lbfcrNunjnvv.rqh> -->
<!--X-Date: Mon, 23 Feb 1998 20:11:06 +0000 -->
<!--X-Message-Id: Pine.GSO.3.95q.980223095426.10825A&#45;100000@uhunix1 -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199802231911.TAA31156#out4,ibm.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Unique items</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:yospe#hawaii,edu">
</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="msg00567.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00569.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00563.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00528.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00568">Author</A>
&nbsp;|&nbsp;<A HREF="#00568">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00568">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Unique items</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] Unique items </LI>
<LI><em>From</em>: Nathan F Yospe &lt;<A HREF="mailto:yospe#hawaii,edu">yospe#hawaii,edu</A>&gt;</LI>
<LI><em>Date</em>: Mon, 23 Feb 1998 10:15:31 -1000</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Mon, 23 Feb 1998 coder#ibm,net wrote:

:On 20/02/98 at 12:21 AM, Mike Sellers &lt;mike#online-alchemy,com&gt; said: &gt;At
:
:&gt;I'm not so sure.  I'm fairly close to completing a prototype along these
:&gt;lines.  I hate to dangle this one out there, but I can't say a lot more
:&gt;just yet.  If it continues to work, it should be pretty interesting.  And
:&gt;the map is, well, big. 

:How much (in the sense of detail depth) of the world are you making
:dynamically generated?  

Just to add my own input on the matter... initially, 100%. Static world
construction comes later. Of course, there is the little fact that each
world is a seperate case, that I have totally neglected mapping between
worlds that are not neighbors, and that neighbors have to be made local
to each other by deliberate specification.

:&gt;&gt;The key datum however is that an area containing (or percieved by) a
:&gt;&gt;self-realising object can't be torn down, whereas an area not containing
:&gt;&gt;only self-ignorant objects can been freely torn down and rebuilt without
:&gt;&gt;impact (presuming your rebuild and prediction tools are good enough)

:&gt;Yes, this is key.  

:The excessively nasty aspect of this are indirectly reaslising objects:

:  -- Bubba leaves a running video camera in the haunted house and then
:leaves for the next country.

Tough... there is no way this one is going to actually create any event
that might interest Bubba in a dynamic region unless the region goes to
active status when someone else enters it. It'll produce a bunch of the
sort of background events the region can be expected to when recovered,
but there may be inconsistancies. For cases like this, I wouldn't care.

:  -- Bubba places a boulder precariously at the top of a cliff with a
:string tied to the stick preventing it from falling down the cliff.  He
:then travels a *large* distance away, goes to sleep, and pulls the string
:on waking.  On return tot he cliff, what does he see?

A fallen boulder. The boulder remains set in a state, there is no cause
to actually update the event until the area goes active again (assuming
it went inactive, it might not have yet), but the string tug will be in
the queue at the highest active node.

:  -- Same scenario, but no string, and magic is used to remove the stick.

Likewise. Well, substituting a remote control detonator or some such. I
don't see why this would _ever_ differ from the string case...

:  -- Same scenario except a carefully positioned magifying glass uses
:sunlight to set fire to the stick.

That'd just be stored and triggered when all stored information is made
real and brought up to date.

:  -- Same scenario except that a trip wire stretched across a cave mouth
:is tripped by a bear leaving its cave a 6 months later after hibernating.

Now this is inprobable. I don't know if I'd have the database contents,
after six months, with that much detail remaining. Haven't really given
database maintainance for long-inactive regions much thought. My design
itself is such that these things would seldom survive so long. Besides,
I don't have hibernating bears. I suppose if I had implemented seasons.

:&gt;&gt;...I think I'm going to try this.  _BUT_, I'll use a mostly
:&gt;&gt;persistant world (fixed terrain, mostly fixed resource maps, fixed major
:&gt;&gt;objects etc), and the make the chaff dynamic.  

:&gt;Good luck!  Who knows, maybe this is the wave of the future. :)

:I suspect in essence it is if only from a computational standpoint: the
:macro-world will be constant, tracked, and deterministic.  Only the
:micro-world will be dynamic, fractalist, and uncertain.

I tend to agree here, though I think deterministic is too strong a term
for what I do on the macro scale. Semi-constant, tracked, and generally
predictable. 

:How about the argument that this is precisely how reality really works? 
:We're not too too far from a (very) macro form of quantum mechanics.

*grin* I don't call my system Physmud for nothing, you know.
-- 

Nathan F. Yospe - Aimed High, Crashed Hard, In the Hanger, Back Flying Soon
Jr Software Engineer, Textron Systems Division (On loan to Rocketdyne Tech)
(Temporarily on Hold) Student, University of Hawaii at Manoa, Physics Dept.
yospe#hawaii.edu nyospe#premier.mhpcc.af.mil <A  HREF="http://www2.hawaii.edu/~yospe/">http://www2.hawaii.edu/~yospe/</A>



</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="00563" HREF="msg00563.html">Re: [MUD-Dev] Unique items</A></STRONG>
<UL><LI><EM>From:</EM> coder#ibm,net</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00567.html">BOOK: Myer's Silverlock</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00569.html">Net protocols for MUDing (was: Moore's Law sucks)</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00563.html">Re: [MUD-Dev] Unique items</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00528.html">[MUD-Dev] Re: Version Control (was: DBs and Events)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00568"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00568"><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="00532" HREF="msg00532.html">LDMs (large dynamic maps) was Re: [MUD-Dev] Unique items</A></strong>, 
Mike Sellers <a href="mailto:mike#online-alchemy,com">mike#online-alchemy,com</a>, Fri 20 Feb 1998, 08:16 GMT
<UL>
<LI><strong><A NAME="00538" HREF="msg00538.html">Re: [MUD-Dev] Unique items</A></strong>, 
The Eternal City <a href="mailto:eternal#eternal,eternal-city.com">eternal#eternal,eternal-city.com</a>, Fri 20 Feb 1998, 14:27 GMT
<UL>
<LI><strong><A NAME="00566" HREF="msg00566.html">Re: [MUD-Dev] Unique items</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Mon 23 Feb 1998, 19:22 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00563" HREF="msg00563.html">Re: [MUD-Dev] Unique items</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Mon 23 Feb 1998, 19:12 GMT
<UL>
<LI><strong><A NAME="00568" HREF="msg00568.html">Re: [MUD-Dev] Unique items</A></strong>, 
Nathan F Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Mon 23 Feb 1998, 20:11 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00528" HREF="msg00528.html">[MUD-Dev] Re: Version Control (was: DBs and Events)</A></strong>, 
Raph &amp; Kristen Koster <a href="mailto:koster#eden,com">koster#eden,com</a>, Wed 18 Feb 1998, 19:28 GMT
<UL>
<LI><strong><A NAME="00559" HREF="msg00559.html">Re: [MUD-Dev] Re: Version Control (was: DBs and Events)</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Mon 23 Feb 1998, 17:31 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00561" HREF="msg00561.html">Re: [MUD-Dev] Re: Version Control (was: DBs and Events)</A></strong>, 
Felix A. Croes <a href="mailto:felix#xs1,simplex.nl">felix#xs1,simplex.nl</a>, Mon 23 Feb 1998, 18:19 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00492" HREF="msg00492.html">Re: [MUD-Dev]	byte-code anyone?</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Mon 16 Feb 1998, 18:27 GMT
</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>