1999Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Re: Dynamic muds -->
<!--X-From-R13: "Brgev Hvexxhyn" <civexxhyNvxv.sv> -->
<!--X-Date: Mon, 20 Sep 1999 22:09:37 &#45;0700 -->
<!--X-Message-Id: 14311.4865.771345.457480#arioch,tky.hut.fi -->
<!--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:pvirkkul#iki,fi">
</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="msg00431.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00433.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00472.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00433.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00432">Author</A>
&nbsp;|&nbsp;<A HREF="#00432">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00432">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>: "Petri Virkkula" &lt;<A HREF="mailto:pvirkkul#iki,fi">pvirkkul#iki,fi</A>&gt;</LI>
<LI><em>Date</em>: Tue, 21 Sep 1999 08:09:21 +0300 (EEST)</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>
&gt;&gt;&gt;&gt;&gt; "ryan" == ryan  &lt;ixiterra#microworld,com&gt; writes:

ryan&gt; Builders - Are you willing to put the extra code forth to make
ryan&gt; rooms much more versatile as season and day/night changes occur?
ryan&gt; Possibly other things as well.

	Inour case dynamic descriptions do not mean burden to builders
	at all. All our rooms a inheriting a common base class that
	defines the following two functions (among other things) that
	are enough for the system to generate dynamic descriptions:

--- cut here ---
set_outdoors(int level)
        Sets the outdoorness of a room:
        0 - inside, no weather effects
        1 - indoors, no windows (you can hear the rain on the roof etc..)
        2 - indoors, windows
        3 - under cover, a tent like structure, you can see most effects
        4 - outdoors, all effects

set_fertility(int amount)
        Sets the fertility level of a room. This indicates what kinds of
        plants grow in the area. Underwater areas should have a fertility.
        Only outdoors 4 areas should have this. All outdoors 4 areas
        default to amount of 1.
        level of 0.
        0 - barren, no plants
        10 - very fertile (riverbanks, good farmland)
--- cut here ---

	Time of day and seasons are handled automatically, as well as
	the weather conditions, so they do not put any burden to
	builders.

ryan&gt; Admins - Have you done this system and found it to be successful
ryan&gt; with builders a/o players?

	In our case builders are required to use the two functions
	listed above, it's actually part of the area checking (quality
	control) to verify that they are used meaningfully in an
	area. 

	In our case the dynamic room descriptions are a must, because
	some of our skills/spells depend on the outdoors value
	(e.g. alchemists need to find different plants), weather
	(e.g. lightning spells work only in outdoors during bad
	weather), etc.

	I have included below a short capture that shows how change in
	the weather modifies room descriptions. The last room
	description also include important info for alchemists: there
	is a lode of osmium ore in the room.


	Petri


--- cut here ---
&gt; e
yyyyyyyRc  You are walking on a road going east and west. The road is made of
yyyyyyyRc  stones. There are some trees near the road.  The road looks like it
yyy+*--=c  is being used a lot. Above you is a warm, slowly moving, heavily
yy/yyyyRc  clouded sky. A light wind stirs the air.
y/yyyyyRc  Obvious exits are: nw, n, ne, w, e, sw, s and se.
         
&gt; time
Today is the 14th day of the 6th month (Ingot) of the year 601.
It's autumn.  You guess it's around 12 o'clock.
&gt; The sky clears.
It looks like rain is on the way.
look
There are no light sources here, but you can still see.
yyyyyyyRc  You are walking on a road going east and west. The road is made of
yyyyyyyRc  stones. There are some trees near the road.  The road looks like it
yyy+*--=c  is being used a lot. Above you is a warm, slowly moving, clear sky.
yy/yyyyRc  A light wind stirs the air.
y/yyyyyRc  Obvious exits are: nw, n, ne, w, e, sw, s and se.
         
&gt; n
yyyyyyyRR  You are walking on a grassy field. The grass looks inviting to you,
yyyyyyyRc  maybe you should rest here. The open space makes you somewhat
yyyy*yyRc  nervous, there is absolutely no place to hide if some animal
yyy+---=c  attacks. A lode of osmium ore is embedded in the ground. 
yy/yyyyRc  Above you is a warm, slowly moving, clear sky. A light wind stirs
           the air.
