Cuberite Forum

Full Version: Smooth Map
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to generate a flat map to the entire map was flat and nebylo cave, mountain, water, etc.
The best you can do right now is open up terrain.ini and enter this:
Code:
[Terrain]
HeightFreq1=0
HeightFreq2=0
HeightFreq3=0
HeightAmp1=0
HeightAmp2=0
HeightAmp3=0

You can't get any flatter at the moment
Does not work, I did as you said, even generate a new map, but still eats mountains and dougeons can I do something wrong??
Nemogli would you generate a steady WORLD and give me??
You could always write a script for it BookkcTongue just think up some kind of algorithm/while loops and conditionals and you could come up with something.. i did something similar once but with water but wasnt very successful - i ended up making an infinate loop that crashed my server and when i tried on my laptop it froze everything upTongue so be careful!
I should add a callback to plugins for when a chunk is created and/or loaded and/or unloaded, this should give plugins incredible power regarding generating chunks and more