Page 1 of 1

How to set smooth descent to the rivers shores?

PostPosted: Mon Nov 09, 2015 09:45
by amadin
How to set smooth descent to the rivers shores like at lakes and sea?

Image

Now mapgen7 generating only river canyon.

Re: How to set smooth descent to the rivers shores?

PostPosted: Mon Nov 09, 2015 19:32
by Gael de Sailly
I've tried it very quickely and haven't managed to get it with v7.
You can try Valleys Mapgen, that generates rivers (they are very narrow, you can change it in settings, like vmg_river_size = 10 in minetest.conf)

Re: How to set smooth descent to the rivers shores?

PostPosted: Mon Nov 09, 2015 20:13
by paramat
That can't be done in mgv7.

Re: How to set smooth descent to the rivers shores?

PostPosted: Tue Nov 10, 2015 07:17
by amadin
paramat wrote:That can't be done in mgv7.


- So how it set in mgv6?
- Do you know any fork of mapgen7 with smooth descent at the rivers?

Re: How to set smooth descent to the rivers shores?

PostPosted: Tue Nov 10, 2015 16:00
by kaadmy
mgv6 doesn't have rivers AFAIK.

Re: How to set smooth descent to the rivers shores?

PostPosted: Wed Nov 11, 2015 02:05
by paramat
Yes mgv6 doesn't have rivers, just sloping beaches down to lakes.
My 'watershed' branch has smooth descent https://github.com/paramat/minetest/tree/rivergen
Or see the c++ version of Valleys Mapgen linked to above.
For (slow) lua mapgens see my watershed https://forum.minetest.net/viewtopic.php?f=11&t=8609 and riverdev https://forum.minetest.net/viewtopic.php?f=11&t=9210 mods.

Re: How to set smooth descent to the rivers shores?

PostPosted: Wed Nov 11, 2015 14:41
by rubberduck
i would really see some screenshots from your new rivergen, how do the rivers look like?

Re: How to set smooth descent to the rivers shores?

PostPosted: Fri Nov 13, 2015 07:49
by amadin
paramat wrote:My 'watershed' branch has smooth descent https://github.com/paramat/minetest/tree/rivergen

In this 'watershed' branch lava starts at y = -768.

Re: How to set smooth descent to the rivers shores?

PostPosted: Sat Nov 14, 2015 01:51
by paramat
If you compile my 'rivergen' branch the mapgen (called 'watershed') is hidden and not selectable, you have to run a mod to select it:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.register_on_mapgen_init(function(mgparams)
minetest.set_mapgen_params({mgname = "watershed"})
end)


The mapgen is in development and needs lots of tuning.
Lower screenshot here https://forum.minetest.net/viewtopic.php?p=194182#p194182