1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: regulating player&#45;created objects -->
<!--X-From-R13: [nevna Uevssvgu <telcubaNvnrui.ay> -->
<!--X-Date: Sun, 10 May 1998 14:03:00 &#45;0700 -->
<!--X-Message-Id: Marcel&#45;1.45&#45;0510161229&#45;d07Ky&#38;5#gryphon,knoware.nl -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.LNX.3.93.980509171445.10652A&#45;100000#pc4,zennet.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:gryphon#iaehv,nl">
</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="msg00487.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00491.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00484.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00636.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00488">Author</A>
&nbsp;|&nbsp;<A HREF="#00488">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00488">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>: Marian Griffith &lt;<A HREF="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</A>&gt;</LI>
<LI><em>Date</em>: Sun, 10 May 1998 17:12:29 +0100 (BST)</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>
In &lt;URL:<A  HREF="news:local.muddev">news:local.muddev</A>&gt; on Sun 10 May, Brandon J. Rickman wrote:
&gt; On Fri, 1 May 1998, Adam Wiggins wrote:

&gt; &gt; On Fri, 1 May 1998, Dan Shiovitz wrote:

&gt; &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; &gt; years back.  The idea was that the basic object types are only shapes.
&gt; &gt; These basic types can only ever be made of one material.  Thus you can
&gt; &gt; determine the number of sub-objects something should have by the number of
&gt; &gt; distinct forms, and the number of distinct materials.  Thus your average
&gt; &gt; axe has two objects: an axehead made of steel, and a shaft made of oak.
&gt; &gt; 'shaft' and 'axehead' are both primitive object forms; oak and steel are
&gt; &gt; two possible materials one can extract from the game world.  We originally
&gt; &gt; came up with this because we wanted an easy way to damage objects in a
&gt; &gt; specific way.  I wanted to be able to burn the axe and have a pile of ash
&gt; &gt; plus a charred axehead.  All objects in the world are defined this way,
&gt; &gt; including creatures.  No object can exist that is not a primitive - all
&gt; &gt; non-primitive objects are just containers for their primitives.  A human
&gt; &gt; would contain a whole bunch of limbs, for example.  A specific limb would
&gt; &gt; contain primitives in the form of a bone, some muscle, and some skin.
&gt; &gt; This makes things like damage a no-brainer.  It also makes it easy to add
&gt; &gt; cool effects like a 'turn bones to adamantite' spell.  Now you get all the
&gt; &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; &gt; would require a pretty serious amount of attention to creating basic
&gt; &gt; objects.  Just getting the thing to a playable point would be a serious
&gt; &gt; chore, but at that point you'd have an incredible amount of freedom with
&gt; &gt; how your objects interact.

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

&gt; If an #axe_handle and a #axehead are to be made into an #axe you probably
&gt; need some way to join them together: friction, glue, a piece of cloth
&gt; wrapped around the join, &amp;c.  Okay, so you've built any or all of these
&gt; physics into the system.  It seems that object templates must take into
&gt; account the various ways in which component objects can legally be joined
&gt; into new objects.  In some cases, the way an object is made can be
&gt; important to effects on the object: if an axe, made of a shaft and head
&gt; joined with a strip of cloth, is put into a fire the cloth may burn off
&gt; and the axe would fall apart before the shaft caught fire.  This isn't as
&gt; simple as "if one of the components of an object is destroyed, the
&gt; template fails", because a tree-chopping machine (I'm thinking of a big
&gt; wheel with axes sticking out, like something out of the Lorax) can still
&gt; operate at a lower efficiency.  In other words, if you are going to damage
&gt; objects you have to provide a kind of graceful degradation.  This behavior
&gt; is typically foisted onto some dumb object variable which isn't very
&gt; satifactory (if you consider characters who want to build/repair objects
&gt; in a creative way instead of going to some dumb shop). 
&gt; 
&gt; But a far more complicated problem is getting the game system to recognize
&gt; when a collection of components matches a template.  Player intention
&gt; (% build table -&gt; You take a leg... and build a table.) isn't enough,
&gt; because we want to be able to find the functionality of the
&gt; templates in already present world objects.  That big slab of rock over
&gt; there works pretty well as a table.  A bed frame with a board across it
&gt; makes a table.  Three petrified hobbits and a staff stuck in the dirt with
&gt; a door placed horizontally on top makes a table.

