2000Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Next gen MUD wishlist -->
<!--X-From-R13: Pehpr <oehprNcherzntvp.pbz> -->
<!--X-Date: Fri, 18 Feb 2000 21:04:29 &#45;0800 -->
<!--X-Message-Id: 38AFBC34.8F029595#cubik,org -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.LNX.4.10.10002180120491.27480&#45;100000#pulsar,neptune.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Next gen MUD wishlist</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:bruce#puremagic,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="msg00428.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00430.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00418.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00430.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00429">Author</A>
&nbsp;|&nbsp;<A HREF="#00429">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00429">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Next gen MUD wishlist</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>: Re: [MUD-Dev] Next gen MUD wishlist</LI>
<LI><em>From</em>: Bruce &lt;<A HREF="mailto:bruce#puremagic,com">bruce#puremagic,com</A>&gt;</LI>
<LI><em>Date</em>: Sun, 20 Feb 2000 02:04:36 -0800</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#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>

Bryce Harringon wrote:
&gt; On Sat, 19 Feb 2000, Bruce wrote:
&gt; &gt; One problem that I have is that many people equate the above to being a
&gt; &gt; server under the GPL.  Since I'm approaching this with a highly
&gt; &gt; commercial bent (and plan to announce our open source project
&gt; &gt; real-soon-now), that really doesn't work well for me.  I much prefer a
&gt; &gt; highly modular system with well defined APIs, licensed under either the
&gt; &gt; LPGL or the Mozilla Public License (with the appropriate modifications
&gt; &gt; to the boilerplate).
&gt;
&gt; Okay, so, say the underlying libraries (including especially the network
&gt; layer) should be LGPL'd, allowing the remainder to be licensed as
&gt; desired by the implementors of the server itself?  I admit I am indeed
&gt; thinking of GPL, but no reason there couldnt be multiple implementations
&gt; of the design, some of which may be GPL, others something else.  So I
&gt; agree with you: If the important modules are sharable, that should be
&gt; enough.

Why implement the design multiple times?  This is a waste of everyone's
time
if those people seriously intend to use it.  If everyone writes their
own
version due to licensing differences, then we might as well just keep
them
all proprietary.  This should be under a fairly liberal and open
license,
not the GPL.  I might be offbase here by being more interested in
getting
something done and built, rather than just watching people write the
infrastructure again and again.

&gt; While I was involved with the MPL development I really prefer the LGPL;
&gt; it was IMHO better thought out.  The MPL was done in kind of a rush...

The MPL solves some of the serious issues in the LGPL though with
regards to
mixing object code by completely ignoring them.

&gt; &gt; &gt; Server
&gt; &gt; &gt;    * Should support on the order of 100-500 simultaneous players
&gt; &gt; &gt;      (Is this a realistic number?)
&gt; &gt;
&gt; &gt; This is easily doable with any of a number of servers around today.  My
&gt; &gt; goal is to scale well past that.  My base requirements are to be able to
&gt; &gt; support at least 5000 users in a single world.  I'd be happy to support
&gt; &gt; ten times that.
&gt;
&gt; *Nod* Okay...  I guess I'm thinking that with the coordinate-based
&gt; physics the bandwidth per connection could be higher.

So?  If the commercial games support 1000+ players currently and can
only be
expected to support more in the future, any effort at an open source
game
engine should aim to supercede that.  We certainly plan on it.

&gt; Would it be better to specify this in terms of bandwidth per person?
&gt; How many players should a server on a T1 be able to serve?  On a OC3?
&gt; A cablemodem?  A 56k modem?

The server side bandwidth doesn't matter.  Who is the target user? How
much
bandwidth do they have? Work backwards to find out how much bandwidth
the
server farm will need.

&gt; &gt; &gt;    * Should permit scripting in easy to learn, existing language
&gt; &gt;
&gt; &gt; There are some other options here.  Customization (not extension) need
&gt; &gt; not involve scripting.  Rules-based authoring systems can provide for
&gt; &gt; customization in an even easier way than scripting.
&gt;
&gt; Ah, good point.  Mind elaborating?

Wait a couple of weeks for our announcement. :)

&gt; &gt; &gt;    * (Desired) should allow use of any arbitrary scripting language(?)
&gt; &gt;
&gt; &gt; I'd rather have one well done, consistent system.  I want a single clean
&gt; &gt; object model that fits the requirements of my system, not a hodge-podge
&gt; &gt; that was jury-rigged to make it work with any given scripting language.
&gt; &gt; But, I might be odd in that I don't mind learning new languages and new
&gt; &gt; object models to get a job done.
&gt;
&gt; Hmm, okay.  I specified this mostly because I know everyone has their
&gt; own favorite scripting language, and that deciding on a single language
&gt; can be hard.  For instance,  I might perfer Python, but someone else
&gt; want Mercury, Guile or Perl (or worse!)
&gt;
&gt; What if it was a compile-time option?  So, a given compiled instance of
&gt; a server might only support a single scripting language (or even none,
&gt; if one wishes to really squeeze out every bit of performance), but
&gt; people are still permitted the ability to choose.

People will always complain about something.  If this path is followed,
then
you'll hear complaints about how code can't be shared, or "Why is this
written in language X? I don't know that language." ... I'd rather not
be
bothered.

But, a key thing is to allow the use of the appropriate tools for the
right
task.  My designs take that into account and allow for multiple
languages at
a very different level, where it ends up making a lot of sense.

