1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Leaving characters in play -->
<!--X-From-R13: Oqnz Ivttvaf <nqnzNnatry.pbz> -->
<!--X-Date: Thu, 14 May 1998 11:21:34 &#45;0700 -->
<!--X-Message-Id: Pine.SGI.3.96.980514105638.2715A&#45;100000#red,angel.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: E0yZUCg&#45;00050t&#45;00#mail,kanga.nu -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Leaving characters in play</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:adam#angel,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="msg00579.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00581.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00531.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00619.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00580">Author</A>
&nbsp;|&nbsp;<A HREF="#00580">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00580">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Leaving characters in play</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: Leaving characters in play</LI>
<LI><em>From</em>: Adam Wiggins &lt;<A HREF="mailto:adam#angel,com">adam#angel,com</A>&gt;</LI>
<LI><em>Date</em>: Thu, 14 May 1998 11:21:17 -0700 (PDT)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: "Petidomo List Agent -- Kanga.Nu version" &lt;<A HREF="mailto:petidomo#kanga,nu">petidomo#kanga,nu</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, 12 May 1998, John Bertoglio wrote:
&gt; I totally forgot about an entire genre of games which manage to do much of
&gt; what Ben wants to do, at least on a macro level.  VGA Planets and STARS!
&gt; are order based games orginally designed for BBS. Orders are processed

I played one of the orignal versions of VGA planets my freshman year of
college.  There was a sneakernet game going on in my dorm, so I joined in.
However, I quickly got bored of it when one of the other players gave me a
telnet address and a port number and told me I should check out this thing
called a "mud" if I enjoyed multiplayer games...*snicker*

Seriously - the VGA planets method of play, which is very similar to some
of the good old BBS games (Tradewars, Baron Realms Elite) in how it
executed.  It also had the same failing, which was that the game got
boring when people got distracted and stoped playing.

&gt; every X hours or Y days. The world is updated and each player can then
&gt; download an updated world to see what is going on. If you miss a turn, the
&gt; game engine just continues your orders. Since much of the game involves
&gt; jumps to far-off places, this allows quite a lot of control especially if
&gt; you know (or at least expect) that your moves will not be opposed. If you
&gt; are gone for too many turns, the GM can opt to turn your group over to the
&gt; AI and have the game play for you. You can then rejoin and take control
&gt; later. That way you do not inconvience the other players by your absense.

Definintely.  If a good game was going, you wanted to be sure to use all
of your availible turns (on a BBS game), or update your orders every game
turn (VGA planets), just to make sure you were getting the closest control
you could.  But if the game was boring, or if you went out of town for a
few days, or if you just didn't get around to it, your empire didn't just
crumble (usually), or at least no more than it would if you were playing
every day.  Since the *only* way you could attack people was while they
were offline, no one felt offended when it happened.  That was implict in
the rules of the game.

&gt; Would this scale down to a turn every XX seconds?. It might. Especially, if

I think it was Jon (??) that was talking about doing a turn-based combat
system with orders, quite a while ago.  I think his example went something
like:

  You are fighting a drunken sailor.
  You have 6 combat points.
  &lt; punch sailor
  You will try to punch the sailor in the nose.
  You have 2 combat points.
  &lt; block
  Then you will block.
  You have 1 combat point.
  &lt; growl
  Then you will growl menacingly.
  You have no combat points.
  Turn will begin in 8 seconds.
  &lt;
  -- Fight!
  You lash out, catching the sailor on the nose.
  He stumbles back, nose bloody.
  The sailor launchs a fist towards your ribs.
  You bring up your arms and block his attack.
  You growl menacingly.
  -- End Turn
  You are fighting a drunken sailor with a bloody nose.
  You have 6 combat points.
  &lt;

I for one think this would be great.  I've always love order-based combat
ala the computer RPG Wizardry.  Esentially, it boils down to allowing
people to decide what they want to do at their leisure (which involves
second-guessing what your opponent(s) will do), and then watching the
mayhem ensue in "real time", thus recapturing some of the excitement of
realtime combat without making it so that the person with the best link
and typing speed always has a huge advantage.

