How to set smooth descent to the rivers shores?

amadin
Member
 
Posts: 471
Joined: Tue Jun 16, 2015 16:23
GitHub: Amadin

How to set smooth descent to the rivers shores?

by amadin » Mon Nov 09, 2015 09:45

How to set smooth descent to the rivers shores like at lakes and sea?

Image

Now mapgen7 generating only river canyon.
 

User avatar
Gael de Sailly
Member
 
Posts: 475
Joined: Sun Jan 26, 2014 17:01
GitHub: Gael-de-Sailly
IRC: Gael-de-Sailly
In-game: Gael-de-Sailly

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

by Gael de Sailly » Mon Nov 09, 2015 19:32

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)
Very busy this year too, so do not expect me to be very active on the forum or in game. But I'm not about to drop Minetest forever :)
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

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

by paramat » Mon Nov 09, 2015 20:13

That can't be done in mgv7.
 

amadin
Member
 
Posts: 471
Joined: Tue Jun 16, 2015 16:23
GitHub: Amadin

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

by amadin » Tue Nov 10, 2015 07:17

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?
 

User avatar
kaadmy
Member
 
Posts: 627
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

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

by kaadmy » Tue Nov 10, 2015 16:00

mgv6 doesn't have rivers AFAIK.
Never paint white stripes on roads near Zebra crossings.
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

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

by paramat » Wed Nov 11, 2015 02:05

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.
 

User avatar
rubberduck
Member
 
Posts: 487
Joined: Thu Feb 27, 2014 19:19
IRC: rbduck
In-game: rubberduck

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

by rubberduck » Wed Nov 11, 2015 14:41

i would really see some screenshots from your new rivergen, how do the rivers look like?
My game (not minetest): http://forum.freegamedev.net/viewtopic.php?f=22&t=6800

my mods: gold_and_gem, meseconductors

a penguin throws an apple through a window

sometimes i change my "forum location" via user control panel
 

amadin
Member
 
Posts: 471
Joined: Tue Jun 16, 2015 16:23
GitHub: Amadin

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

by amadin » Fri Nov 13, 2015 07:49

paramat wrote:My 'watershed' branch has smooth descent https://github.com/paramat/minetest/tree/rivergen

In this 'watershed' branch lava starts at y = -768.
Attachments
image55.png
image55.png (820.75 KiB) Viewed 1151 times
image56.png
image56.png (897 KiB) Viewed 1151 times
Last edited by amadin on Wed Dec 02, 2015 08:10, edited 1 time in total.
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

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

by paramat » Sat Nov 14, 2015 01:51

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
 


Return to Minetest Features

Who is online

Users browsing this forum: No registered users and 6 guests

cron