1997Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  UI Issues: Anti&#45;scripting techniques -->
<!--X-From-R13: Eunja Vnycraal <znynpunvNvanzr.pbz> -->
<!--X-Date: Tue, 07 Oct 1997 18:46:32 +0000 -->
<!--X-Message-Id: Pine.SUN.3.96.971007133655.588A&#45;100000@sun38 -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199710070817.BAA12576#user2,inficad.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:malachai#iname,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="msg00064.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00066.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00064.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00068.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00065">Author</A>
&nbsp;|&nbsp;<A HREF="#00065">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00065">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</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]  UI Issues: Anti-scripting techniques</LI>
<LI><em>From</em>: Shawn Halpenny &lt;<A HREF="mailto:malachai#iname,com">malachai#iname,com</A>&gt;</LI>
<LI><em>Date</em>: Tue, 7 Oct 1997 14:45:25 -0400 (EDT)</LI>
<LI><em>Reply-To</em>: Shawn Halpenny &lt;<A HREF="mailto:malachai#iname,com">malachai#iname,com</A>&gt;</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, 7 Oct 1997, Adam Wiggins wrote:

&gt; [Shawn H:]
&gt; &gt; On Sun, 5 Oct 1997, Travis Casey wrote:
&gt; &gt; &gt; However, there's no reason my the numbers displayed have to be the
&gt; &gt; &gt; actual numbers that the mud uses internally.  The players might be
&gt; &gt; &gt; shown their skills on a 0 to 10 scale, for example, even though the
&gt; &gt; &gt; mud internally uses a 0 to 100 scale.
&gt; &gt; 
&gt; &gt; Quite true.  However, this becomes a more involved question if you've
&gt; &gt; adopted a system as I have (similar to the one you posted about
&gt; &gt; relative skill comparisons).
&gt; &gt; 
&gt; &gt; How does one tell the player what skill level he is at with a
&gt; &gt; relative system such as that?  I detest seeing "Your broadsword skill
&gt; &gt; is at 80%".  It is incorrect to say "You are very good at picking
&gt; 
&gt; Percent is something used by skill systems rated from 1 to 100 that I
&gt; really despise.  It's terribly misleading, IMO.

I agree entirely, which is why I've adopted a relative scale.  There
is essentially no upper bound on one's aptitude in a skill, so it's
not possible to reach a point, say, where one has attained half of
some global maximum in swordplay.  One's aptitude is compared at time
of use to whatever requirements need to be met on the target of one's
task.

[ choosing a context with which to relate skill level to user ]

I wouldn't be comfortable with choosing something from a related
setting, since there isn't anything close enough to what I want for
me to draw upon.  I have the same problem with relating it to the
real world.

&gt; - Leave it entirely in-game.  This is, of course, basically
&gt;   ignoring the problem.  On one hand, this will cause players to
&gt;   learn what the game scale is and then all is fine.  On the other
&gt;   hand, it makes things confusing for newbies, which is one of the
&gt;   things we were trying to get around with this whole discussion. 
&gt;   Thus, a rating displayed in a graphical bar of some sort would be
&gt;   fine, but it would take a while for people to get aquinted with
&gt;   the fact that a bar of about halfway in 'climb' is good enough to
&gt;   make it up Mt. Steep but not Mt. Toughie or Mt. Impossible.

Yep.  I would like for the players to learn the game scale, since
that's obviously the most applicable, yet still remains nasty for
newbies.  I wonder how allergic people would be to not ever being
able to tell if they could accomplish something until they tried it? 
Assuming, of course, that something akin to "consider" exists (be it
looking at the task object or whatever) so that they can have an idea
in the current context of how well they'd fare.  Hm.  I'm starting to
like that.

&gt; Personally I like the last one the best.  Here's why: a context is
&gt; created just with a single listing of skills.  Consider:
&gt; 
&gt; Character creation complete.
&gt; You enter the game.
&gt; &gt; skills
&gt; Your skills:
&gt; swordplay: 10
&gt; lockpicking: 3
&gt; burger-flipping: 28
&gt; climbing: 12
&gt; &gt;
&gt; 
&gt; You now know that your character's best ability is burger-flipping.
&gt; The context formed is relative to what's around it.   This doesn't
&gt; say anything about the scale, although the player may well assume
&gt; that it's a scale of 1 to 100.  They could get their skill in
&gt; swordplay up to 80 and think that they are a really kick-ass
&gt; swordfighter, until they happen to meet up with someone that has a
&gt; skill of 564.

When characters enter my game, they all have about the same aptitude
in everything.  There are per-character modifications that one can
choose that will swing the balance in particular areas one way or the
other, but there's no requirement for choosing any of those
modifications.

&gt; We discussed options about text which relates you to whomever else
&gt; you've ever seen, ie:

[ snip example of getting progressively weaker and more stupid as more
  people passed through the room ]

&gt; I wasn't too keen on this, as I didn't see it as a bonus from the
&gt; player's standpoint (other than being mildly amusing for a while),
&gt; nor did I see a clean way to do it.  Something simple, like rating
&gt; according to race (a strength rating of 'great' from an elf is the
&gt; same as 'good' for a human and 'lousy' for an ogre), isn't a bad
&gt; option, if you want to make it more difficult for players to pin
&gt; down the exact numbers.

