2000Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] World and History Creation -->
<!--X-From-R13: Zvat <yvatNxnatn.ah> -->
<!--X-Date: Thu, 30 Mar 2000 17:02:16 &#45;0800 -->
<!--X-Message-Id: E12alEd&#45;0006Mf&#45;00#kanga,nu -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] World and History Creation</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:ling#kanga,nu">
</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="msg00800.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00802.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00811.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00800.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00801">Author</A>
&nbsp;|&nbsp;<A HREF="#00801">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00801">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] World and History Creation</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] World and History Creation</LI>
<LI><em>From</em>: Ling &lt;<A HREF="mailto:ling#kanga,nu">ling#kanga,nu</A>&gt;</LI>
<LI><em>Date</em>: Thu, 30 Mar 2000 12:08:07 -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>
Had to reformat the below significantly.  Hope it comes out okay... (and 
doesn't get rejected!)

Justin Rogers wrote:
&gt; Ling wrote:
&gt;
&gt; When using fractals to generate your world, given it a
&gt; sufficient size you wind up making bookshelves of cds full of
&gt; data anyway.  Its not that

I would disagree here since seemingly large fractal landscapes can be 
generated without a corresponding increase in storage.  I'm not sure at the 
moment but I think Black &amp; White, for instance, use what is essentially the 
same technique to give the illusion that the world is incredibly detailed.  
All that is needed to be stored is the difference of the original fractal 
landscape and the current landscape (now that a meteor just made a big gaping 
hole).  Pseudo-random seeding, I believe, in the FAQ.  The big drawback of 
fractals is that it doesn't do it's own time-ageing effects.
 
&gt; the MUD would run on GIS data natively, its that the GIS data is
&gt; used to make a more *realistic* world.  IE, this is the most
&gt; realistic world a human can possibly describe or imagine.  So using GIS
&gt; data which has several powers of complexity, simplifying it to down to 
&gt; classes of terrain, height, etc..., and then finally using the data for
&gt; your simplified world to create a *visible* world for the user makes for
&gt; a very real experience.
&gt; 
&gt; And guess what.  The user will never know that the world is
&gt; better, worse, or event that it is the world.  Pick remote locations,
&gt; stuff people in the Amazon.  Hell, put someone on Long Island, New York
&gt; and they will	think it is a fabulous new world.
&gt;
 
I subscribe to the "What they don't know won't hurt" school of thought. I 
argue that whether a mud uses real data, like real GIS data (or the satellite 
data in that bookshelf of CDs behind me) or faked data wouldn't really affect 
whether the user thinks it is realistic that much. I admit, I'm basing this 
opinion off self-evaluations after gaming.  When I play a game, I don't 
think: Why is there a mountain to the east and a river flowing north/south?  
In fact, for a good game, I just get absorbed, accept the limits of the game 
and just play - so long as everything else is consistent.  I'm the sort of 
person to read those Gamer's Murphy's Laws and only then realise (did you 
know that in Champions, a normal person can destroy a car in 5 minutes using 
his bare feet!).

Having said that, I do have a little program that accretes a sphere in a 
solar system (Population II type star), cool it to make a big spherical rice 
pudding skin (representing a supercontinent), land some comets on it, do some 
calculations on heat convection which puts heat under the supercontinent so 
it flys apart into continents, rain on it, etc.  Looks great and incredibly 
detailed but I still load up the terrain editor and write my initials in the 
format of a mountain range over the ice caps.

&gt; &gt; What I'd really like to do these days is take the 36 plots
&gt; &gt; thing and integrate that into an Alife engine so key characters are
&gt; &gt; created during world generation with motivations and stuff.  It would
&gt; &gt; then be possible to generate legends...  Although I suspect an
&gt; &gt; injection of illicit substances into the code might help (considering
&gt; &gt; how bizarre legends can seem now we have an established framework 
&gt; &gt; for "reality").
&gt; 
&gt; [snipped bizarre behaviours]

It isn't the bizarre behaviours that throw me.  It's the bizarre nature of 
legends: like cracking your head open and a daughter pops out; some woman 
floating around in a lake holding not-your-average sword up; and a certain 
witch with a name like our Prime Minister running around in a certain 
forest...
 
I was (too busy commuting these days) trying to figure out how to incorporate 
a local lore/history type thing into the world generation. Simulating nations 
battling out or people milling around doing purely survival stuff is fine but 
a bit barren in terms of history.  What I'd like to do is add in some spice 
in the form of creating key characters at random points during the simulation 
and then taking one of the plots and wrapping it round this character.  
Whilst that is happening, it would be rather funky if the engine also create 
other characters, add them to the existing plot, create more characters and 
plots and draw them into this big intricate weave.
 
I suppose the best way to make a history is to take the Twilight 2000 
approach.  A bunch of people sat around playing a game of politics based on 
then-present world politics and extrapolated the future using that. After 
all, history only has to be made once.  I seem to have an obsession. :-)  My 
big concern with history is that to give a world depth, not only does it has 
to be internally realistic/consistent/whatever but it should also 
feel "evolved" for lack of a better world.  Many of the ALife stuff I've seen 
have concerned quite dry simulations (admittedly, my own first-hand 
experience of ALife equivalent sims tend to be wargames (of the synthetic 
environment/defence sort) which are dry by definition).

