Cuberite Forum
Convert Notch maps to MCServer - 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: Convert Notch maps to MCServer (/thread-245.html)

Pages: 1 2


RE: Screenshots - NiLSPACE - 12-28-2011

many thanks


RE: Screenshots - Chris - 03-22-2012

Is there a converter for the new notch maps already?


RE: Convert Notch maps to MCServer - FakeTruth - 03-23-2012

Converter is no longer necessary, MCServer can read from notch maps natively and convert to .PAK files on the fly


RE: Convert Notch maps to MCServer - xoft - 03-23-2012

Note however, that some things will not be read - for example furnace contents, spawners, storage minecarts etc.


RE: Convert Notch maps to MCServer - Chris - 03-23-2012

I get " Error -5 decompressing data for chunk" when using a original map.
There is a copy of the original map folder in MCServer root folder named test and in settings.in World=test
What is my fault using the server?


RE: Convert Notch maps to MCServer - NiLSPACE - 03-24-2012

(03-23-2012, 12:16 AM)FakeTruth Wrote: Converter is no longer necessary, MCServer can read from notch maps natively and convert to .PAK files on the fly

where must you place the notch map files to let the server convert it???



RE: Convert Notch maps to MCServer - xoft - 03-25-2012

For Notchian servers you have your world files (.mca) in <worldname>/region/*.mca for the overworld and <worldname>/DIM<N>/region/*.mca for the nether / End. MCServer supports only one "dimension" in one world, so it expects the .mca files in <worldname>/*.mca.

For example, to use the SkyBlock map on a server, copy all *.mca files to SkyBlock/*.mca and set your settings.ini's [world]::DefaultWorld=SkyBlock

MCServer will read *.mca files, but any changes to the world will be saved into *.pak files (since MCA writing support is not yet written)