1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] There can be.. only ONE! -->
<!--X-From-R13: Hnqvz Fxnpuraxb <igNserrubyq.pebpbqvyr.bet> -->
<!--X-Date: Thu, 16 Apr 1998 02:10:39 +0000 -->
<!--X-Message-Id: 35356880.E26AD135#freehold,crocodile.org -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199804150131.SAA164769#under,engr.sgi.com -->
<!--X-Reference: 35356836.35EB#dial,pipex.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] There can be.. only ONE!</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:vt#freehold,crocodile.org">
</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="msg00187.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00189.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00189.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00191.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00188">Author</A>
&nbsp;|&nbsp;<A HREF="#00188">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00188">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] There can be.. only ONE!</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev] There can be.. only ONE!</LI>
<LI><em>From</em>: Vadim Tkachenko &lt;<A HREF="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</A>&gt;</LI>
<LI><em>Date</em>: Wed, 15 Apr 1998 21:10:08 -0500</LI>
<LI><em>Sender</em>: <A HREF="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
Richard Woolcock wrote:
&gt; 
&gt; J C Lawrence wrote:
&gt; &gt;
&gt; &gt; On Sat, 11 Apr 1998 18:26:30 PST8PDT
&gt; &gt; Matt Chatterley&lt;matt#mpc,dyn.ml.org&gt; wrote:
&gt; &gt;

[skipped]

&gt; A predictable map would result in long-term players having an advantage.
&gt; Ever played Doom2 against someone who knows the areas better than you?
&gt; Predictability and stability can become boring over time.
&gt; 
&gt; &gt;   -- When the remapping occurs all players are informed of the fact
&gt; &gt; (despite the fact that they see the world change about them).
&gt; 
&gt; Are you talking about something like:
&gt; 
&gt;    A stone wall slides out of the ground, blocking the east exit.
&gt; 
&gt;    [x second delay]
&gt; 
&gt;    The ceiling shimmers for a moment, then fades out of existance.
&gt; 
&gt;    [x second delay]
&gt; 
&gt;    The ground crumbles beneath your feet.  You fall downwards...
&gt; 
&gt; Or more like:
&gt; 
&gt;    [long delay]
&gt; 
&gt;    The world seems to shift and distort around you!
&gt;    A stone wall slides out of the ground, blocking the east exit.
&gt;    The ceiling shimmers for a moment, then fades out of existance.
&gt;    The ground crumbles beneath your feet.  You fall downwards...
&gt; 
&gt; It would be more interesting IMO to have a constantly shifting world...

Yes, but my prediction is it would be pretty annoying to play in a
_rapidly_ changing world. Just my personal opinion, hope I'm not the
only one, I like to explore the world slowly and step by step, until I'm
familiar with it, and then start to take advantage of the knowledge. The
world you describe, though, will completely diminish the value of such a
behavior, and will make the systematic exploration useless, thus giving
the benefit to the people who prefer to hack-n-slash around instead of
putting some effort to explore the world.

But, from the other side, I completely agree that the world should
change, as in the RL, so there's a possibility to make those changes
gradual, slow and gentle, and incremental (probably what JCL described),
and make the world change slowly enough to motivate, once again,
systematic approach.

&gt; How about really obscure maps?  A quick example of something I coded by
&gt; accident...My mud uses x/y/z coords for dynamic rooms, but I've also left
&gt; the option in to map static rooms over a specific location (so that I can
&gt; have pretty descriptions if I so wish).  One unintentional side affect of
&gt; this is that you can actually map a room onto different x/y/z locations.
&gt; This means that you could, for example, have a map like:
&gt; 
&gt; 1 --- 2 --- 4 --- 1
&gt;       |
&gt;       1 --- 3 --- 5
&gt; 
&gt; This means that Bubba could walk onto the map (from the left), drop a pie,
&gt; walk three rooms east, and be back in the first room with the pie.  Another
&gt; player might walk in from the south-east, walk west twice, and they would
&gt; be in the same room as Bubba.  Should Bubba walk west (into room 4), and
&gt; the other player try to follow, they would find there was no exit that way.
&gt; 
&gt; Just imagine the chaos you could cause if each player/team had their own
&gt; 'version' of the map ;)  You could also have things like deathtrap rooms,
&gt; anti-gravity rooms (fall upwards), pits (fall downwards), teleportation
&gt; rooms, and so on...depends how obscure you want the world to be.