Obvious exits are: nw, n, ne, w, e, sw, s and se.
&gt; The wind seems to be picking up.
It starts to rain.
look
There are no light sources here, but you can still see.
yyyyyyyRR  You are walking on a grassy field. The grass looks inviting to you,
yyyyyyyRc  maybe you should rest here. The open space makes you somewhat
yyyy*yyRc  nervous, there is absolutely no place to hide if some animal
yyy+---=c  attacks. A lode of osmium ore is embedded in the ground. 
yy/yyyyRc  It is lightly spitting from a warm, slowly moving, clear sky. A
           light wind stirs the air.
Obvious exits are: nw, n, ne, w, e, sw, s and se.
&gt; The wind gets stronger.
examine osmium
The lode contains roughly 0 kg of osmium.
--- cut here ---


_______________________________________________
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>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00433" HREF="msg00433.html">Re: [MUD-Dev] Re: Dynamic muds</A></strong>
<ul compact><li><em>From:</em> Ben Greear &lt;greear#cyberhighway,net&gt;</li></ul>
</UL></LI></UL>
<!--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="msg00431.html">[MUD-Dev] Re: Tactical Interest</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00433.html">Re: [MUD-Dev] Re: Dynamic muds</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00472.html">Re: [MUD-Dev] Re: Dynamic muds</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00433.html">Re: [MUD-Dev] Re: Dynamic muds</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00432"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00432"><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: Dynamic muds</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00419" HREF="msg00419.html">[MUD-Dev] Re: Dynamic muds</A></strong>, 
Robin Cloutman <a href="mailto:rycochet#free4all,co.uk">rycochet#free4all,co.uk</a>, Mon 20 Sep 1999, 19:27 GMT
<UL>
<LI><strong><A NAME="00426" HREF="msg00426.html">Re: [MUD-Dev] Re: Dynamic muds</A></strong>, 
ryan <a href="mailto:ixiterra#microworld,com">ixiterra#microworld,com</a>, Mon 20 Sep 1999, 22:44 GMT
<UL>
<LI><strong><A NAME="00429" HREF="msg00429.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>, Tue 21 Sep 1999, 00:03 GMT
<UL>
<LI><strong><A NAME="00472" HREF="msg00472.html">Re: [MUD-Dev] Re: Dynamic muds</A></strong>, 
J C Lawrence <a href="mailto:claw#varesearch,com">claw#varesearch,com</a>, Thu 23 Sep 1999, 05:53 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00432" HREF="msg00432.html">Re: [MUD-Dev] Re: Dynamic muds</A></strong>, 
Petri Virkkula <a href="mailto:pvirkkul#iki,fi">pvirkkul#iki,fi</a>, Tue 21 Sep 1999, 05:09 GMT
<UL>
<LI><strong><A NAME="00433" HREF="msg00433.html">Re: [MUD-Dev] Re: Dynamic muds</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Tue 21 Sep 1999, 05:32 GMT
<UL>
<LI><strong><A NAME="00434" HREF="msg00434.html">Re: [MUD-Dev] Re: Dynamic muds</A></strong>, 
Katrina McClelan <a href="mailto:kitkat#marcus,pants.nu">kitkat#marcus,pants.nu</a>, Tue 21 Sep 1999, 06:39 GMT
<UL>
<LI><strong><A NAME="00454" HREF="msg00454.html">Re: [MUD-Dev] Re: Dynamic muds</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Tue 21 Sep 1999, 23:58 GMT
<UL>
<LI><strong><A NAME="00463" HREF="msg00463.html">Re: [MUD-Dev] Re: Dynamic muds</A></strong>, 
Katrina McClelan <a href="mailto:kitkat#marcus,pants.nu">kitkat#marcus,pants.nu</a>, Wed 22 Sep 1999, 18:45 GMT
</LI>
</UL>
</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>