1999Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Re: Dynamic muds -->
<!--X-From-R13: Oeyvr Egrcuraf <neyvrNargpbz.pbz> -->
<!--X-Date: Fri, 24 Sep 1999 11:32:05 &#45;0700 -->
<!--X-Message-Id: 19990924065530.B19962#netcom,com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 4.1.19990920010420.009394c0#mail,microworld.com -->
<!--X-Reference: yam7932.1053.1720797136#smtp,free4all.co.uk -->
<!--X-Reference: 4.1.19990920173325.0093cd50#mail,microworld.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Re: Dynamic muds</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:arlie#netcom,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="msg00494.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00497.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00447.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00424.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00495">Author</A>
&nbsp;|&nbsp;<A HREF="#00495">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00495">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Re: Dynamic muds</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>: Re: [MUD-Dev] Re: Dynamic muds</LI>
<LI><em>From</em>: Arlie Stephens &lt;<A HREF="mailto:arlie#netcom,com">arlie#netcom,com</A>&gt;</LI>
<LI><em>Date</em>: Fri, 24 Sep 1999 06:55:30 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#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, Sep 20, 1999 at 05:37:48PM -0500, ryan wrote:

I'm responding a little late here, as I was on vacation when this thread 
started. However, a fast scan of other folks' comments suggests my 
viewpoint is different enough to be worth posting. 


&gt; This really doesn't cover what I was getting at. I don't need/want to know
&gt; how to
&gt; program this or how you go about doing it, I want players/admins/and especially
&gt; builders' ideas on the subject.
&gt; 
&gt; Builders - Are you willing to put the extra code forth to make rooms much more
&gt; versatile as season and day/night changes occur? Possibly other things as
&gt; well.

As a builder, I do dynamic rooms, but only when it is important. In 
particular, I do changing room descriptions for "quests", but not seasons,
weather, or time of day. For example...

| You are in a greenhouse. It looks ill cared for. All the plants appear 
| wilted, many seem to be dying. There are aphids on the rose plants,
| and some sort of animal has been digging in the earth. 

may become

| You are in a busy greenhouse. Gardeners are working industriously to 
| repair the damage caused by their recent absence. 

once the player has solved the problem of the absent gardeners. 


What you won't see from me is:

| You are on a busy city street. You see hurrying business men, harried 
| shoppers, the occassional street vendor all enjoying the balmy spring 
| sunshine.

Becoming:

| You are on a deserted city street. Even the thieves and beggars have 
| abandoned it, to crawl into whatever shelter they can find from the 
| freezing temperatures and the omnipresent snow. One night watchman 
| passes hastily, making his rounds as fast as possible, shivering 
| and wishing for an indoor desk job. 

&gt; Admins - Have you done this system and found it to be successful with builders
&gt; a/o players?
&gt; 
&gt; Players - How much of an addition do you think dynamic rooms are to the
&gt; atmosphere
&gt; of the game?

I see 3 sorts of dynamic room descriptions:

1) descriptions that change based on player actions, where the change is 
   relevant to the player's concerns (see first example above).
2) descriptions that have a semi-automatically generated weather/time based 
   addendum. 
3) descriptions that change drastically based on weather/time factors (see
   second example above).

I like type (1). 

I rather dislike (3). It confuses automapping clients (making non-fun work 
for the player). In extreme cases (fortunately rare, or perhaps even 
nonexistent) it confuses the player too. It may add some realism, and can 
make for enjoyable reading (if the builder writes rather better than 
my contrived examples), but it doesn't add much to the *game*. 

As for (2), I'm indifferent to it. It doesn't make me more immersed in 
the game reality, and the (generally) repetitive appended text is boring,
and often doesn't blend nicely with the rest of the room description.
It is also often hilarious when some builder uses it incorrectly, and 
I see day-night cycles underground, or "It is snowing here" in the 
royal ballroom (accidentally set to be "outdoors"). However, a lot
of folks seem to like it, so I regard it as harmless. (It does make
me slightly more likely to switch to "brief" mode, however.)

