Cuberite Forum
Some semi-random thoughts on terrain generation - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: Some semi-random thoughts on terrain generation (/thread-409.html)



RE: Some semi-random thoughts on terrain generation - NiLSPACE - 11-30-2013

I've tried it and spawned in a mega taiga but the podzol should not generate everywhere. More like this: [Image: Mega_Taiga.png]

And the savanna M should be [Image: Savanna_M_updated.png]. (and realy rare)


RE: Some semi-random thoughts on terrain generation - xoft - 11-30-2013

I have only done the mesa biomes, no other.


RE: Some semi-random thoughts on terrain generation - xoft - 11-30-2013

How about this for megataiga floor, composition-wise?
[Image: megataiga_floor.jpg]


RE: Some semi-random thoughts on terrain generation - tonibm19 - 11-30-2013

Seems good. Waiting to see it with trees Smile.


RE: Some semi-random thoughts on terrain generation - xoft - 11-30-2013

I'm having a mental block with trees. I can't decide whether it'd be better to rewrite the trees completely to use cBlockAreas instead of blocklists. It might be faster, but it also needn't. And it would allow us to define custom tree images, but then again, only the predefined images would be used, no random variety. What a dilemma.


RE: Some semi-random thoughts on terrain generation - tonibm19 - 12-01-2013

It woild be awesome to use custom tree imagesBig Grin, and if it's faster, better.


RE: Some semi-random thoughts on terrain generation - xoft - 12-04-2013

I keep wondering, how many chunks worth of biome data are queried to actually generate one chunk? The log output for cBioGenCache would suggest that quite a lot, perhaps we could optimize that somehow? Investigating now...


RE: Some semi-random thoughts on terrain generation - xoft - 12-04-2013

One chunk = 90 biome queries total, 25 unique queries. That's quite a lot. No wonder that the cache adds so much performance gain Smile


RE: Some semi-random thoughts on terrain generation - xoft - 12-05-2013

If we ever want custom tree images, or any custom-built structures, we need a server where they could be built. And for such a server, we need a plugin that will keep people apart from each other and will generate the starting plots for everyone. I'm starting work on it now.


RE: Some semi-random thoughts on terrain generation - bearbin - 12-05-2013

I could run the server for a month or 2 if you want me to. (Would be raspberry pi, as it's cheap and always-on ;P)