1998Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Room descriptions -->
<!--X-From-R13: Oqnz Ivttvaf <nqnzNnatry.pbz> -->
<!--X-Date: Mon, 28 Sep 1998 16:28:55 &#45;0700 -->
<!--X-Message-Id: Pine.SGI.3.96.980928162149.3666F&#45;100000#zazu,angel.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 11A17AA2B9EAD111BCEA00A0C9B41793EDBE72#forest,origin.ea.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Room descriptions</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="msg01342.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01344.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01341.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01346.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01343">Author</A>
&nbsp;|&nbsp;<A HREF="#01343">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01343">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Room descriptions</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>'" &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Room descriptions</LI>
<LI><em>From</em>: Adam Wiggins &lt;<A HREF="mailto:adam#angel,com">adam#angel,com</A>&gt;</LI>
<LI><em>Date</em>: Mon, 28 Sep 1998 16:35:13 -0700 (PDT)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></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, 28 Sep 1998, Koster, Raph wrote:
&gt; &gt; From: Adam Wiggins [<A  HREF="mailto:adam#angel,com">mailto:adam#angel,com</A>]
&gt; &gt; On Mon, 28 Sep 1998, Koster, Raph wrote:
&gt; &gt; &gt; I would
&gt; &gt; &gt; not call the goal of having a fully interactive environment even
&gt; &gt; &gt; necessarily contradictory to what I am discussing. You can 
&gt; &gt; &gt; have a fully
&gt; &gt; &gt; interactive environment that still imposes a perspective or 
&gt; &gt; &gt; a worldview
&gt; &gt; &gt; on the player, I would think. 
&gt; &gt; 
&gt; &gt; On this particular point I don't think I can agree.  In the end, if
&gt; &gt; someone detonates a nuclear bomb inside your candy store it's 
&gt; &gt; still going to have the same roomdesc.  I don't think this sort of 
&gt; &gt; constructed world
&gt; &gt; will ever be interactive in the way that I'm thinking; it will always
&gt; &gt; be a sophisticated Zork spinoff, which is to say you only have the
&gt; &gt; interactions which are coded by whoever created the area.
&gt; 
&gt; Yes, well, this is the case for all the interactive world interactions
&gt; you might have, too.

I don't agree, precisely, and I'm surprised you would say this, considering
your work on Ultima Online.

If I write a very specific area, typical of most muds, where there are
highly specialized room descriptions and most of the interactions are
coded to be specific to that area, any functionality you don't cover
will not work in your area.  If we build the candy store via typical
methods - writing room descs, adding extra descs, adding little spec
procs to handle different things the player might do - it can't deal
with something not coded, including extreme effects like the atom
bomb, but also effects like someone rearranging the furniture, or
killing the candy store owner and taking his clothes and masquerading
as him, or painting all the walls black and installing a movie projector
and turning it into a movie hall, or even something simple like dropping
a rotting carcass into the center of the floor (which would certainly
draw attention away from all the normal decorations).

If, however, the candy store is built the way Orion suggests - by actually
creating each piece of furniture, all the candy stocks, the guy behind the
counter, a full uniform for him, big window panes, and a shiny tile floor,
all the interactions the game supports are automatically enabled for that
room.  You can now drop an atom bomb in it, or kick over the tables, or
track mud all over the floor, or turn the room into an animal shelter, and
the room description will never not make sense.

One way you get the ultimate in flexiblity and freedom to create a specific
feeling and environment, at the expense of difficult to add or change
interactivity.  In the other case you loose the builder flexbility and
probably a lot of mood, but you get the ultimate in dyanmicly built worlds,
which can truly be torn down to nothing and then built up again if there
are players willing to do it.  I'm not suggesting that one is better,
just attempting to point out the differences...

&gt; If you leave out atom bombs from your code, after
&gt; all, there's no way one is going to be detonated in the candy store. :)

Sure, this is the old "Doc, it hurts when I do this"/"Well don't do that!"
fixit.  It certainly is a handy excuse, but it hardly represents good design,
and in the end will lead to a very inflexible and proprietary functionality.
This may or may not be a Bad Thing.

&gt; Similarly, if you don't have "burned" long descs for all the various
&gt; objects in your database, then once the fire is over, you may not have
&gt; achieved the effect you want. We're always stuck with "only the
&gt; interactions which are coded" after all...

Yes - but assuming that you build the room out of standard components
(wooden furniture, latex paint, plaster walls, glass windows) then this
should already exist.

Again, it's just a question of whether you want to spend a lot of time
building/coding many interactive, reusable pieces and then building a world
out of those, or whether you want to spend your time making hand-crafted
areas and objects which are highly proprietary.

Adam W.




</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="01341" HREF="msg01341.html">[MUD-Dev] Re: Room descriptions</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="msg01342.html">[MUD-Dev] Re: Unix is a mud (Re: Ugh, IS Diablo a mud?)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01344.html">[MUD-Dev] Re: Unix is a mud (Re: Ugh, IS Diablo a mud?)</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01341.html">[MUD-Dev] Re: Room descriptions</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01346.html">[MUD-Dev] Re: Room descriptions</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01343"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01343"><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: Room descriptions</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="01386" HREF="msg01386.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Wed 30 Sep 1998, 21:30 GMT
</LI>
<LI><strong><A NAME="01392" HREF="msg01392.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Thu 01 Oct 1998, 00:08 GMT
<UL>
<LI><strong><A NAME="01394" HREF="msg01394.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Thu 01 Oct 1998, 01:09 GMT
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
</ul>
<LI><strong><A NAME="01341" HREF="msg01341.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Mon 28 Sep 1998, 22:41 GMT
<UL>
<LI><strong><A NAME="01343" HREF="msg01343.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Mon 28 Sep 1998, 23:28 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01346" HREF="msg01346.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Tue 29 Sep 1998, 02:34 GMT
<UL>
<LI><strong><A NAME="01366" HREF="msg01366.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Tue 29 Sep 1998, 19:41 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01362" HREF="msg01362.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Tue 29 Sep 1998, 18:16 GMT
</LI>
<LI><strong><A NAME="01363" HREF="msg01363.html">[MUD-Dev] Re: Room descriptions</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Tue 29 Sep 1998, 18:16 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>