2000Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Next gen MUD wishlist -->
<!--X-From-R13: Pelpr Vneevatgba <oelprNarcghar.arg> -->
<!--X-Date: Fri, 18 Feb 2000 09:43:53 &#45;0800 -->
<!--X-Message-Id: Pine.LNX.4.10.10002180120491.27480&#45;100000#pulsar,neptune.net -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 38AE9CFF.ABD9F909#cubik,org -->
<!--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:bryce#neptune,net">
</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="msg00422.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00420.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00416.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00429.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00418">Author</A>
&nbsp;|&nbsp;<A HREF="#00418">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00418">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>: Bryce Harrington &lt;<A HREF="mailto:bryce#neptune,net">bryce#neptune,net</A>&gt;</LI>
<LI><em>Date</em>: Fri, 18 Feb 2000 01:57:41 -0800 (PST)</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>
On Sat, 19 Feb 2000, Bruce wrote:
&gt; One problem that I have is that many people equate the above to being a
&gt; server under the GPL.  Since I'm approaching this with a highly
&gt; commercial bent (and plan to announce our open source project
&gt; real-soon-now), that really doesn't work well for me.  I much prefer a
&gt; highly modular system with well defined APIs, licensed under either the
&gt; LPGL or the Mozilla Public License (with the appropriate modifications
&gt; to the boilerplate).

Okay, so, say the underlying libraries (including especially the network
layer) should be LGPL'd, allowing the remainder to be licensed as
desired by the implementors of the server itself?  I admit I am indeed
thinking of GPL, but no reason there couldnt be multiple implementations
of the design, some of which may be GPL, others something else.  So I
agree with you: If the important modules are sharable, that should be
enough.

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

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

*Nod* Okay...  I guess I'm thinking that with the coordinate-based
physics the bandwidth per connection could be higher.  

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

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

Ah, good point.  Mind elaborating?

&gt; &gt;    * (Desired) should allow use of any arbitrary scripting language(?)
&gt; 
&gt; I'd rather have one well done, consistent system.  I want a single clean
&gt; object model that fits the requirements of my system, not a hodge-podge
&gt; that was jury-rigged to make it work with any given scripting language. 
&gt; But, I might be odd in that I don't mind learning new languages and new
&gt; object models to get a job done.

Hmm, okay.  I specified this mostly because I know everyone has their
own favorite scripting language, and that deciding on a single language
can be hard.  For instance,  I might perfer Python, but someone else
want Mercury, Guile or Perl (or worse!)

What if it was a compile-time option?  So, a given compiled instance of
a server might only support a single scripting language (or even none,
if one wishes to really squeeze out every bit of performance), but
people are still permitted the ability to choose.

&gt; &gt;    * Should abstract rules in a way that allow modular replacement
&gt; &gt;    * Should be genre-generic, and even game-generic, at the core
&gt; &gt;    * A stock world/rules should be provided, as a basis to work from.
&gt; &gt;      Further, it should include all graphics, music, and text media to
&gt; &gt;      characterize that world.
&gt; 
&gt; This shouldn't be seen as an excuse to avoid documenting the server
&gt; though as happens all too often. :)

Ah, decidely not!  ;-)

My plan is to first assemble a fairly extensive wishlist, and then
extract it into a more proper (and complete) requirements list.  Then a
design document would be drawn up, and only then would implementation be
allowed to go forth.  Separate docs would be want to be written, but if
worse came to worse, at least there would be the design docs to fall
back on.  

I think once the design docs exist, pretty much any decent programmer
could code it up, assuming of course that the design was good and had a
solid basis in reality.  ;-)

&gt; &gt;    * In general, the server should be easily customizable by the admin,
&gt; &gt;      so that new wannabe admins can take a stock world and immediately
&gt; &gt;      and quickly turn it into something interesting and unique.
&gt; 
&gt; (A topic to avoid, but what are the odds that this will happen or that
&gt; it will be within the capabilities of the average newbie admin?)

If suitable GUI editor tools exist (ideally, extrapolated or extended
off of the regular play clients), then customizing a world may be fairly
straightforward even to a newbie admin.  But point taken.