I should probably mention (if it isn't obvious) that I'm a gamer, not 
roleplayer or simulationist, though I do like good writing and consistent 
worlds. 

&gt; These are the questions which I am looking for answers to, as they are most
&gt; important
&gt; in this developmental step of my mud.

I hope you are getting something useful out of the various viewpoints here. 

-- 
Arlie

(Arlie Stephens						arlie#netcom,com)



_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</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="00413" HREF="msg00413.html">[MUD-Dev] Dynamic muds</A></STRONG>
<UL><LI><EM>From:</EM> ryan &lt;ixiterra#microworld,com&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00419" HREF="msg00419.html">[MUD-Dev] Re: Dynamic muds</A></STRONG>
<UL><LI><EM>From:</EM> Robin Cloutman &lt;rycochet#free4all,co.uk&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00426" HREF="msg00426.html">Re: [MUD-Dev] Re: Dynamic muds</A></STRONG>
<UL><LI><EM>From:</EM> ryan &lt;ixiterra#microworld,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00494.html">Re: [MUD-Dev] an essay on PK</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00497.html">[MUD-Dev] Peer pressure and cooperation</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00447.html">Re: [MUD-Dev] Re: Dynamic muds</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00424.html">Re: [MUD-Dev] Dynamic muds</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00495"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00495"><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] Re: Dynamic muds</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00443" HREF="msg00443.html">Re: [MUD-Dev] Re: Dynamic muds</A></strong>, 
Greg Miller <a href="mailto:gmiller#classic-games,com">gmiller#classic-games,com</a>, Tue 21 Sep 1999, 23:57 GMT
<UL>
<LI><strong><A NAME="00458" HREF="msg00458.html">Re: [MUD-Dev] Re: Dynamic muds</A></strong>, 
Colin Coghill <a href="mailto:C.Coghill#auckland,ac.nz">C.Coghill#auckland,ac.nz</a>, Wed 22 Sep 1999, 18:08 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00509" HREF="msg00509.html">RE: [MUD-Dev] Re: Dynamic muds</A></strong>, 
Eli Stevens (KiZurich) <a href="mailto:ens017#mizzou,edu">ens017#mizzou,edu</a>, Mon 27 Sep 1999, 16:59 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="00447" HREF="msg00447.html">Re: [MUD-Dev] Re: Dynamic muds</A></strong>, 
Mik Clarke <a href="mailto:mikclrk#ibm,net">mikclrk#ibm,net</a>, Tue 21 Sep 1999, 23:56 GMT
</LI>
<LI><strong><A NAME="00495" HREF="msg00495.html">Re: [MUD-Dev] Re: Dynamic muds</A></strong>, 
Arlie Stephens <a href="mailto:arlie#netcom,com">arlie#netcom,com</a>, Fri 24 Sep 1999, 18:32 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="00424" HREF="msg00424.html">Re: [MUD-Dev] Dynamic muds</A></strong>, 
Asmodeus <a href="mailto:asmodeus#benshaw,com">asmodeus#benshaw,com</a>, Mon 20 Sep 1999, 22:34 GMT
</LI>
<LI><strong><A NAME="00438" HREF="msg00438.html">Re: [MUD-Dev] Dynamic muds</A></strong>, 
Ronan Farrell <a href="mailto:rfarrell#ssldesign,com">rfarrell#ssldesign,com</a>, Tue 21 Sep 1999, 23:54 GMT
</LI>
<LI><strong><A NAME="00448" HREF="msg00448.html">RE: [MUD-Dev] Dynamic muds</A></strong>, 
Eli Stevens (KiZurich) <a href="mailto:ens017#mizzou,edu">ens017#mizzou,edu</a>, Tue 21 Sep 1999, 23:57 GMT
</LI>
<LI><strong><A NAME="00442" HREF="msg00442.html">Re: [MUD-Dev] Dynamic muds</A></strong>, 
Greg Miller <a href="mailto:gmiller#classic-games,com">gmiller#classic-games,com</a>, Tue 21 Sep 1999, 23:59 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>