Creating Ocean World with an island

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

Re: Creating Ocean World with an island

by paramat » Sun May 18, 2014 19:01

Add or edit this line in minetest.conf:
cloud_height = 120
EDIT
dgm5555 wrote:Is there any way of reverse engineering the mapgen to figure out the seed required to generate a flat or island world

Nope. Mapgen v6 can't generate a flat world or an island world, also its inherently impossible to generate seed from a desired noise.
 

neoascetic
Member
 
Posts: 24
Joined: Wed Dec 24, 2014 08:56
GitHub: neoascetic
IRC: neoascetic
In-game: neoascetic

Re:

by neoascetic » Sun Mar 22, 2015 06:59

paramat wrote:Would you still be interested in a mod that creates a single island of chosen size in an 'infinite' sea? I'm getting interested, it's a nice idea, i think i can derive this easily from flatten mod.

Bump, I am interested in this.
 

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

Re: Creating Ocean World with an island

by paramat » Sun Mar 22, 2015 17:08

LOL i never got around to it.
Perhaps you can work out how to customise my archipelago mod? currently 2D noise determines the areas lowered into the sea, replace that with a mathematical function based on distance from world centre, should be easy.
 

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

Re: Creating Ocean World with an island

by paramat » Sun Mar 22, 2015 21:57

Line 191 https://github.com/paramat/archipelago/blob/master/init.lua#L191 'comfac' is 'compression factor' i think, that should be 1 within the island area and increase smoothly to roughly 24 in the surrounding ocean.
The mod will probably crash because it needs line 122 editing to:
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
local chulens = {x=sidelen, y=sidelen, z=1}
 

Previous

Return to Minetest General

Who is online

Users browsing this forum: No registered users and 7 guests

cron