&gt; &gt;    * As much as possible, customization and editing should be doable
&gt; &gt;      while the game is still running.
&gt; 
&gt; Of course.  To do otherwise would be to ignore the fine heritage of MOO,
&gt; Cold and LPC.
&gt; 
&gt; &gt;    * Allows "building" and "inventing"
&gt; &gt;    * Free market, player-driven economic system
&gt; &gt;    * Allows for creation/optimization of sophisticated AI's
&gt; &gt;    * Dialectization - Modify player speech to suit the race/nationality
&gt; &gt;      they're playing (orcs speak orcish, etc.)
&gt; &gt;    * Coordinate-based rather than room-based.
&gt; &gt;    * Able to make large scale world changes (meteorites, massive weather
&gt; &gt;      changes, etc.)
&gt; &gt;    ? Server distribution?  Should it be possible to link several
&gt; &gt;      different people's servers together?
&gt; 
&gt; There's a lot of fun technical issues here, but what does it really add
&gt; to a game?

I'll split up the technical requirements from the more proper wishlist
items.  (I must be getting ahead of myself) ;-)

&gt; &gt; Client Interface
&gt; &gt;    * Should support graphics (to compete with UO/EQ/etc.)
&gt; &gt;    * Cross platform playable
&gt; &gt;    * Don't forget about importance of text and text interfaces
&gt; 
&gt; Don't forget that the availability of a text interface doesn't excuse
&gt; the lack of a good graphical interface for most things.  Widespread
&gt; consumer acceptance doesn't typically involve a command line.

Ah, I was thinking more of a secondary client application that ran only
in text mode.  This could be used by people who for one reason or
another could not use the graphical one.  

&gt; &gt;    * Can't trust client (treat it as already hacked; it _will_ be)
&gt; &gt;    * Configurable dynamic music (music changes to suit the scene,
&gt; &gt;      and can download new tunes between play sessions as they become
&gt; &gt;      available)
&gt; 
&gt; Some of the new stuff in DirectX (some of which is still forthcoming)
&gt; looks really useful for this type of thing.  Of course, there goes your
&gt; portability.

Hmm, well while selection of graphical libraries and such is a design /
implementation decision, I'd hope that some of the various cross
platform graphics libs (Crystal Space, OpenGL, SDL, wxWindows, etc.)
would fit the bill.  I know some (like CS) are still developmental...

&gt; &gt;    * Semi-dynamic graphics:  can upload your character portrait or
&gt; &gt;      animation to a central server, for others to (auto?)download.
&gt; &gt;      (This encourages the players to generate the hardest artwork -
&gt; &gt;      character animations - themselves.)
&gt; 
&gt; If all of this is to be the 'Next generation' of MUDs, then we (the mud
&gt; world) are largely already there.  MOO and Cold have been here at this
&gt; level for some time, or had the capabilities of being at this level at
&gt; the core architecture level.  They've had graphical clients.  Some of
&gt; them have had coordinate based systems.  They've been able to handle
&gt; 100-500 users.  That said, I've moved on from those systems for reasons
&gt; explained in the list archives.
&gt; 
&gt; Isn't it time to really move on to the next generation?

Hmm, did not know that...  So you're right, we ought to shoot for a
little more aggressivity.  What would you suggest as good challenges to
undertake?

(Thanks to everyone who emailed me with suggestions privately; I'll
incorporate them and repost the wishlist tomorrow.)

-- 
Bryce Harrington
bryce @ neptune.net




_______________________________________________
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="00429" HREF="msg00429.html">Re: [MUD-Dev] Next gen MUD wishlist</A></strong>
<ul compact><li><em>From:</em> Bruce &lt;bruce#puremagic,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00416" HREF="msg00416.html">Re: [MUD-Dev] Next gen MUD wishlist</A></STRONG>
<UL><LI><EM>From:</EM> Bruce &lt;bruce#puremagic,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00422.html">Re: [MUD-Dev] code base inquiry</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00420.html">RE: [MUD-DEV] a shrinking pool of players?</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00416.html">Re: [MUD-Dev] Next gen MUD wishlist</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00429.html">Re: [MUD-Dev] Next gen MUD wishlist</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00418"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00418"><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>
<LI><strong><A NAME="00391" HREF="msg00391.html">RE: [MUD-DEV] a shrinking pool of players?</A></strong>, 
Matthew Mihaly <a href="mailto:diablo#best,com">diablo#best,com</a>, Thu 17 Feb 2000, 20:47 GMT
<UL>
<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>
</LI>
</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
</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>