Results 1 to 7 of 7

Thread: Random World Generation

  1. #1

    Thread Starter
    Member Usako's Avatar
    Join Date
    May 2001
    Posts
    60

    Random World Generation

    Hi

    Anyone here can kick/push me abit in the right direction on 'how to make a random world generator?'. I truly have no clue how to make one and searching a few forums hasn't helpt me either.
    With 'world' I mean an earth like world.

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Well I would imagine you make a sphere, and then put different colours on it, anr/or deform it a little to create valleys/mountains.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    `World generators are fun, it's one of the first things i've programmed actually, in gwbasic what kind of world are you making first of all? Spherical, cylindrical, toroid or flat? If you want water and mountains formed naturally even if you don't have depth in your world, you could let the algoritm evolve the ground by increasing land height by using continental pieces splitting and colliding with each other, vulcanos and decrease by erosion and ice ages. There are of course simpler techniques just randomly build continents by increasing height naturally around an area and then erode a bit to smoothen them
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  4. #4
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    I remember that nice avatar! Its Usako!!!

    Weeee *waves* hello! =^_^=

    (sorry its kinda off-topic)

  5. #5

    Thread Starter
    Member Usako's Avatar
    Join Date
    May 2001
    Posts
    60
    Hi Fox ^-^

    It's a cylindrical map It's some sort of isometric thingy I'm making. Currently it just janks down some random tiles but it's quite fast . I'll try something like that height increasing thingy ^_~

  6. #6

    Thread Starter
    Member Usako's Avatar
    Join Date
    May 2001
    Posts
    60
    and I made about 100 new avatars but my stupid upload program is not really, exactly working >_<

  7. #7

    Thread Starter
    Member Usako's Avatar
    Join Date
    May 2001
    Posts
    60
    Heh Does anyone has some example code or something for me? ^_^ Anything I try gets not so nice and stuff
    *sighs* It would be cool if I had an matrix type 'o plug thingy so I could learn everything in a snap ^_~.

    Oh well, just added a nice automated fringe thingy so I'm happy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width