1999Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Levels versus Skills, who uses them and when. -->
<!--X-From-R13: X Q Znjerapr <pynjNhaqre.rate.ftv.pbz> -->
<!--X-Date: Mon, 11 Jan 1999 22:49:22 &#45;0800 -->
<!--X-Message-Id: 199901120236.SAA11052#under,engr.sgi.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 3.0.5.32.19990105153106.0089a720#earthlink,net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Levels versus Skills, who uses them and when.</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#under,engr.sgi.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="msg00107.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00109.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00127.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00061.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00108">Author</A>
&nbsp;|&nbsp;<A HREF="#00108">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00108">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Levels versus Skills, who uses them and when.</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: Levels versus Skills, who uses them and when. </LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</A>&gt;</LI>
<LI><em>Date</em>: Mon, 11 Jan 1999 18:36:16 -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 Tue, 05 Jan 1999 15:31:06 -0800 
Andy Cink&lt;ranthor#earthlink,net&gt; wrote:

&gt; I've been giving this a lot of thought lately, because my mud is
&gt; going to use a levelless system. The problem now becomes, A) How
&gt; do we show a clear path of advancement? and B) How can players
&gt; keep track of "where they stand" compared to the other players. I
&gt; was presently thinking on borrowing a system used by a LP mud I
&gt; used to play. They call it an "eval" system (maybe they all do, I
&gt; only found one LP mud I really got addicted to) but the eval
&gt; system works by making a composite number score based on the
&gt; stats and skills a person has over what they started at.

I use what I call "perception stat" model.  For me statistics as
reported to the players are not absolute values, they are perceived
values.  The simple example is:

  &gt; score
  You are very strong.
  &gt; lift rock
  You struggle and strain to lift the rock.
  &gt; score
  You are fairly strong.
  Bubba approaches.
  &gt; score bubba
  Bubba seems fairly strong.
  Bubba lifts the rock with ease and throws it down the hill.
  &gt; score 
  You are fairly weak.
  &gt; score bubba
  Bubba seems quite strong.

The underleing model is that a character has a set of absolute stats
and then a record of how he has seen those stats manifested in
others along with a simplified standard deviation applied to the
distribution (I keep a brief history, a prior arithmetic mean value,
a prior deviation value, and then fudge new figures as I go along).
The result gives the character a sense of a bell curve and where he
lies on that curve.  The *result* of that placement on the curve is
what is reported to the player.

I don't have any concept of "level" per se, but admit its usefulness
as a motivator by providing a series of known thresholds.  I'm not
convinced yet that it is necessary (cf UO and its use titles,
reputation, notoriety etc as level analogues).  Reading the various
UO and DSO fan sites, it seems that the players are rather fond of
the idea that a character has multiple "flavours" each of which is
better/worse to some degree.  This allows more complex and
interesting comparisons to happen, much like the testoterone games
of RL:

  I've got a V8!
  But I can do nought to 60 in 10 seconds!
  But I can do hard corners at 30mph without spinning!
  I can beat anybody over the quarter mile!
  Yeah, but I'll slaughter you over a 10 mile stretch!

etc.

Were I to do a "level" equivalent I'd have to base it off the
perception model as otherwise I'd expose the mechanics of the stat
engine.

&gt; The problems are numerous, however. Some players will have a lot
&gt; of points in less useful skills, and still be granted eval for
&gt; it. (Or some classes simply have more skills or less powerful
&gt; skills than others) 

The assumption of course is that a single scalar can provide a valid
comparitive of different characters.  I dislike this assumption and
the import it has on the game design (that progress thru the game
can be gauged and measured by a single metric) as it encourages
simplistic approaches to problem solutions (eg "when in doubt kill
the nearest thing that moves") and games with little flavour and
variation (cf Ambushbug's Trash).

&gt; This leads to a lot of doctor-type class
&gt; people complaining that a fighter-type of half their eval just
&gt; kicked their ass in the arena. 

And just why did a doctor of level X expect to be able to survive
the attack of a fighter of the same level?  Surely they must have
*expected* to be almost slaughtered outright.

&gt; This creates a fundamental power imbalance, since eval is really
&gt; pretty arbitrary, and even fairly easy to manipulate by picking
&gt; up skill levels in select areas.

The use of a single comparitive scalar value encourages the view
that different value sets are really equivalent (eg the doctor and
the fighter with the same "level" stat).  

Think of this in data normalisation or even simple entropy terms: If
large data sets can be reduced to smaller data sets without
functional data loss, then the smaller sets can functionally
replace the large sets and the (simpler) computation is just as
valid as the original more complex (more data) calculation.  Ergo
the larger data sets are insignificant and you might as well do
everything with the smaller sets.  Add a little bit of ad infinitum
and you get equations like:

  if playerA-&gt;level &gt; playerB-&gt;level then
    playerA.kills(PlayerB)
  else 
    playerB.kills(PlayerA)

Any further calculation or variance really is moot.

&gt; As you gain levels, you gain access to cooler places that less
&gt; famous people can't go. (Select mud areas, clubs, pubs, and maybe
&gt; even stores with nicer items that only cater to those of
&gt; status). 

The problem with exclusive areas is that they have small
populations.  MUDs are inherently built on communication -- ya gotta
be able to talk, even in combat (non-talker) MUDs.  There really is
not that much value in an area if there's nobody there to talk to.

-- 
J C Lawrence                              Internet: claw#kanga,nu
(Contractor)                             Internet: coder#kanga,nu
---------(*)                    Internet: claw#under,engr.sgi.com
...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="00053" HREF="msg00053.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></STRONG>
<UL><LI><EM>From:</EM> Andy Cink &lt;ranthor#earthlink,net&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00107.html">[MUD-Dev] Re: MUD Design doc - Combat</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00109.html">[MUD-Dev] Re: mobile movement</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00127.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00061.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00108"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00108"><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, who uses them and when.</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00053" HREF="msg00053.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Andy Cink <a href="mailto:ranthor#earthlink,net">ranthor#earthlink,net</a>, Tue 05 Jan 1999, 23:34 GMT
<UL>
<LI><strong><A NAME="00055" HREF="msg00055.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</a>, Tue 05 Jan 1999, 23:53 GMT
</LI>
<LI><strong><A NAME="00093" HREF="msg00093.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Mik Clarke <a href="mailto:mikclrk#ibm,net">mikclrk#ibm,net</a>, Fri 08 Jan 1999, 20:17 GMT
<UL>
<LI><strong><A NAME="00127" HREF="msg00127.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 13 Jan 1999, 03:24 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00108" HREF="msg00108.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Tue 12 Jan 1999, 06:49 GMT
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00061" HREF="msg00061.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 06 Jan 1999, 18:05 GMT
</LI>
<LI><strong><A NAME="00062" HREF="msg00062.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Till Eulenspiegel <a href="mailto:choke#sirius,com">choke#sirius,com</a>, Wed 06 Jan 1999, 18:25 GMT
<UL>
<LI><strong><A NAME="00070" HREF="msg00070.html">[MUD-Dev] Levels versus Skills, who uses them and when.</A></strong>, 
Andy Cink <a href="mailto:ranthor#earthlink,net">ranthor#earthlink,net</a>, Wed 06 Jan 1999, 23:24 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00085" HREF="msg00085.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Justin Robinson <a href="mailto:v2justin#btv,ibm.com">v2justin#btv,ibm.com</a>, Fri 08 Jan 1999, 13:08 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>