Some semi-random thoughts on terrain generation
are you working on something right now??
or maybe can you finish the Jungle Biome first.
Reply
Thanks given by:
there are too many ores generatingTongue look at the picture in the attachment


Attached Files Thumbnail(s)
   
Reply
Thanks given by:
Yes, there are. I need (someone? Wink to make a tool that would count the number of ore blocks in an entire world saved in MCA, then compare vanilla's numbers to MCServer's, and adjust accordingly.
Reply
Thanks given by:
Quote:adjust accordingly
...through settable variables in world.ini, please ^_^
Reply
Thanks given by:
xoft can you also make a finisher for swamp biomes for lily pads?
Reply
Thanks given by:
It can be done, but I don't feel like it right now. I think this is too easy. Therefore I'm saving this task for if there's someone who wants to join the project and is looking for an easy task to get acquainted with the source code.
Reply
Thanks given by:
when you are back can you make the transmision between biomes a bit smoother in the terrain hight??
Reply
Thanks given by:
i just tested some ideas i had and it worked pretty wellBig Grin if you make the beach biome bellow the sea level you get smaller beaches instead of the desert like beachesBig Grin
Reply
Thanks given by:
I found out why the jungle trees are so slow-generating. It's because they're huge, and the algorithm was O(N^2) due to checking blocks for duplicates. Without checking, the generator runs fast again, but we get the "leaves overwrite logs" problem. I'll need to figure something out against this.

Also, I've notices that some of the jungle trees grow in thin air. No idea what's going on there yet. It seems to happen only at biome transitions, especially jungle-ocean edge.
Reply
Thanks given by:
i think it is becouse i did at some point :
int Height = 7 + (a_Noise.IntNoise3DInt(a_BlockX + 5 * a_Seq, a_BlockY, a_BlockZ + 5 * a_Seq) / 5) % 3;
i hoped that the small trees would not generate in the big trees but they still do Sad
Reply
Thanks given by:




Users browsing this thread: 2 Guest(s)