world create with seed? - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: world create with seed? (/thread-1576.html) |
world create with seed? - david-76 - 09-10-2014 I have a seed number and would like to generate a world order. how is that possible? RE: world create with seed? - xoft - 09-10-2014 Create a folder for that world, create an empty world.ini file and enter the seed information in it: Code: [Seed] Another approach is to let the server generate a world, then edit its seed in the world.ini and delete the "region" folder so that all the chunks will be regenerated from scratch, using the new seed. RE: world create with seed? - xoft - 09-10-2014 Do note, however, that MCServer and vanilla generate completely different worlds even though they get the same seeds. There's no point in reading a vanilla's seed and putting it into a MCS world, our generator works different from vanilla's. RE: world create with seed? - david-76 - 09-10-2014 ohh that's too bad ... is there a possibility to transfer from one world to MCServer? |