That reminds me, today's science snippet which I don't think has appeared on 
this list before is the "small-world network" (now made famous by the six 
degrees of Kevin Bacon).  All nodes (think npcs within a mud) have a 
connection to most of the neighbours but a few far thrown ones to nodes at 
the far end of the network.  So...  If you do have a mud where npcs "know" of 
other characters, it would make sense for some of these npcs to "know" of 
characters far, far away.  This list, for example, is an example of the small-
world network.  I realise it's common sense but it made the papers only a few 
years ago!  There are other applications as well but I'll let you folks 
guess.  That is, if you find it useful...
-- 
  |   Ling Lo
_O_O_




_______________________________________________
MUD-Dev mailing list
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>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00800.html">[MUD-Dev] ADMIN: Spam filters and being unsubscribed</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00802.html">Re: [MUD-Dev] RE:Troublemakers and their M.O.</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00811.html">Re: [MUD-Dev] Richard Garriot's 'X' project</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00800.html">[MUD-Dev] ADMIN: Spam filters and being unsubscribed</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00801"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00801"><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><A NAME="00806" HREF="msg00806.html">[MUD-Dev] Richard Garriot's 'X' project</A></strong>, 
Matthew Mihaly <a href="mailto:the_logos#achaea,mudservices.com">the_logos#achaea,mudservices.com</a>, Fri 31 Mar 2000, 15:47 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00808" HREF="msg00808.html">Re: [MUD-Dev] Richard Garriot's 'X' project</A></strong>, 
skeptack <a href="mailto:skeptack#antisocial,com">skeptack#antisocial,com</a>, Fri 31 Mar 2000, 20:57 GMT
</LI>
<LI><strong><A NAME="00809" HREF="msg00809.html">RE: [MUD-Dev] Richard Garriot's 'X' project</A></strong>, 
Sellers, Michael <a href="mailto:MSellers#maxis,com">MSellers#maxis,com</a>, Fri 31 Mar 2000, 20:57 GMT
</LI>
<LI><strong><A NAME="00811" HREF="msg00811.html">Re: [MUD-Dev] Richard Garriot's 'X' project</A></strong>, 
skeptack <a href="mailto:skeptack#antisocial,com">skeptack#antisocial,com</a>, Fri 31 Mar 2000, 20:57 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00801" HREF="msg00801.html">[MUD-Dev] World and History Creation</A></strong>, 
Ling <a href="mailto:ling#kanga,nu">ling#kanga,nu</a>, Fri 31 Mar 2000, 01:02 GMT
<LI><strong><A NAME="00800" HREF="msg00800.html">[MUD-Dev] ADMIN: Spam filters and being unsubscribed</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Fri 31 Mar 2000, 00:35 GMT
<LI><strong><A NAME="00794" HREF="msg00794.html">[MUD-Dev] ScryMUD 2.0.11 released.</A></strong>, 
Ben Greear <a href="mailto:greearb#candelatech,com">greearb#candelatech,com</a>, Thu 30 Mar 2000, 04:17 GMT
<LI><strong><A NAME="00792" HREF="msg00792.html">[MUD-Dev] RE:Troublemakers and their M.O.</A></strong>, 
Aaron Leslie <a href="mailto:silrathi#yahoo,com">silrathi#yahoo,com</a>, Thu 30 Mar 2000, 04:00 GMT
<UL>
<LI><strong><A NAME="00795" HREF="msg00795.html">Re: [MUD-Dev] RE:Troublemakers and their M.O.</A></strong>, 
Kevin Scott London <a href="mailto:london#cs,utk.edu">london#cs,utk.edu</a>, Thu 30 Mar 2000, 18:15 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>