Page 1 of 1
Map Generator
Posted: Mon May 29, 2017 2:39 pm
by Gladaed
Where can i find the actual map generator that fills all tiles? can't seem to find it in a lua right now.
(I'd like to invert the water placement so that you get a map of island instead a sea filled landscape)
Re: Map Generator
Posted: Mon May 29, 2017 3:08 pm
by Rseding91
All of the game logic is written in C++ the map generator included and as such isn't available to change outside the prototype definitions or through runtime control.lua mods.
Re: Map Generator
Posted: Mon May 29, 2017 3:36 pm
by Gladaed
Is it possible for you to provide an option that reverses the comperator in the water filling step? (As far as i know it's a if perlin > threshold and i'd want a if perlin < threshold so water/land masses get inverted.)
Re: Map Generator
Posted: Mon May 29, 2017 4:51 pm
by steinio
So you will start on a water tile and die.
Re: Map Generator
Posted: Mon May 29, 2017 5:14 pm
by Gladaed
The respawn gets you to a land tile
Re: Map Generator
Posted: Tue May 30, 2017 9:44 am
by darkfrei
Look water maze mod, there is some method to set water or earth where you will.