A couple of things.  First, I think that the stuff above is pretty
different from VGA Planets.  It doesn't fix any problems (at least, from
where I'm sitting) incured by leaving people in game all the time.  They
can certainly set some standing orders for things their character will do
while they are away, but you don't need an order-based combat system for
this to work.  Secondly, getting the above to actually work seamlessly in
the mud environment might be tricky.  Ie: while in combat, are *all*
commands that you give orders?  If not, doesn't that mean that players
will quickly figure out commands to hurt their opponents outside of the
combat scheme?  Ie:

  &lt; steal coins merchant
  The merchant growls as you fail to steal from her.
  The merchant engages you in combat!
  It will begin in 15 seconds.
  You have 6 combat points.
  &lt; pull lever
  You pull the lever on the wall.
  A trapdoor opens up on the floor.
  The merchant cries out as she falls into the trapdoor!
  You are no longer in combat.
  &lt; s

If all commands *are* orders, does that include everyone in the room, even
those not in combat?  If not:

  &lt;
  -- Fight!
  You slash at the swordman's neck.
  He skillfully ripostes your blow, sending your rapier spinning away!
  -- End Turn
  You are fighting a swordsman.
  You have 9 combat points.
  &lt; get rapier
  You will try to pick up your weapon.
  You have 5 combat points.
  &lt;
  Buffy has arrived from the south.
  Buffy snickers.
  Buffy gets a rapier.
  Buffy waves.
  Buffy leaves south.
  &lt;
  -- Fight!
  You look around for a rapier, but don't see anything by that name.

If it does include everyone in the room, then you get:

  &lt; 4s2nen
  You go south.
  There is nothing special here.
  You go south.
  There is nothing special here.
  You go south.
  Bubba and Biffo are fighting here.
  You have 6 combat points.
  &lt;
  You will try to go south.
  You will try to go north, instead.
  You will try to go north, instead.
  You will try to go east, instead.
  You will try to go north, instead.
  Combat will begin in 10 seconds.
  &lt; grumble
  You don't have enough combat points remaining to do that.
  

I tend to think the mud would have to have a totally different method of
interaction from what we are used to - something oriented around orders,
for everything, all the time.  What that would actually look like I'm not
too sure, but I'd certainly like to see it attempted.

Adam



-- 
MUD-Dev: Advancing an unrealised future.

</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="00653" HREF="msg00653.html">[MUD-Dev] Re: Leaving characters in play</A></strong>
<ul compact><li><em>From:</em> "Jon A. Lambert" &lt;jlsysinc#ix,netcom.com&gt;</li></ul>
<li><strong><A NAME="00619" HREF="msg00619.html">[MUD-Dev] Re: Leaving characters in play</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00531" HREF="msg00531.html">[MUD-Dev] Re: Leaving characters in play</A></STRONG>
<UL><LI><EM>From:</EM> "John Bertoglio" &lt;alexb#internetcds,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00579.html">[MUD-Dev] Re: Mudschool</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00581.html">[MUD-Dev] Re: Attributes: Sanity</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00531.html">[MUD-Dev] Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00619.html">[MUD-Dev] Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00580"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00580"><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: Using HTML for a Mud character generator</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00821" HREF="msg00821.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Mon 25 May 1998, 04:59 GMT
<UL>
<LI><strong><A NAME="00825" HREF="msg00825.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
Robert Woods <a href="mailto:rwoods#nebula,honors.unr.edu">rwoods#nebula,honors.unr.edu</a>, Mon 25 May 1998, 06:00 GMT
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00822" HREF="msg00822.html">[MUD-Dev] Re: Using HTML for a Mud character generator</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Mon 25 May 1998, 05:37 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00531" HREF="msg00531.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Wed 13 May 1998, 05:35 GMT
<UL>
<LI><strong><A NAME="00580" HREF="msg00580.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Thu 14 May 1998, 18:21 GMT
<UL>
<LI><strong><A NAME="00619" HREF="msg00619.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Sat 16 May 1998, 01:03 GMT
</LI>
<LI><strong><A NAME="00653" HREF="msg00653.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Sun 17 May 1998, 21:45 GMT
</LI>
</UL>
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00629" HREF="msg00629.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Sat 16 May 1998, 09:47 GMT
<UL>
<LI><strong><A NAME="00714" HREF="msg00714.html">[MUD-Dev] Re: Leaving characters in play</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Tue 19 May 1998, 20:14 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>