1999Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Reputations, More Mazes -->
<!--X-From-R13: X Q Znjerapr <pynjNxnatn.ah> -->
<!--X-Date: Sat, 16 Jan 1999 17:47:29 &#45;0800 -->
<!--X-Message-Id: E101hJJ&#45;00065W&#45;00#mail,kanga.nu -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 002c01be406e$88e5e2e0$1896ce80@greymud -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Reputations, More Mazes</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#kanga,nu">
</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="msg00208.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00210.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00187.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00177.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00209">Author</A>
&nbsp;|&nbsp;<A HREF="#00209">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00209">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Reputations, More Mazes</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: Reputations, More Mazes </LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#kanga,nu">claw#kanga,nu</A>&gt;</LI>
<LI><em>Date</em>: Sat, 16 Jan 1999 17:47:28 -0800</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 Fri, 15 Jan 1999 04:05:09 -0600 
KiZurich &lt;Eli&gt; wrote:

&gt; J. C. Lawrence:

&gt;&gt; At the danger of treading into meta territory, considering MUD-Dev
&gt;&gt; as a MUD, what of the same danger and problem with the more
&gt;&gt; established (well known, reputations, etc) posters in MUD-Dev, or
&gt;&gt; even of myself here?  There is a definate peerage (nod to Lambert)
&gt;&gt; in the older posters in MUD-Dev.  I find it worrisome.  It also
&gt;&gt; acts as a significant barrier to entry for new posters.

&gt; After I read this, I noticed that I have had ideas that I have not
&gt; posted because I questioned the signal to noise ratio.  

???  You questioned the signal to noise ratio of the list, or of your
ability to contribute to the list?  Ouch.

&gt; Quite frankly, the list can be rather intimidating...

Aye, you're unfortunately not the first to say so.  This is something
that needs to change.  The list will not survive, and more importantly
will not serve the purpose I intend for it if it degrades into an
ivory tower forum for assumed masters.  

&gt; ...for a sophomore in college with a scant four years (mostly self
&gt; taught) of programming experience.  

FWVLIW I have no formal education in the field, or in computing for
that matter (am self taught the whole way), have spent just under half
of my working life doing things not computer or game related (aquarium
fish breeding, cat breeding, commercial fisherman, printer, school
teacher SF&amp;F writer etc), and now make my living as a contractor,
moving from client to client as the programming need takes me (as
happens I'm looking for my next contract now; the one at SGI is about
up).  The *only* claim to fame I have in the area (MUDs or
programming) is that I have worked hard to be able to understand and
create "interesting things" in those areas, and a certain ability to
bullshit people, no more.  This gives me no advantage or altitude over
you or the rest of the list, just a different viewpoint.

&gt; In any case, I have a bit more to add to the subject of mazes...

Excellant.

&gt; Quzah's thread on the "maze of the mind" system got me thinking on a
&gt; better way to model vast, twisting, untamed wilderness without
&gt; having to store thousands of rarely visited rooms (much less code
&gt; them).

&gt; My first thought was to randomly generate them.  But, it seems to me
&gt; that forests should be more static than that, trees and boulders do
&gt; not jump around that much.  Instead, the descriptions, exits, etc.
&gt; could be generated from a known seed value for a random number
&gt; generator set aside for the mazes.

Quite.  Well analysed.

&gt; To sum up: Random number generator that can be seeded easily (1)
&gt; Mad-libs style room descriptor (1) (There is a [pick size] [pick
&gt; type] tree in front of you.  The forest floor is littered with [pick
&gt; ground cover].)  Reversable bit masher used when party travels (1
&gt; per movement axis allowed)

In principle this is good stuff (and well workable).  The problem is
translating it to a workable, interesting and believable environment
within the game world.  Nobody here has yet done that, tho we have all
nodded out heads wisely and said, "Yes, that's a good system that
would work well in principle."  Implementation is a whole other bitch:

  Okay, you have a random value.  Exactly how do you translate that