I wasn't keen on it myself.  Using a relative scale makes it hard to pin
down the exact number in all cases anyway.  Fiddle with the aptitude
requirements for tasks each time they're completed and it makes it even
tougher.

&gt; As to the numbers versus text thing, I am always in favor of not
&gt; showing any numbers.  However, as both a player and an implementor,
&gt; I've come to the conclusion that they are really pretty nice all
&gt; around.  Travis hit most of the key points - my main problem is the
&gt; ambiguity of text outputs.

Very true.  This ambiguity is one of the things keeping me from never
showing any numbers and showing only text.  If I have no upper bound on
aptitude, though, showing players something like:

    &lt; score
    Burger-flipping:  2342562
    Swordplay:        98732
    Navel-gazing:     28376265

is completely meaningless except internally.  If the player knew that
Chef-Bubba had a burger-flipping skill of 1882, he's know he could
out-burger-flip Bubba anytime.  He does not know this, however, and he has
no way of finding out what that number is.

And mapping an infinite aptitude range onto a scale of 0-10 or 0-100, etc.
makes me queazy.  Young Bubba the MagicUser could be waiting a long, long
time for his invisibility skill to go from 20 to 21, meanwhile in the
interim he could have become better at it a thousand times.

The more I think about it, the more I'm convinced that the presentation of
personal aptitude to the user should depend entirely on the current case,
or the "what I'm about to do" case, with no indication whatsoever from the
get go.  Anything after that will be a memory--"I remember back when it
used to take me 10 minutes to pick that lock, and now I can do it with my
eyes closed."

&gt; &gt;                             In a relative skill system, how
&gt; &gt; does one effectively (without misleading) convey a newbie's skills to him?
&gt; &gt; Do they all start out as "You're okay at just about everything"?  I know
&gt; &gt; I'd rather have an inkling of how good I am at picking locks before I play
&gt; &gt; my newbie Houdini...
&gt; 
&gt; Also I think this should be defined in character creation.  If you say
&gt; that your character has limited experience with escapism but never bothered
&gt; with swordplay, I can start the game knowing that I'm a better escape artist
&gt; than fighter.

Everyone has the same skills from creation (barring the aforementioned
per-character modifications, but one pays dearly for those).  Chances are,
you're as good a fighter as you are an escape-artist at creation.  As well,
you're probably just as good (or bad, I suppose) at both as is BubbaNewbie.

[ how to present chance of success to player ]

&gt; Looks, as I said.  This requires intense consitency in your world.  It's
&gt; common for muds now to have a wolf in one place which any newbie can kill,
&gt; and a wolf someplace else that is mildly difficult for a mid-level character
&gt; and completely impossible for a newbie.  Usually these were created by
&gt; different people but have similarly menacing descriptions, ie 'A vicious
&gt; wolf with powerful, slathering jaws.'  IMO this consitency is desired
&gt; both for the players and the builders.  However you have to design things
&gt; to work this way from the ground up.

I agree (from both perspectives) that the consistency is important.  But,
(practically) unfettered user-programming makes enforcing descriptions such
as this impractical, so I'm trying to make the determination completely
internal and based on game variables.  Even then, I'm not guaranteed
consistency, since the user who is creating his own wolf can set whatever
skill requirements he wants for those in combat with it.

Related to that, I intend to make the cost of creating your own object
directly proportional (in part) to the amount of per-attribute change
between the old and new objects.  The more you change it, the more it costs
you and the faster it will destroy itself.  Change something too
much, and you find your resources disappearing very quickly and the thing
self-destructs.

-- 
Shawn Halpenny

"This was Death, come to collect him."
                                - _On a Pale Horse_


</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="00068" HREF="msg00068.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>
<ul compact><li><em>From:</em> Adam Wiggins &lt;nightfall#user1,inficad.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00064" HREF="msg00064.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></STRONG>
<UL><LI><EM>From:</EM> Adam Wiggins &lt;nightfall#user2,inficad.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00064.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00066.html">OT: I'm moving!</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00064.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00068.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00065"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00065"><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]  UI Issues: Anti-scripting techniques</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00052" HREF="msg00052.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</a>, Mon 06 Oct 1997, 02:33 GMT
</LI>
</ul>
<LI><strong><A NAME="00047" HREF="msg00047.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Sun 05 Oct 1997, 20:49 GMT
<UL>
<LI><strong><A NAME="00055" HREF="msg00055.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Mon 06 Oct 1997, 14:54 GMT
<UL>
<LI><strong><A NAME="00064" HREF="msg00064.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</a>, Tue 07 Oct 1997, 08:11 GMT
<UL>
<LI><strong><A NAME="00065" HREF="msg00065.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Tue 07 Oct 1997, 18:46 GMT
<UL>
<LI><strong><A NAME="00068" HREF="msg00068.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user1,inficad.com">nightfall#user1,inficad.com</a>, Wed 08 Oct 1997, 05:52 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00081" HREF="msg00081.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Broly <a href="mailto:gunther#online1,magnus1.com">gunther#online1,magnus1.com</a>, Thu 09 Oct 1997, 09:53 GMT
</LI>
<LI><strong><A NAME="00107" HREF="msg00107.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Tue 14 Oct 1997, 19:04 GMT
</LI>
<LI><strong><A NAME="00120" HREF="msg00120.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Sat 18 Oct 1997, 20:39 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>