&gt; &gt; &gt;    * Should abstract rules in a way that allow modular replacement
&gt; &gt; &gt;    * Should be genre-generic, and even game-generic, at the core
&gt; &gt; &gt;    * A stock world/rules should be provided, as a basis to work from.
&gt; &gt; &gt;      Further, it should include all graphics, music, and text media to
&gt; &gt; &gt;      characterize that world.
&gt; &gt;
&gt; &gt; This shouldn't be seen as an excuse to avoid documenting the server
&gt; &gt; though as happens all too often. :)
&gt;
&gt; Ah, decidely not!  ;-)
&gt;
&gt; My plan is to first assemble a fairly extensive wishlist, and then
&gt; extract it into a more proper (and complete) requirements list.  Then a
&gt; design document would be drawn up, and only then would implementation be
&gt; allowed to go forth.  Separate docs would be want to be written, but if
&gt; worse came to worse, at least there would be the design docs to fall
&gt; back on.
&gt;
&gt; I think once the design docs exist, pretty much any decent programmer
&gt; could code it up, assuming of course that the design was good and had a
&gt; solid basis in reality.  ;-)

The core game engine is but a small piece of the pie.  The game
mechanics
and everything needed to flesh out the game can be far larger.  That's
why
we're going the route of opening up the design and implementation of our
core game engine: shared infrastructure only benefits all of us, whether
we're commercially focused or not.

&gt; &gt; If all of this is to be the 'Next generation' of MUDs, then we (the mud
&gt; &gt; world) are largely already there.  MOO and Cold have been here at this
&gt; &gt; level for some time, or had the capabilities of being at this level at
&gt; &gt; the core architecture level.  They've had graphical clients.  Some of
&gt; &gt; them have had coordinate based systems.  They've been able to handle
&gt; &gt; 100-500 users.  That said, I've moved on from those systems for reasons
&gt; &gt; explained in the list archives.
&gt; &gt;
&gt; &gt; Isn't it time to really move on to the next generation?
&gt;
&gt; Hmm, did not know that...  So you're right, we ought to shoot for a
&gt; little more aggressivity.  What would you suggest as good challenges to
&gt; undertake?

Read the list archives!

 - Bruce



_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</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="00430" HREF="msg00430.html">Re: [MUD-Dev] Next gen MUD wishlist</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#kanga,nu&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00418" HREF="msg00418.html">Re: [MUD-Dev] Next gen MUD wishlist</A></STRONG>
<UL><LI><EM>From:</EM> Bryce Harrington &lt;bryce#neptune,net&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00428.html">Re: [MUD-Dev] code base inquiry</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00430.html">Re: [MUD-Dev] Next gen MUD wishlist</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00418.html">Re: [MUD-Dev] Next gen MUD wishlist</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00430.html">Re: [MUD-Dev] Next gen MUD wishlist</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00429"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00429"><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] a shrinking pool of players?</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00420" HREF="msg00420.html">RE: [MUD-DEV] a shrinking pool of players?</A></strong>, 
Chris Turner <a href="mailto:christ#rd,bbc.co.uk">christ#rd,bbc.co.uk</a>, Fri 18 Feb 2000, 17:43 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="00387" HREF="msg00387.html">[MUD-Dev] Next gen MUD wishlist</A></strong>, 
Bryce Harrington <a href="mailto:bryce#neptune,net">bryce#neptune,net</a>, Thu 17 Feb 2000, 18:40 GMT
<UL>
<LI><strong><A NAME="00416" HREF="msg00416.html">Re: [MUD-Dev] Next gen MUD wishlist</A></strong>, 
Bruce <a href="mailto:bruce#puremagic,com">bruce#puremagic,com</a>, Fri 18 Feb 2000, 07:49 GMT
<UL>
<LI><strong><A NAME="00418" HREF="msg00418.html">Re: [MUD-Dev] Next gen MUD wishlist</A></strong>, 
Bryce Harrington <a href="mailto:bryce#neptune,net">bryce#neptune,net</a>, Fri 18 Feb 2000, 17:43 GMT
<UL>
<LI><strong><A NAME="00429" HREF="msg00429.html">Re: [MUD-Dev] Next gen MUD wishlist</A></strong>, 
Bruce <a href="mailto:bruce#puremagic,com">bruce#puremagic,com</a>, Sat 19 Feb 2000, 05:04 GMT
<UL>
<LI><strong><A NAME="00430" HREF="msg00430.html">Re: [MUD-Dev] Next gen MUD wishlist</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Sat 19 Feb 2000, 06:56 GMT
<UL>
<LI><strong><A NAME="00431" HREF="msg00431.html">Re: [MUD-Dev] Next gen MUD wishlist</A></strong>, 
Chris Jones <a href="mailto:cjones#v-wave,com">cjones#v-wave,com</a>, Sat 19 Feb 2000, 17:36 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00458" HREF="msg00458.html">Re: [MUD-Dev] Next gen MUD wishlist</A></strong>, 
adam <a href="mailto:adam#treyarch,com">adam#treyarch,com</a>, Wed 23 Feb 2000, 02:09 GMT
<UL>
<LI><strong><A NAME="00461" HREF="msg00461.html">Re: [MUD-Dev] Next gen MUD wishlist</A></strong>, 
Bryce Harrington <a href="mailto:bryce#neptune,net">bryce#neptune,net</a>, Thu 24 Feb 2000, 03:45 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</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>