You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library works flawlessly with the tips you told me, I managed to rasterize the polygons in C# without issues :) I think i'll use mapgen2 for now, i love the results it gives, but i feel like there are very few lakes
How do I encrase the number of lakes generated?
The text was updated successfully, but these errors were encountered:
The lakes and oceans are assigned in the same place: assign_r_water. Right now it uses a noise function (fbm_noise), and then when that value is < 0 then r_water[r] is set to true.
You can use anything you want here! :-) In my older version of mapgen2 (written in Flash) I had more options here, including one that formed islands in the shape of my blob logo (see example).
If you want some small lakes you can something like this:
The library works flawlessly with the tips you told me, I managed to rasterize the polygons in C# without issues :) I think i'll use mapgen2 for now, i love the results it gives, but i feel like there are very few lakes
How do I encrase the number of lakes generated?
The text was updated successfully, but these errors were encountered: