1997Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Graphic MUDS/Ultima Online -->
<!--X-From-R13: [ngg Qunggreyrl <ebbgNzcp.qla.zy.bet> -->
<!--X-Date: from stimpy.globecomm.net [207.51.48.4] by in5.ibm.net id 870369212.45938&#45;1 Thu Jul 31 17:13:32 1997 CUT -->
<!--X-Message-Id: Pine.LNX.3.96.970731175957.138B&#45;100000#mpc,dyn.ml.org -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: c=US%a=_%p=EA%l=MOLACH&#45;970730182236Z&#45;301#molach,origin.ea.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Graphic MUDS/Ultima Online</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:root#mpc,dyn.ml.org">
</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="msg00317.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00319.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00306.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00467.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00318">Author</A>
&nbsp;|&nbsp;<A HREF="#00318">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00318">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Graphic MUDS/Ultima Online</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>'" &lt;<A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A>&gt;</LI>
<LI><em>Subject</em>: Re: [MUD-Dev] Graphic MUDS/Ultima Online</LI>
<LI><em>From</em>: Matt Chatterley &lt;<A HREF="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</A>&gt;</LI>
<LI><em>Date</em>: Thu, 31 Jul 1997 18:11:19 +0000 (GMT)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:neddy#itl,net">neddy#itl,net</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 Wed, 30 Jul 1997, Koster, Raph wrote:

&gt; On Wednesday, July 30, 1997 3:06 AM, Adam 
&gt; Wiggins[SMTP:nightfall#user1,inficad.com] wrote:
&gt; 
&gt; &gt; Hell yeah.  My job is to write 'normal' (graphical) computer games, 
&gt; and
&gt; &gt; I am constantly frustrated by how much art holds us back from doing
&gt; &gt; what we really want to do.
&gt; 
&gt; This IS changing, though. Computer power keeps going up, and pretty 
&gt; soon 3d hardware acceleration will be standard. If we get clever about 
&gt; dynamic meshes and the like, we can do quite a lot with that.

I'm actually quite out of the graphics side of hardware at the moment - it
moved too fast and I've been too busy to make an effort to stay informed.
 
[Snip]

&gt; I hadn't ever thought of regarding equipment limits as a way of saving 
&gt; game state. It is, of course. But naturally it has so many limitations 
&gt; and issues with it that it doesn't really address the underlying 
&gt; reasons to save game state in any significant way...

Yup. It also only makes sense in certain situations and from certain
angles. A plain "There can be only 12 shortswords made of Fredium in the
world at one time!" doesn't work. "There is only enough Fredium at any one
time to MAKE 12 shortswords!" is better. Limiting for 'unique' items is a
rather more obvious way to apply this.
 
&gt; &gt; &gt; Evolved Diku models which save some elements of world state (say, 
&gt; add
&gt; &gt; &gt; player housing on a Merc). Full world-state saving a la
&gt; &gt; &gt; MUSH-derivatives, etc. What defines persistence?
&gt; &gt;
&gt; &gt; Well, any good mud saves world states.  Saving location of objects 
&gt; and
&gt; &gt; player corpses is pretty standard on dikus now.
&gt; 
&gt; Corpses, I'll grant. The rest of the items? I really doubt it is that 
&gt; common, since in order to make it work with any semblance of game 
&gt; balance, you'd have to get rid of the repop methods used by Diku-style 
&gt; muds. What makes items go away?

Not sure why saving corpses is particularly useful. ;) I intend to have
them rot slowly, be buried, traded for cash, chopped up for food,
skinned.. but they will probably not save over physical reboots. Why not?
Partly for efficiency reasons (think how many corpses you could have if
they took a long time to rot!).
 
[Snip]

&gt; &gt; &gt; Many muds do not have a changing environment *save as a social
&gt; &gt; &gt; construct among players*. Their database is static. They use 
&gt; respawn
&gt; &gt; The fact that they have a database at all implies that it is not 
&gt; totally
&gt; &gt; static.  [snip]  If you're
&gt; &gt; refering to the database as in the 'world' stuff like room descs 
&gt; and
&gt; &gt; mobile locations, this stuff is usually under constant change, 
&gt; although
&gt; &gt; manual change, by the admin.  Definitely this is an area that needs
&gt; &gt; improvement, but none if it is really 'static'.
&gt; 
&gt; I define static as unchanging except with manual intervention, so yes, 
&gt; that is exactly what I was referring to (see my reply to Matt 
&gt; Chatterley). From a "game" perspective, this is what makes the game 
&gt; predictable. From a sim perspective, this is a major limitation on 
&gt; what behaviors you can simulate.

I have to agree. Predictable worlds are far less fun to adventure in!
Partly why purer-RP games have a great attraction over more static, more
stale (in some cases), games which focus less on RP.
 
&gt; [snipped stuff on how crashes are special cases, which of course they 
&gt; are]

But you can still save stuff when you crash - depending how you crash.

[Snip]
 
&gt; &gt; things like running your hero decked out in the best artifacts to
&gt; &gt; be found in the game in on a dragon and getting slaughtered.  Now 
&gt; those
&gt; &gt; artifacts are essentially out of the game unless you feel like 
&gt; trying
&gt; &gt; to either take on the dragon or plunder its hoarde.  Simple 
&gt; mechanics with
&gt; &gt; a highly interesting result.
&gt; 
&gt; Absolutely. There is a LOT to recommend full world-state saves for 
&gt; gaming environments.

Absolutely. The more you save the world, the more things such as
'permanent death' become happily do-able too.
 
[Huge snippage]

&gt; &gt; Your game starts to build itself.
&gt; 
&gt; You just eloquently summarized the original design goal (something 
&gt; which btw we of course fell short of, it's a really hard to reach 
&gt; goal).

&lt;g&gt; Don't we all.
 
&gt; &gt; You can move objects around in Quake?
&gt; 
&gt; Quake is actually very powerful and flexible. You can do a lot in it. 
&gt; Most don't. :)

I'm regretting mentioning Quake. ;)
 
[Snip rest]

Regards,
	-Matt Chatterley
	<A  HREF="http://user.itl.net/~neddy/index.html">http://user.itl.net/~neddy/index.html</A>
"Doublethink means the power of holding two contradictory beliefs in one's
	mind simultaneously, and accepting both of them." -George Orwell



</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="00467" HREF="msg00467.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>
<ul compact><li><em>From:</em> clawrenc#cup,hp.com</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00293" HREF="msg00293.html">[MUD-Dev] Graphic MUDS/Ultima Online</A></STRONG>
<UL><LI><EM>From:</EM> "Koster, Raph" &lt;rkoster#origin,ea.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00317.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00319.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00306.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00467.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00318"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00318"><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] Graphic MUDS/Ultima Online</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00317" HREF="msg00317.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Fri 01 Aug 1997, 00:00 GMT
</LI>
<LI><strong><A NAME="00425" HREF="msg00425.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Thu 07 Aug 1997, 20:50 GMT
</LI>
</ul>
<LI><strong><A NAME="00293" HREF="msg00293.html">[MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Thu 31 Jul 1997, 01:22 GMT
<UL>
<LI><strong><A NAME="00306" HREF="msg00306.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Thu 31 Jul 1997, 10:02 GMT
</LI>
<LI><strong><A NAME="00318" HREF="msg00318.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Fri 01 Aug 1997, 00:13 GMT
<UL>
<LI><strong><A NAME="00467" HREF="msg00467.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Mon 11 Aug 1997, 21:47 GMT
<UL>
<LI><strong><A NAME="00469" HREF="msg00469.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Mon 11 Aug 1997, 22:11 GMT
<UL>
<LI><strong><A NAME="00473" HREF="msg00473.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
Richard Woolcock <a href="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</a>, Mon 11 Aug 1997, 22:53 GMT
<UL>
<LI><strong><A NAME="00485" HREF="msg00485.html">Re: [MUD-Dev] Graphic MUDS/Ultima Online</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Tue 12 Aug 1997, 06:13 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</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>