1998Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: WIRED: Kilers have more fun -->
<!--X-From-R13: X Q Znjerapr <pynjNhaqre.rate.ftv.pbz> -->
<!--X-Date: Wed, 1 Jul 1998 12:26:12 &#45;0700 -->
<!--X-Message-Id: 199807011924.MAA03946#under,engr.sgi.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199806300158.UAA28451#zoom,bga.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: WIRED: Kilers have more fun</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="msg00005.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00007.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00005.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00296.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00006">Author</A>
&nbsp;|&nbsp;<A HREF="#00006">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00006">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: WIRED: Kilers have more fun</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: WIRED: Kilers have more fun </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>: Wed, 01 Jul 1998 12:24:53 -0700</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 Mon, 29 Jun 1998 20:58:23 -0500 (CDT) 
Cat &lt;cat#bga,com&gt; wrote:

&gt; It is telling that you refer to "leaving combat out", as if the
&gt; default state is to contain combat, and if you don't have it then
&gt; you've "changed" something or done something "unusual".  I don't
&gt; view combat as having been "left out" of IRC, ICQ, or the many
&gt; TinyMUD descendants that don't contain any.  I view them as having
&gt; "not been added in".  The words you use to describe a game without
&gt; combat &amp; the words I use to describe it are an indicator of our
&gt; respective biases, I think.

Nahh.  Combat is very definitely a part and parcel of IRC, and
TinyMUDs -- they just haven't formalised it.  In the IRC cases
consider the cases of channel splitting, the use of robots to
steal/prevent stealing of admin priviledges etc, and for TinyMUDs,
wouldn't the LambdaMOO rape case serve well enough?

&gt;&gt; It is "shouldering the burden of organization on the code side" to
&gt;&gt; be exact. And it is, yes, a sacrifice of freedom of action for the
&gt;&gt; player.

&gt; That's one way to look at it.  Another way to look at it is that
&gt; environments where everything is done with a pose/emote type command
&gt; offer the ultimate freedom of action, and games where they impose
&gt; the game mechanics of the coded combat system on you off you less
&gt; freedom of action.  

The counter to which is that posed command sets require other players
to assume the relative effects on the game world (as the server
doesn't track them).  The extreme of which of course has the server
providing no game world -- the whole things happens ala the
storytelling IRC channels (which are populaar I note).

There is a critical difference between:

  &gt; pose carves his name on the tree

and:

  &gt; carve bubba on tree

in terms of who creates the initial data set, and who creates and
manages the data's persistance.

&gt; By refusing to allow you to do things that "aren't possible" in the
&gt; combat rules, like making your sword turn into a pink-polka-dotted
&gt; nuclear bomb, by refusing to allow you to hit (or miss) when you
&gt; choose to do so, rather than when the dice come up the right way,
&gt; and by making you subject to the effects of actions that, in a world
&gt; of ultimate freedom of action, you might have chosen to respond to
&gt; with the classic "bang you're dead - no I'm not" countermove.  Some
&gt; freedom is added - the freedom to more effectively impose YOUR "bang
&gt; you're dead" on a would-be no-I'm-notter, a freedom you don't have
&gt; in the pose-everything world.  But it's freedom given one at the
&gt; cost of taking from another, and there are freedoms globally removed
&gt; from everybody, like the ability to turn your platemail instantly
&gt; into fluffernutter sandwiches for a picnic, so I have to say the
&gt; total, global amount of freedom becomes lower when you code combat
&gt; into a game, not higher.

There are two base freedoms:

  1) The ability to create an effect.

  2) The ability to refuse or stop an effect.  (which is really just
the corrolary and counter to #1).

Formalised combat (swords etc) merely defines a certain class of
effects for #1.  As a side-effect it also defines the mechanics of #2
(armour, parry skill, etc).  

&gt; Are the pkiller, the obscenity shouter, the game-crashing hacker,
&gt; the entrance blocker examples of "agressor"?  Or are they examples
&gt; of "thief"?  

Both.  The tags are not exclusionary.

&gt; Somebody who is stealing the information-age currency of "attention"
&gt; from you without giving the tradional sorts of payments, like being
&gt; interesting, friendly, or helpful?  

As a friend put it (paraphrased): "The most prized particle there is,
is admiration."

&gt; Personally, I really feel like attention-control mechanisms are far
&gt; superior to life-and-death control mechanisms for a myriad of
&gt; reasons, not the least of which is that they accurately represent
&gt; what the players are REALLY dealing in with each other, trading,
&gt; sharing, stealing, coveting.  

Why are lif-and-death control mechanisms not a mere class of
attention-control mechanisms?
 
&gt; This particular incident involves, among other things, the use of
&gt; posed violence and murder.  There's tension and dispute about such
&gt; issues, among others, as whether to deal with the issue in an IC or
&gt; OOC manner, whether the guild should RP conflicts with evil/violent
&gt; characters who are non-members of the guild that come in trying to
&gt; act out attacks, or if they need to establish some characters within
&gt; their "RP Circle" who everyone agrees will be playing as evil.
&gt; (Talzhemir, my co-creator, has guidelines for this in her Sanctioned
&gt; Guilds page, indicating that evil characters should only be played
&gt; in these situations by members of the guild, to avoid just exactly
&gt; the kinds of problems The Circle is facing right now.  Of course
&gt; most of them haven't read those guidelines yet - I'm going to
&gt; suggest more of them take a peek.)

Coming from an utterly non-RP viewpoint, my instant answer to the
above dispute: "Coventry!".  If you don't like the chap or what he is
doing, and he is in essence unable to care direct effects on you, just
ignore him.  cf newsreader killfiles.  If they don't agree to the game
the other chap is playing, then there is no requirement that they play
it.

&gt; There have also been incidents with players trying to cause OOC
&gt; types of trouble for the guild - mostly people that have been
&gt; ejected and/or banned from Sanctuary for being rude or not following
&gt; the rules there.  A common attack against them is to surround the
&gt; entrance to their map with obstacles so nobody can get in, which
&gt; requires members to go and clear the obstacles.  There was also an
&gt; incident where a member of the guild used a bot or macro to spam one
&gt; of these "enemies" of the guild, prompting him to go after the guild
&gt; more aggressively.  When the guild leader told him he mustn't spam
&gt; people like that, he quit the guild in anger and vowed to become an
&gt; enemy of the guild himself.

Any you say these aren't example of combat?

&gt; In "astronomy mud" where some scientists are simulating physics in
&gt; order to develop and test out theories about star and galaxy
&gt; formation, simulating the presence of thousands or millions of
&gt; rabbits and orcs upon that little "earth" planet (or any other
&gt; planet), your ability to go there and kill them and eat them,
&gt; etc. would be a huge waste of resources.  It would suck up
&gt; programmer time to implement, and suck up disk space and memory
&gt; during runtime, without contributing in the least to the goals of
&gt; the project.  On the other hand, simulating the motion and
&gt; gravitational effects in Ultima Online of some nebula or pulsar or
&gt; black whole millions of light years from Britannia would be a waste
&gt; of memory and disk space and CPU cycles on your servers.  Couldn't
&gt; the astronomers rightly sneer that UO is not a "full environment"
&gt; for not having that?  Or is it the case that A) there are no "full
&gt; environments" possible (remember that a computer totally simulating
&gt; the whole universe would have to contain a total simulation of
&gt; itself within a subset of itself, leading to infinite regress), and
&gt; B) you can't even meaningfully speak of "more full" or "less full",
&gt; because different goal-sets for online environments aren't all
&gt; co-linear, but rather scattered over a weird multidimensional
&gt; solution space.

