1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Terrain/Landmass &#38; GIF/BMP -->
<!--X-From-R13: Quevf Uenl <ptNnzv&#45;pt.UenlEntr.Sqzbagba.OP.QO> -->
<!--X-Date: Wed, 7 Oct 1998 18:33:42 &#45;0700 -->
<!--X-Message-Id: 199810080120.TAA13181@ami&#45;cg.GraySage.Edmonton.AB.CA -->
<!--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] Re: Terrain/Landmass &amp; GIF/BMP</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">
</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="msg00115.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00117.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00125.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00119.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00116">Author</A>
&nbsp;|&nbsp;<A HREF="#00116">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00116">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Terrain/Landmass &amp; GIF/BMP</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: Terrain/Landmass &amp; GIF/BMP</LI>
<LI><em>From</em>: Chris Gray &lt;<A HREF="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</A>&gt;</LI>
<LI><em>Date</em>: Wed, 7 Oct 1998 19:20:32 -0600</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>
[quzah:]

 &gt;Does anyone know a link or quick formula I could look at to do
 &gt;something along these lines? I can just toss out random +/- to
 &gt;a given coordinate, and check its neighbors to make sure there
 &gt;is not too big a jump, but I think that would be inefficient
 &gt;and or ineffective in the long run. Any suggestions?

No specific links or formulas, but fractal terrain generation
is fairly standard stuff, I think. What I found with my playing
around with it is that if the average random adjustment is smaller
than you would normally have for the midrange of the bisections,
then you tend to get a final result that is a lot of small islands
or small hills. Larger than normal random changes tend to yield
a smaller number of larger continents. For example, for a 256 x 256
grid, you might use random modifications that go like:

    32, 32, 32, 22, 14, 8, 4, 2

So, for the first 3 division of the square, you modify by rnd(32). For
the next rnd(22), etc. Its the middle numbers of this set that seem
to change the nature of the terrain. Its not terribly controllable,
however, so I suggest trying out various random seeds, and using
one that gives a good result.

 &gt;After finally generating a world mass, I need a way to "see"
 &gt;what it looks like.

How about just writing a binary file and then reading that in with
a Java program or something? Then you should be able to stuff them
into an Image somehow, and display it directly.

-- 
Chris Gray     cg#ami-cg,GraySage.Edmonton.AB.CA


</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="msg00115.html">[MUD-Dev] Re: Terrain/Landmass &amp; GIF/BMP</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00117.html">[MUD-Dev] Re: Terrain/Landmass &amp; GIF/BMP</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00125.html">[MUD-Dev] Re: META: What are you looking for in this list?</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00119.html">[MUD-Dev] Re: Terrain/Landmass &amp; GIF/BMP</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00116"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00116"><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] Current Projects</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00130" HREF="msg00130.html">[MUD-Dev] Current Projects</A></strong>, 
James Wilson <a href="mailto:jwilson#rochester,rr.com">jwilson#rochester,rr.com</a>, Fri 09 Oct 1998, 07:55 GMT
<UL>
<LI><strong><A NAME="00146" HREF="msg00146.html">[MUD-Dev] MUVE vs. MUD [was Re: Current Projects]</A></strong>, 
Alex Stewart <a href="mailto:riche#crl,com">riche#crl,com</a>, Sat 10 Oct 1998, 09:26 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00193" HREF="msg00193.html">[MUD-Dev] Current Projects</A></strong>, 
David Bennett <a href="mailto:ddt#discworld,imaginary.com">ddt#discworld,imaginary.com</a>, Tue 13 Oct 1998, 23:22 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00125" HREF="msg00125.html">[MUD-Dev] Re: META: What are you looking for in this list?</A></strong>, 
Alex Stewart <a href="mailto:riche#crl,com">riche#crl,com</a>, Thu 08 Oct 1998, 10:11 GMT
<LI><strong><A NAME="00116" HREF="msg00116.html">[MUD-Dev] Re: Terrain/Landmass &amp; GIF/BMP</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Thu 08 Oct 1998, 01:33 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00119" HREF="msg00119.html">[MUD-Dev] Re: Terrain/Landmass &amp; GIF/BMP</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Thu 08 Oct 1998, 04:47 GMT
</LI>
<LI><strong><A NAME="00121" HREF="msg00121.html">[MUD-Dev] Re: Terrain/Landmass &amp; GIF/BMP</A></strong>, 
quzah [sotfhome] <a href="mailto:quzah#softhome,net">quzah#softhome,net</a>, Thu 08 Oct 1998, 06:26 GMT
<UL>
<LI><strong><A NAME="00123" HREF="msg00123.html">[MUD-Dev] Re: Terrain/Landmass &amp; GIF/BMP</A></strong>, 
Marc Hernandez <a href="mailto:marc#jb,com">marc#jb,com</a>, Thu 08 Oct 1998, 07:47 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00122" HREF="msg00122.html">[MUD-Dev] Re: Terrain/Landmass &amp; GIF/BMP</A></strong>, 
quzah [sotfhome] <a href="mailto:quzah#softhome,net">quzah#softhome,net</a>, Thu 08 Oct 1998, 06:33 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>