1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: regulating player&#45;created objects -->
<!--X-From-R13: "Penaqba X. Dvpxzna" <nfurfNcp4.mraarg.pbz> -->
<!--X-Date: Sat, 9 May 1998 19:33:50 &#45;0700 -->
<!--X-Message-Id: Pine.LNX.3.93.980509171445.10652A&#45;100000#pc4,zennet.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.SGI.3.96.980501175808.9729C&#45;100000#red,angel.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: regulating player-created objects</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:ashes#pc4,zennet.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="msg00483.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00485.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00359.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00488.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00484">Author</A>
&nbsp;|&nbsp;<A HREF="#00484">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00484">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: regulating player-created objects</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: regulating player-created objects</LI>
<LI><em>From</em>: "Brandon J. Rickman" &lt;<A HREF="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</A>&gt;</LI>
<LI><em>Date</em>: Sat, 9 May 1998 19:32:04 -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 Fri, 1 May 1998, Adam Wiggins wrote:
&gt; On Fri, 1 May 1998, Dan Shiovitz wrote:
&gt;&gt; [stuff about templates for creating objects]
&gt;
&gt; Long quote, but I think all of it is relevant.
&gt; 
&gt; Actually, now that you mention, Orion and I tossed around this idea a few
&gt; years back.  The idea was that the basic object types are only shapes.
&gt; These basic types can only ever be made of one material.  Thus you can
&gt; determine the number of sub-objects something should have by the number of
&gt; distinct forms, and the number of distinct materials.  Thus your average
&gt; axe has two objects: an axehead made of steel, and a shaft made of oak.
&gt; 'shaft' and 'axehead' are both primitive object forms; oak and steel are
&gt; two possible materials one can extract from the game world.  We originally
&gt; came up with this because we wanted an easy way to damage objects in a
&gt; specific way.  I wanted to be able to burn the axe and have a pile of ash
&gt; plus a charred axehead.  All objects in the world are defined this way,
&gt; including creatures.  No object can exist that is not a primitive - all
&gt; non-primitive objects are just containers for their primitives.  A human
&gt; would contain a whole bunch of limbs, for example.  A specific limb would
&gt; contain primitives in the form of a bone, some muscle, and some skin.
&gt; This makes things like damage a no-brainer.  It also makes it easy to add
&gt; cool effects like a 'turn bones to adamantite' spell.  Now you get all the
&gt; bonuses you'd expect from adamantite bones.
&gt; 
&gt; I see this as being very feasible in a text-based environment, but it
&gt; would require a pretty serious amount of attention to creating basic
&gt; objects.  Just getting the thing to a playable point would be a serious
&gt; chore, but at that point you'd have an incredible amount of freedom with
&gt; how your objects interact.

As is my wont, I'm going to problematize this a bit.  This is somewhat in
the spirit of "What does is add to the game?" and optimizing game
resources to focus on player interaction and not pure "simulation".  And I
can already see that my little apology is a bit pedantic, on with the
content...

If an #axe_handle and a #axehead are to be made into an #axe you probably
need some way to join them together: friction, glue, a piece of cloth
wrapped around the join, &amp;c.  Okay, so you've built any or all of these
physics into the system.  It seems that object templates must take into
account the various ways in which component objects can legally be joined
into new objects.  In some cases, the way an object is made can be
important to effects on the object: if an axe, made of a shaft and head
joined with a strip of cloth, is put into a fire the cloth may burn off
and the axe would fall apart before the shaft caught fire.  This isn't as
simple as "if one of the components of an object is destroyed, the
template fails", because a tree-chopping machine (I'm thinking of a big
wheel with axes sticking out, like something out of the Lorax) can still
operate at a lower efficiency.  In other words, if you are going to damage
objects you have to provide a kind of graceful degradation.  This behavior
is typically foisted onto some dumb object variable which isn't very
satifactory (if you consider characters who want to build/repair objects
in a creative way instead of going to some dumb shop). 

But a far more complicated problem is getting the game system to recognize
when a collection of components matches a template.  Player intention
(% build table -&gt; You take a leg... and build a table.) isn't enough,
because we want to be able to find the functionality of the
templates in already present world objects.  That big slab of rock over
there works pretty well as a table.  A bed frame with a board across it
makes a table.  Three petrified hobbits and a staff stuck in the dirt with
a door placed horizontally on top makes a table.  To identify a template,
the components don't have to be 'primitive' components, they just have to
match that component template.  Again, you might need some kind of physics
in the system, so objects can withstand a certain amount of torque,
compression, &amp;c.  A stack of peanut butter and jelly sandwiches doesn't
make a very good table leg.  All this physics (I'm not talking about
real Newtonian physics, but whatever mathematical/philosophical system
devised for the mud world) can get computationally expensive.

