1998Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Wild idea.. :) -->
<!--X-From-R13: "Oqnz X. Fubeagba" <nqnzNcubravk.Bevaprgba.SRG> -->
<!--X-Date: Thu, 3 Sep 1998 08:23:59 &#45;0700 -->
<!--X-Message-Id: 19980903112259.B15013#flagstaff,Princeton.EDU -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.LNX.3.96.980902213319.15863A&#45;100000#shamen,cyberhighw ay.net -->
<!--X-Reference: 199809030607.AAA27258#darklock,com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Wild idea.. :)</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:adam#phoenix,Princeton.EDU">
</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="msg00928.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00930.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00923.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00941.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00929">Author</A>
&nbsp;|&nbsp;<A HREF="#00929">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00929">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Wild idea.. :)</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: Wild idea.. :)</LI>
<LI><em>From</em>: "Adam J. Thornton" &lt;<A HREF="mailto:adam#phoenix,Princeton.EDU">adam#phoenix,Princeton.EDU</A>&gt;</LI>
<LI><em>Date</em>: Thu, 3 Sep 1998 11:22:59 -0400</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 Wed, Sep 02, 1998 at 11:05:38PM -0700, Caliban Tiresias Darklock wrote:
&gt; On 09:41 PM 9/2/98 -0700, I personally witnessed Ben Greear jumping up to say:
&gt; &gt;So, who here is considering writing a server that talks (only)
&gt; &gt;with a graphical client.  And not just a web browser.  I'm talking
&gt; &gt;fully 3-d rendering with all the assembly (or whatever) that goes
&gt; &gt;with it.
&gt; It might be really cool to do a graphical/text client. Something where you
&gt; can have a text mode interface *and* a graphical interface. I'd like that a
&gt; lot. I'd be really impressed by it. I'd jump from mode to mode depending on
&gt; what I was doing. Hanging around chatting, use text mode. Exploring, use
&gt; isomorphic. Fighting, use first person. That would rock.

I don't know if I'll ever be able to get it to work, but this is basically
what I'm doing with my model (by the way, the multiprocess/multithread
model is working beautifully with domain sockets now, although I had to
write a protocol to keep trying to sendmsg()/recvmsg() the open inet socket
descriptor, since it fails around 80% of the time, even when the sockets on
both ends are open (I think because the threading causes signals, and
that blows away the syscall, so it has to keep trying until it gets
lucky; eventually, I may mask the signals but I haven't thought through the
implications of turning off threading (in effect) in the fd distributor
code, so I'm not going to do that any time soon, since it works acceptably
now)).  

I have no plans to do 1st person because it's just too hard, but text and
tile-based graphics are planned to be two of the interface options.  The
idea is that the client and server will negotiate what is supported
(graphics--if so, what resolution and depth?, text, what sound
formats,speed of connection,whether to take longer and get the resource
data right or just fake it with generic equivalents if the download takes
too long, etc.) and the client can change its preferences at any point.

Since the actual room data is one data stream, and the description
resources are a second, this will be easy to do.  This will also let the
description resources live closer to the client than the room data.

All along I've been planning a multiple-server model, where each city (this
would be assuming that I get more than, say, 500 people to play, ever) gets
its own server; handoffs between them are pretty easy.  It does mean that I
need a master server that contains pointers to each city server and holds
game-wide unique data (players, basically: their object tree of possessions
gets copied when they move between servers, but you need to have a central
point of first contact on login that remembers where your character is,
marks it as "checked out", and places it in the correct city if it isn't
there already); this in practice probably should be at least two mirrored
servers running in a failover configuration, since if they crash the whole
game is screwed, although you could reconstruct much player data from the
individual servers' object trees.

Adam
-- 
adam#princeton,edu 
"There's a border to somewhere waiting, and a tank full of time." - J. Steinman


</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="00941" HREF="msg00941.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>
<ul compact><li><em>From:</em> Ben Greear &lt;greear#cyberhighway,net&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00923" HREF="msg00923.html">[MUD-Dev] Re: Wild idea.. :)</A></STRONG>
<UL><LI><EM>From:</EM> Caliban Tiresias Darklock &lt;caliban#darklock,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00928.html">[MUD-Dev] Re: UBE/high: Re: FW: UBE/high: Re: W IRED: Kilers</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00930.html">[MUD-Dev] Re: Wild idea.. :)</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00923.html">[MUD-Dev] Re: Wild idea.. :)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00941.html">[MUD-Dev] Re: Wild idea.. :)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00929"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00929"><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: Wild idea.. :)</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00922" HREF="msg00922.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Marc Hernandez <a href="mailto:marc#jb,com">marc#jb,com</a>, Thu 03 Sep 1998, 05:50 GMT
<UL>
<LI><strong><A NAME="00938" HREF="msg00938.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Fri 04 Sep 1998, 04:14 GMT
<UL>
<LI><strong><A NAME="00946" HREF="msg00946.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Fri 04 Sep 1998, 18:54 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00923" HREF="msg00923.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Thu 03 Sep 1998, 06:07 GMT
<UL>
<LI><strong><A NAME="00929" HREF="msg00929.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Adam J. Thornton <a href="mailto:adam#phoenix,Princeton.EDU">adam#phoenix,Princeton.EDU</a>, Thu 03 Sep 1998, 15:23 GMT
<UL>
<LI><strong><A NAME="00941" HREF="msg00941.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Fri 04 Sep 1998, 05:30 GMT
<UL>
<LI><strong><A NAME="00953" HREF="msg00953.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Sat 05 Sep 1998, 01:23 GMT
<UL>
<LI><strong><A NAME="00959" HREF="msg00959.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sat 05 Sep 1998, 03:35 GMT
<UL>
<LI><strong><A NAME="00960" HREF="msg00960.html">[MUD-Dev] Re: Wild idea.. :)</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Sat 05 Sep 1998, 04:06 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>