into a generated room which is fairly consistent with the rooms
surrounding it (encluding those NE/NW/SE/SW), or is at least
believable without being a very simple variation of combinations of a
few components in a room:

    Tree?  Yes/No
    Rock?  Yes/No
    Pond?  Yes/No
    etc.

  Simple random combinations of the above makes for a mighty boring
area.

Possible approach:

  Devise a compressed (ie light storage requirements) meta form of the
area you wish to describe.  This might be a two (or three) dimensional
array of integers, each teated as a bitfield or compressed record,
with each integer mapping to a single room/location.  The values in
each integer would name the basic characteristics of that location,
landmarks, etc but at a very compressed level.  The random seed (and
its variations if needed) are then used to provide localised
customisation (ie non-architectural items), on top of the basic
framework laid out by the meta-data.

&gt; That, and it's way past my bedtime.  :)

Ahh.

-- 
J C Lawrence                              Internet: claw#kanga,nu
----------(*)                            Internet: coder#kanga,nu
...Honorary Member of Clan McFud -- Teamer's Avenging Monolith...


</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="00187" HREF="msg00187.html">[MUD-Dev] Reputations, More Mazes</A></STRONG>
<UL><LI><EM>From:</EM> "Eli Stevens (KiZurich)" &lt;c718157#showme,missouri.edu&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00208.html">[MUD-Dev] Re: Levels versus Skills</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00210.html">[MUD-Dev] Re: From DevMud: Database module</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00187.html">[MUD-Dev] Reputations, More Mazes</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00177.html">[MUD-Dev] Adjective Server</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00209"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00209"><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: Levels versus Skills</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00207" HREF="msg00207.html">[MUD-Dev] Re: Levels versus Skills</A></strong>, 
Vladimir Prelovac <a href="mailto:tomcat#galeb,etf.bg.ac.yu">tomcat#galeb,etf.bg.ac.yu</a>, Sun 17 Jan 1999, 00:43 GMT
</LI>
<LI><strong><A NAME="00208" HREF="msg00208.html">[MUD-Dev] Re: Levels versus Skills</A></strong>, 
quzah [softhome] <a href="mailto:quzah#softhome,net">quzah#softhome,net</a>, Sun 17 Jan 1999, 01:45 GMT
</LI>
<LI><strong><A NAME="00230" HREF="msg00230.html">[MUD-Dev] Re: Levels versus Skills</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 20 Jan 1999, 21:04 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00187" HREF="msg00187.html">[MUD-Dev] Reputations, More Mazes</A></strong>, 
Eli Stevens (KiZurich) <a href="mailto:c718157#showme,missouri.edu">c718157#showme,missouri.edu</a>, Fri 15 Jan 1999, 10:05 GMT
<UL>
<LI><strong><A NAME="00209" HREF="msg00209.html">[MUD-Dev] Re: Reputations, More Mazes</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Sun 17 Jan 1999, 01:47 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00177" HREF="msg00177.html">[MUD-Dev] Adjective Server</A></strong>, 
Christopher Allen <a href="mailto:gmfangs#asmrb,org">gmfangs#asmrb,org</a>, Thu 14 Jan 1999, 23:11 GMT
<LI><strong><A NAME="00174" HREF="msg00174.html">[MUD-Dev] ADMIN Name server problems and upes</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 14 Jan 1999, 21:23 GMT
<LI><strong><A NAME="00159" HREF="msg00159.html">[MUD-Dev] Re: mobile movement (the fault of tracking)</A></strong>, 
quzah [softhome] <a href="mailto:quzah#softhome,net">quzah#softhome,net</a>, Thu 14 Jan 1999, 03:29 GMT
<LI><strong><A NAME="00152" HREF="msg00152.html">[MUD-Dev] Re: Thoughts</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Thu 14 Jan 1999, 00:46 GMT
</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>