Some semi-random thoughts on terrain generation
I created a vines finisher:
[Image: 1f4c5e6fcb.jpg]
[Image: f12a78af79.jpg]
Reply
Thanks given by: Seadragon91 , xoft
I noticed a serious lack of grass in plains.
Maybe add a simple mechanism which, basically, adds grass on every topsoil block in plains?
Reply
Thanks given by:
Try putting the "TallGrass" finisher in the world's world.ini[Generator]->Finishers.
Reply
Thanks given by:
I started playing with the NetherThreshold, and you can get some pretty nice results with it:
Set to -10000:

[Image: ec543e0fbf.jpg]


It might be cool to set it dynamicly from a noise. It would allow for some dense and some open parts in the nether.
EDIT:
Something like:
int Threshold = m_Noise.CubicNoise2D(ChunkX / 100, ChunkZ / 100) * 10000
Reply
Thanks given by: Seadragon91
I think this is happening because cChunkDesc::SetHeightFromShape() doesn't check if the height is lower then the waterlevel.
Reply
Thanks given by:
Well, it shouldn't, because it has no idea if anyone's gonna fill the water or not. The villages are asking the wrong guy, then.
Reply
Thanks given by:
I tried making the caves more rough. I my first attempt was a bit too much:
[Image: a145bec1e0.jpg]

Sadly it doesn't look as good as I hoped, so I'll drop it
Reply
Thanks given by:
Wow, somebody had some really bad luck
[Image: 4c8da1ec0e.jpg]
Reply
Thanks given by:
Smile))))
Reply
Thanks given by:
Xoft has procured a WiFi-connected emoticon.

----

I think the WiFi alliance might have something to say about that.
Reply
Thanks given by: tonibm19




Users browsing this thread: 15 Guest(s)