[MUD-Dev] Planet/Solar System Generation

Nolan Darilek nolan_d at bigfoot.com
Tue Jan 18 17:19:28 CET 2000


>>>>> "Wes" == Wes Connell <wconnell at adhesive.com> writes:

    Wes> Does anyone have any good links to some planet/solar system
    Wes> generation resources? I'm looking for some algorithms or cgis
    Wes> that will correctly generate a planet. The depth of detail I
    Wes> am looking for is like size of the planet, distance from its
    Wes> star, size / temp of its star. At the same time making sure
    Wes> the planet would be habitable and such. The physics behind
    Wes> such a task are currently beyond my ability.

One good resource is
http://www.clark.net/pub/nyrath/starmap.html. That offers lots of
information on issues concerning stars and planets, aimed more
toward game designers, writers, etc. If you're only interested in
planet generation, check out the links section at the end for cool
starmap tools.

Or, if none of that interests you at all, look at
http://www.accesscom.com/~iburrell/create/accrete.html, which has
several cool programs which use the Accretion algorithm to generate
entire star systems. The generated systems include lots of detail on
each planet, and using a few simple bits of information listed near
the Accrete link on the first reference, you can calculate which gases
a planet's gravity can hold. Combine the information generated by
Accrete with the data in the catalog available from
http://www.clark.net/pub/nyrath/gliese3.zip, and you can assign your
ficticious planet to an actual known star. Sorry for the rambling;
this question managed to land in one of my areas of interest, since
I'm toying around with a few sci-fi world concepts. :)

You may also wish to check out
ftp://ftp.funet.fi/pub/doc/games/roleplay/texts/plangen.txt for an
alternate system, though I haven't dug too deeply into this one. From
what little I've read, it seems more inclined to dice throwing and
randomness, which may not be what you're interested in since you've
alluded to physics.

    Wes> Also planet/terrain generation that is geophysically correct
    Wes> would be great.  Even to go as far as plate movement, mineral
    Wes> make up, and weather patterns.

Not sure how detailed these are, but have you seen the map/world
generation tools at http://www.irony.com/webtools.html?




_______________________________________________
MUD-Dev maillist  -  MUD-Dev at kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev



More information about the mud-dev-archive mailing list