Apollounknowndev / tectonic

Enhanced terrain generation with mountain ranges, underground rivers, and more
86 stars 9 forks source link

More config options #248

Open Otzelix opened 1 day ago

Otzelix commented 1 day ago

I was mainly thinking about more options for already existing options like:

splitting up "horizontal mountain scale" to "Mountain spacing" and "Mountain size" as you might want less mountains in total, or more, and with these options you could do that. Also, maybe allow the "deeper oceans" feature to be customized using a value, like an "ocean depth multiplier"

Apollounknowndev commented 1 day ago

Horizontal mountain scale can't be split up without a lot of effort and refactoring that would break existing worlds that don't touch the config option. Changing the deeper oceans config to be a multiplier might happen in the future, though.