Convert Minecraft server world files into MCserver world files. - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: Convert Minecraft server world files into MCserver world files. (/thread-195.html) |
RE: Convert Minecraft server world files into MCserver world files. - xoft - 02-15-2012 Oh dear. This looks like the server will need *a lot* of internal hacking to become 1.2-compatible. RE: Convert Minecraft server world files into MCserver world files. - FakeTruth - 02-15-2012 Gonna be fun! RE: Convert Minecraft server world files into MCserver world files. - xoft - 02-19-2012 The more I think about it, the less I'm worrying For the lighting to work properly, MCS will still need to generate the entire height of the map. So this change is mostly about making the internal MCS chunks 2x higher and reordering their data when sending to the client. And the MCA convertor / storagescheme. RE: Convert Minecraft server world files into MCserver world files. - ThuGie - 02-19-2012 Hey, It seems they have already added a converter + source so you might wanna check into it yay? RE: Convert Minecraft server world files into MCserver world files. - FakeTruth - 02-19-2012 Since the update is not just about the saving scheme, but also changes how minecraft handles block data internally there's not much use in writing that saving scheme yet (IMO). I'd say wait for the update, so we can actually test it... The best we can do is prepare the code to be changed |