1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: world concept -->
<!--X-From-R13: Xb Rvyyba <rzvylNgurybavbhf.arj.bk.np.hx> -->
<!--X-Date: Sat, 16 May 1998 11:32:19 &#45;0700 -->
<!--X-Message-Id: 19980516183148.17272#thelonious,new.ox.ac.uk -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 9193945826E7D0118BB4080009DBF8F6107E9F@TTECH -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: world concept</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:emily#thelonious,new.ox.ac.uk">
</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="msg00632.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00634.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00618.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00706.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00633">Author</A>
&nbsp;|&nbsp;<A HREF="#00633">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00633">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: world concept</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: world concept</LI>
<LI><em>From</em>: Jo Dillon &lt;<A HREF="mailto:emily#thelonious,new.ox.ac.uk">emily#thelonious,new.ox.ac.uk</A>&gt;</LI>
<LI><em>Date</em>: Sat, 16 May 1998 18:31:48 +0000</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>
jacob langthorn (jlangthorn#towertechinc,com) spake thusly:
&gt; Some friends and I are toying with the idea of building a mud that has
&gt; both admin and player control. Admin control is largely traditional in
&gt; that it encompasses building and repairing. The player control we are
&gt; talking about is along the following lines.

  I've thought along these lines, but didn't have the time to put
them into practise (like lots of people here I have a half-finished
codebase, but I have Finals and things so haven't worked on it in some
time). I once ran an Abermud where I had a legal system and a Parliament,
run on 18th-century constitutional lines (I.e. the King and Queen -
me and the other God could veto anything Parliament put forward, but
needed Parliamentary permission to get our own legislation accepted).
The legal system worked quite well, but Parliament didn't because
we didn't have enough people playing to run elections. The moral is,
either make sure you have plenty of players, or perhaps flesh them
out with NPCs (i.e. have NPC electors whose votes are decided by
impartial admins).

&gt; 1.	As players advance they will have the ability to become town
&gt; mayor's or local lords. This will include taxes and building to some
&gt; degree. Building will be more along the lines of deciding how can build
&gt; a house or a keep and where. The overall land scope and basic political
&gt; system will be set by the admin team this way we can control and improve
&gt; the political diversity ( to be a mayor you have to be elected by the
&gt; towns PC's and NPC's, to be a lord you must be appointed or take over).
&gt; The taxes will be set by the local lord/mayor for the local populace but
&gt; that will be tempered by what he has to pay the admin.  The player will
&gt; decide how people are taxed and how he enforces these taxes.

  This sounds reasonable, although tax collection enforcement could be
difficult to code. However, I wouldn't enforce political forms in the
game code. I'd allow towns to become taken over by oligarchs, for instance,
or states to become democracies - I'd tend to encourage player-run
factions, and have arranged battles and revolutions to determine changes
in government. I'd also allow states to take each other's land, and I'd
allow states to, say, build houses of their own and give them to their
followers if they wanted. I'd also allow bribery, corruption, siphoning
off of funds and so forth.
  I'd try and control this more indirectly by having the admins influence
NPC 'public opinion' and maybe control the Emperor of a loose federal
state (a la 17th century Holy Roman Empire). So, for instance, favour
your own adherents too much or overthrow a democracy and you could see
that NPC shopkeeper in Short Street giving his support to an opposing faction
and fighting you in a street riot.

&gt; 2.	We would also like the world to be dynamic to some degree.
&gt; Meaning new areas to be explored             and developed as well as
&gt; older areas being invaded or following into disuse.


  Makes sense. I personally favour a persistent world, so if everyone
were to move out of a village that village would become disused - no players
would live there, NPC's would leave, and admin would change the room 
descriptions to indicate dilapidated cottages and so on.

&gt; Basically my question is has this been attempted and if so where do I
&gt; look? And am I totally off my rocker for wanting to do this. By the way
&gt; the actual idea is much more detailed and I will post more if others are
&gt; interested. 

  I'm interested.

&gt; Jacob Langthorn
&gt; Systems Manager
&gt; Jlangthorn#toertechinc,com
&gt; (405)979-2149
&gt; 
&gt; 
&gt; 
&gt; -- 
&gt; MUD-Dev: Advancing an unrealised future.

	Jo


-- 
MUD-Dev: Advancing an unrealised future.

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00618" HREF="msg00618.html">[MUD-Dev] world concept</A></STRONG>
<UL><LI><EM>From:</EM> jacob langthorn &lt;jlangthorn#towertechinc,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00632.html">[MUD-Dev] Re: OT: Java multithreading performance</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00634.html">[MUD-Dev] Re: OT: Java multithreading performance</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00618.html">[MUD-Dev] world concept</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00706.html">[MUD-Dev] Re: world concept</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00633"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00633"><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: OT: Java multithreading performance</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00634" HREF="msg00634.html">[MUD-Dev] Re: OT: Java multithreading performance</A></strong>, 
J C Lawrence <a href="mailto:claw#greek,kanga.nu">claw#greek,kanga.nu</a>, Sat 16 May 1998, 18:54 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00622" HREF="msg00622.html">[MUD-Dev] Re: [MUD-Dev]World Size and The "Hot House" Factor  Was Re: PK and my "Mobless MUD" idea</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Sat 16 May 1998, 02:45 GMT
<UL>
<LI><strong><A NAME="00707" HREF="msg00707.html">[MUD-Dev] Re: [MUD-Dev]World Size and The "Hot House" Factor Was Re: PK and my "Mobless MUD" idea</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Tue 19 May 1998, 19:09 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00618" HREF="msg00618.html">[MUD-Dev] world concept</A></strong>, 
jacob langthorn <a href="mailto:jlangthorn#towertechinc,com">jlangthorn#towertechinc,com</a>, Sat 16 May 1998, 00:48 GMT
<UL>
<LI><strong><A NAME="00633" HREF="msg00633.html">[MUD-Dev] Re: world concept</A></strong>, 
Jo Dillon <a href="mailto:emily#thelonious,new.ox.ac.uk">emily#thelonious,new.ox.ac.uk</a>, Sat 16 May 1998, 18:32 GMT
</LI>
<LI><strong><A NAME="00706" HREF="msg00706.html">[MUD-Dev] Re: world concept</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Tue 19 May 1998, 18:57 GMT
<UL>
<LI><strong><A NAME="00710" HREF="msg00710.html">[MUD-Dev] Re: world concept</A></strong>, 
Holly Sommer <a href="mailto:hsommer#micro,ti.com">hsommer#micro,ti.com</a>, Tue 19 May 1998, 19:36 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00617" HREF="msg00617.html">[MUD-Dev] Re: mudschools</A></strong>, 
jacob langthorn <a href="mailto:jlangthorn#towertechinc,com">jlangthorn#towertechinc,com</a>, Sat 16 May 1998, 00:47 GMT
<UL>
<LI><strong><A NAME="00815" HREF="msg00815.html">[MUD-Dev] Re: mudschools</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Sun 24 May 1998, 13:10 GMT
</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>