But the question is, do you really want the world do be SO obscure? What
is a point? Once again, IMHO it should be predictable enough to motivate
the exploration - well, probably the things you're talking about just
shouldn't be accessible for newbies, because it may just repel them (you
get tired quickly, if you don't feel you're in control or at least have
a clue of what's going on).

&gt; KaVir.

-- 
Still alive and smile stays on,
Vadim Tkachenko &lt;vt#freehold,crocodile.org&gt;
--
UNIX _is_ user friendly, he's just very picky about who his friends are

</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="00196" HREF="msg00196.html">Re: [MUD-Dev] There can be.. only ONE!</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</li></ul>
<li><strong><A NAME="00191" HREF="msg00191.html">Re: [MUD-Dev] There can be.. only ONE!</A></strong>
<ul compact><li><em>From:</em> "Jon A. Lambert" &lt;jlsysinc#ix,netcom.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00167" HREF="msg00167.html">Re: [MUD-Dev] There can be.. only ONE!</A></STRONG>
<UL><LI><EM>From:</EM> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00181" HREF="msg00181.html">Re: [MUD-Dev] There can be.. only ONE!</A></STRONG>
<UL><LI><EM>From:</EM> Richard Woolcock &lt;KaVir#dial,pipex.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00187.html">Re: [MUD-Dev]  Character development [was Re: ]</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00189.html">Re: [MUD-Dev] There can be.. only ONE!</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00189.html">Re: [MUD-Dev] There can be.. only ONE!</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00191.html">Re: [MUD-Dev] There can be.. only ONE!</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00188"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00188"><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] There can be.. only ONE!</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00167" HREF="msg00167.html">Re: [MUD-Dev] There can be.. only ONE!</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 15 Apr 1998, 01:31 GMT
<UL>
<LI><strong><A NAME="00181" HREF="msg00181.html">Re: [MUD-Dev] There can be.. only ONE!</A></strong>, 
Richard Woolcock <a href="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</a>, Wed 15 Apr 1998, 18:03 GMT
<UL>
<LI><strong><A NAME="00184" HREF="msg00184.html">Re: [MUD-Dev] There can be.. only ONE!</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 15 Apr 1998, 21:24 GMT
<UL>
<LI><strong><A NAME="00189" HREF="msg00189.html">Re: [MUD-Dev] There can be.. only ONE!</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Thu 16 Apr 1998, 02:18 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00188" HREF="msg00188.html">Re: [MUD-Dev] There can be.. only ONE!</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Thu 16 Apr 1998, 02:10 GMT
<UL>
<LI><strong><A NAME="00191" HREF="msg00191.html">Re: [MUD-Dev] There can be.. only ONE!</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Thu 16 Apr 1998, 03:31 GMT
<UL>
<LI><strong><A NAME="00198" HREF="msg00198.html">Re: [MUD-Dev] There can be.. only ONE!</A></strong>, 
Richard Woolcock <a href="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</a>, Thu 16 Apr 1998, 17:26 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00196" HREF="msg00196.html">Re: [MUD-Dev] There can be.. only ONE!</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 16 Apr 1998, 17:10 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00190" HREF="msg00190.html">Re: [MUD-Dev] There can be.. only ONE!</A></strong>, 
Matt Chatterley <a href="mailto:matt#mpc,dyn.ml.org">matt#mpc,dyn.ml.org</a>, Thu 16 Apr 1998, 02:20 GMT
</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>