[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4866: Undefined array key "database_gc"
FOSS gamedev and creative worlds • View topic - Add MapGen discussions?
Page 1 of 1

Add MapGen discussions?

PostPosted: Tue Jul 19, 2016 19:26
by TumeniNodes
Is it possible to add a board here for MapGen discussions, and MapGen questions?

Re: Add MapGen discussions?

PostPosted: Wed Jul 20, 2016 00:30
by MineYoshi
This area is generally used for sharing maps...
But maybe isn't a bad idea!

Re: Add MapGen discussions?

PostPosted: Wed Jul 20, 2016 00:34
by paramat
Erm perhaps i'll open a thread for mapgen questions.

Re: Add MapGen discussions?

PostPosted: Wed Jul 20, 2016 01:53
by TumeniNodes
paramat wrote:Erm perhaps i'll open a thread for mapgen questions.


Thank you for considering it...
I think it would be good, and helpful.

Re: Add MapGen discussions?

PostPosted: Sun Jul 31, 2016 19:27
by ozkur
im in the middle of searching for mapgen problems. can biomes be created on on top another?

as in, can worlds. i know you can make biomes midair, but they will not have blocks.

Re: Add MapGen discussions?

PostPosted: Sun Jul 31, 2016 20:36
by paramat
Do you mean having different world-levels stacked vertically? Like this:

Image

Not yet in core mapgens, but maybe in future mapgens.
Once a core mapgen generates world levels the current biome API can indeed create different biomes for each level.

Re: Add MapGen discussions?

PostPosted: Sun Jul 31, 2016 20:57
by paramat
New thread for mapgen questions viewtopic.php?f=47&t=15272

Re: Add MapGen discussions?

PostPosted: Sun Jul 31, 2016 22:43
by ozkur
paramat wrote:Do you mean having different world-levels stacked vertically? Like this:

Image

Not yet in core mapgens, but maybe in future mapgens.
Once a core mapgen generates world levels the current biome API can indeed create different biomes for each level.

yes, but no holes. im mostly worried about the blocks existing. im hoping for a 5000 block gap, pretty much.