&gt; I think "full environment" is just a prejudicial and misleading
&gt; term.

The base question is what is being represented.  Typically in MUD what 
is being represetnted by players is themselves, or some other
"somebody".  In Astronomy MUD players are not representing themselves, 
they are representing astronomical figures.  Food, sex, etc are
important to Homo Sap. selves, but not really to galaxies.
The gravitational constant, relativistic effects, and vast distances
are important to astonomical objects, but hardly to Homo Sap. selves.

&gt;&gt;&gt; Or, depending on the style and focus of the game, in some cases
&gt;&gt;&gt; you could get a playership that is MORE conducive to good 
&gt;&gt;&gt; self-government than a random samplying of average human beings
&gt;&gt;&gt; would be.  Naturally.

&gt; Earlier, in a passage I didn't quote, you replied to my believe that
&gt; combat-games attract those least suited to self governance.  Here
&gt; you agree that some type of game could attract people above average
&gt; for it.  

"Above average"?  Above defines a scale and infers a degree of
desirability.  I question that validity.

&gt; If the goal is to find a game model that causes self-governance to
&gt; occur, then, it would seem reasonable to conclude that one should be
&gt; seeking a game that does not contain combat, and that does have
&gt; whatever it takes to attract these above average people.  

Given that the attracted set are not representative of the greater
population (ie the "average"), then a key question is whether any
results from such a constrained population can validly map to the
greater population.

&gt; Ok, I'll go crawl back in my hole now.  98% of the list only wants
&gt; to make games about combat, right?  :X)

Nahh.  Not _about_, just _inclusive_of_.

-- 
J C Lawrence                               Internet: claw#null,net
(Contractor)                               Internet: coder#ibm,net
---------(*)                     Internet: claw#under,engr.sgi.com
...Honourary Member of Clan McFud -- Teamer's Avenging Monolith...


</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="00296" HREF="msg00296.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></strong>
<ul compact><li><em>From:</em> Matt Chatterley &lt;matt#mpc,dyn.ml.org&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00005.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00007.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00005.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00296.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00006"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00006"><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: WIRED: Kilers have more fun</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00032" HREF="msg00032.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></strong>, 
Joel Kelso <a href="mailto:joel#ee,uwa.edu.au">joel#ee,uwa.edu.au</a>, Thu 02 Jul 1998, 06:54 GMT
</LI>
</ul>
<LI><strong><A NAME="00004" HREF="msg00004.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 01 Jul 1998, 18:07 GMT
<UL>
<LI><strong><A NAME="00012" HREF="msg00012.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></strong>, 
Mike Sellers <a href="mailto:mike#bignetwork,com">mike#bignetwork,com</a>, Wed 01 Jul 1998, 20:42 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00005" HREF="msg00005.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 01 Jul 1998, 18:31 GMT
</LI>
<LI><strong><A NAME="00006" HREF="msg00006.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 01 Jul 1998, 19:26 GMT
<UL>
<LI><strong><A NAME="00296" HREF="msg00296.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></strong>, 
Matt Chatterley <a href="mailto:matt#mpc,dyn.ml.org">matt#mpc,dyn.ml.org</a>, Wed 22 Jul 1998, 00:54 GMT
<UL>
<LI><strong><A NAME="00696" HREF="msg00696.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 12 Aug 1998, 22:55 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00007" HREF="msg00007.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 01 Jul 1998, 19:30 GMT
<UL>
<LI><strong><A NAME="00009" HREF="msg00009.html">[MUD-Dev] Re: WIRED: Kilers have more fun</A></strong>, 
Richard Woolcock <a href="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</a>, Wed 01 Jul 1998, 19:47 GMT
</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>