The final problem: object templates are not hierarchical.  Let a bed be a
surface that a person can comfortably lie on.  A table can behave like a
bed, if it is big enough.  A bed can act like a table, if the bed isn't
simply a pile of straw on the floor.  This is an area where 3d
representation actually helps: visually, the player may recognize a table,
or a bed, or a sacrificial altar without being told "There is a
table/bed/altar here."  But we need the game to recognize the object
because the player may try to use it in a certain way.  Or we need the
game to modify the object in some way so that it acquires some kind of
functional relevance.  Or we need the game to tactfully inform the player:
"That is not a table!" 

Adam's story about a guy on UO trapping elementals with crates (from a
different thread) ties into this:  
&gt;I also thought it was very cool, and the only "realism" problem I see
&gt;with it is that you can hold back fierce monsters with simple crates. 

In this case, the game has gotten confused about when crates should be
considered barriers.  (It could be an mob AI problem too, I suppose.  The
elementals don't realize they are trapped, otherwise they would smash
their way out.  But any sufficiently dumb creature could fall for that.)
One should be able to make a crate barrier, but that doesn't preclude a
crate from being "something one can climb on top of", if the crates were
arranged in a stair-step.

To tie in yet another thread, if the game comes across this kind of
problem that it can't seem to resolve (the elementals have been stuck in
one place for three days) then the admins should be able to invisibly
change things.  In such a case, one might say, "Yes, a crate is a valid
barrier, but there is a certain chance a monster will try to escape and
attack a crate."  This becomes a question of abuse (the actions are bad
for the game) versus exploitation (the actions are novel but shouldn't be
without risk).  As for problems with templates, even a clever human might
fail to recognize how one object may be used in a different way.  There is
a risk of being too confident or too aware of the physics of a game
world.

- Brandon Rickman
I have a .sig around here somewhere.
 


-- 
MUD-Dev: Advancing an unrealised future.

</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="00609" HREF="msg00609.html">[MUD-Dev] Re: regulating player-created objects</A></strong>
<ul compact><li><em>From:</em> Adam Wiggins &lt;adam#angel,com&gt;</li></ul>
<li><strong><A NAME="00488" HREF="msg00488.html">[MUD-Dev] Re: regulating player-created objects</A></strong>
<ul compact><li><em>From:</em> Marian Griffith &lt;gryphon#iaehv,nl&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00317" HREF="msg00317.html">[MUD-Dev] Re: regulating player-created objects</A></STRONG>
<UL><LI><EM>From:</EM> Adam Wiggins &lt;adam#angel,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00483.html">[MUD-Dev] We're Tiny, we're Toonie, we're all a little Loonie!</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00485.html">[MUD-Dev] META: Search features of the MUD-Dev archive</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00359.html">[MUD-Dev] Re: regulating player-created objects</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00488.html">[MUD-Dev] Re: regulating player-created objects</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00484"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00484"><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: regulating player-created objects</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00275" HREF="msg00275.html">[MUD-Dev] Re: regulating player-created objects</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Thu 30 Apr 1998, 19:16 GMT
<UL>
<LI><strong><A NAME="00309" HREF="msg00309.html">[MUD-Dev] Re: regulating player-created objects</A></strong>, 
Dan Shiovitz <a href="mailto:dbs#cs,wisc.edu">dbs#cs,wisc.edu</a>, Fri 01 May 1998, 22:44 GMT
<UL>
<LI><strong><A NAME="00317" HREF="msg00317.html">[MUD-Dev] Re: regulating player-created objects</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Sat 02 May 1998, 01:07 GMT
<UL>
<LI><strong><A NAME="00359" HREF="msg00359.html">[MUD-Dev] Re: regulating player-created objects</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Mon 04 May 1998, 10:49 GMT
</LI>
<LI><strong><A NAME="00484" HREF="msg00484.html">[MUD-Dev] Re: regulating player-created objects</A></strong>, 
Brandon J. Rickman <a href="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</a>, Sun 10 May 1998, 02:33 GMT
<UL>
<LI><strong><A NAME="00488" HREF="msg00488.html">[MUD-Dev] Re: regulating player-created objects</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Sun 10 May 1998, 21:03 GMT
<UL>
<LI><strong><A NAME="00636" HREF="msg00636.html">[MUD-Dev] Re: regulating player-created objects</A></strong>, 
Brandon J. Rickman <a href="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</a>, Sat 16 May 1998, 22:29 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00609" HREF="msg00609.html">[MUD-Dev] Re: regulating player-created objects</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Fri 15 May 1998, 19:56 GMT
<UL>
<LI><strong><A NAME="00639" HREF="msg00639.html">[MUD-Dev] Re: regulating player-created objects</A></strong>, 
Brandon J. Rickman <a href="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</a>, Sun 17 May 1998, 00:08 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</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>