In a way this is a problem of how detailed you want your game world to
be. I am all for having more realism in this but we have to be practi-
cal as well.
In this case  you might want to say  for the simplest objects  just what
physical properties would make a good example of it. Things like weight,
dimensions  and perhaps if you want to be that detailed, strengths.  The
last probably is too detailed for practical purposes  already.  Within a
game you rarely would be interested in knowing just how much weight will
cause a table to collapse. At least not often enough to go to the length
of taking care of it.
After you have those basic objects  you simply collect them  and combine
them into a finished object. There is no need to be detailed just how it
is done as the players will not care in the least to be that detailed a-
bout doing it themselves.  They just want to learn a certain skill (e.g.
wood joining)  and a type of object (e.g. a table)  and then be able  to
build tables if they so desire.

The more serious question is of course what use the players are going to
have for tables so they are going to want to build them (and go chopping
up trees for the table blade and legs).

&gt; To identify a template,
&gt; the components don't have to be 'primitive' components, they just have to
&gt; match that component template.  Again, you might need some kind of physics
&gt; in the system, so objects can withstand a certain amount of torque,
&gt; compression, &amp;c.  A stack of peanut butter and jelly sandwiches doesn't
&gt; make a very good table leg.

I guess you are right, but how often is that relevant to a game?  To the
players the only thing that matters is that the axe handle burns and the
axe blade does not,  and that if you trow the thing in the fire  you end
up with a singed blade.  If they head falls off first is of no real con-
cern, the axe is useless in any case.

&gt; The final problem: object templates are not hierarchical.  Let a bed be a
&gt; surface that a person can comfortably lie on.  A table can behave like a
&gt; bed, if it is big enough.  A bed can act like a table, if the bed isn't
&gt; simply a pile of straw on the floor.  This is an area where 3d
&gt; representation actually helps: visually, the player may recognize a table,
&gt; or a bed, or a sacrificial altar without being told "There is a
&gt; table/bed/altar here."

No, it only makes it easier for the player to recognise but the game still
must deal with eachof these objects differently. You do not want to sacri-
fice animals on the bed  any more than you want to eat from the altar. (as
the god that altar was dedicated to is going to be annoyed ;)

&gt; But we need the game to recognize the object
&gt; because the player may try to use it in a certain way.  Or we need the
&gt; game to modify the object in some way so that it acquires some kind of
&gt; functional relevance.  Or we need the game to tactfully inform the player:
&gt; "That is not a table!" 

Indeed. How the object is represented is less important than how the game
thinks it can be used.

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

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

I do not really understand what you are aiming at. Building a stair from
the crates is pretty much the same as building any other type of object?

Marian
-- 
Yes - at last - You. I Choose you. Out of all the world,
out of all the seeking, I have found you, young sister of
my heart! You are mine and I am yours - and never again
will there be loneliness ...

Rolan Choosing Talia,
Arrows of the Queen, by Mercedes Lackey


-- 
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="00636" HREF="msg00636.html">[MUD-Dev] Re: regulating player-created objects</A></strong>
<ul compact><li><em>From:</em> "Brandon J. Rickman" &lt;ashes#pc4,zennet.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00484" HREF="msg00484.html">[MUD-Dev] Re: regulating player-created objects</A></STRONG>
<UL><LI><EM>From:</EM> "Brandon J. Rickman" &lt;ashes#pc4,zennet.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00487.html">[MUD-Dev] MUD mentation system</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00491.html">[MUD-Dev] Re: PK and my "Mobless MUD" idea</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00484.html">[MUD-Dev] Re: regulating player-created objects</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00636.html">[MUD-Dev] Re: regulating player-created objects</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00488"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00488"><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>
<ul compact>
<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
<UL>
<LI><strong><A NAME="00670" HREF="msg00670.html">[MUD-Dev] Re: regulating player-created objects</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Mon 18 May 1998, 19:26 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</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>