Cuberite Forum
Is this terrain normal? - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Is this terrain normal? (/thread-2227.html)



Is this terrain normal? - LogicParrot - 11-30-2015

It doesn't look normal.

This occured using the default options. No custom gens, etc.


RE: Is this terrain normal? - NiLSPACE - 11-30-2015

Did it look like this from the start? If you let it snow, will it slowly look "normal" again?

It's also possible that a finisher changed the meta's there, while the snow generator only set the blocktype.


RE: Is this terrain normal? - LogicParrot - 11-30-2015

I think it looked that way right after the chunks generated.


RE: Is this terrain normal? - PureTryOut - 11-30-2015

It looks like it has snowed there, it should definitely not be like that on chunk generation.


RE: Is this terrain normal? - NiLSPACE - 11-30-2015

Could you paste the contents of your world.ini?


RE: Is this terrain normal? - LogicParrot - 12-01-2015

- I am now 100% positive those bumps were made on terrain generation.
- Snowy weather gradually makes it worse, not better, by creating more bumps.
- In vanilla, this seems to never happen, neither by generation nor by snowing. The snow layer height seems to always be uniform.
- In Cuberite, snow seems to *always* be buggy, and the snow layer height is never uniform. However, the effect is gentler on mountains and much more aggressive in flat areas. It seems that snowy flat areas are rare, and this might be the reason no one reported this before.
- I used a default world.ini.
- I tested this with several worlds.

Attached: An example of the effect on a mountain. Much less bumps, but bumps nevertheless.


RE: Is this terrain normal? - tigerw - 12-01-2015

The bumps are actually a feature and are meant to look like, well, uneven snow. You only get a uniform 1cm snow layer in physics questions.

I think the finisher is SnowLayers or something. There's even a forum post by the person who implemented the changes.


RE: Is this terrain normal? - NiLSPACE - 12-01-2015

No, the snow layer's were only implemented for when it's actually snowing. They shouldn't be there on generated. The generator just sets the snow blocktype: https://github.com/cuberite/cuberite/blob/master/src/Generating/FinishGen.cpp#L698


RE: Is this terrain normal? - LogicParrot - 12-01-2015

The bumps look ugly, and shouldn't be a feature. Vanilla is rightfully uniform.


RE: Is this terrain normal? - NiLSPACE - 12-01-2015

It's not supposed to be a bump. It's supposed to be a smooth transition from low to high layer blocks.

At least after it finished snowing. The generator should generate flat layers of snow. It's a bit harder for the generator to make the smooth transition, because it would have the know the composition of other chunks as well.