-
Notifications
You must be signed in to change notification settings - Fork 4
Converter producing invalid worlds #5
Comments
Yes, this is an Experimental Feature and is not Reccomended for usage until further research is done. |
I'm using
This is where I'm currently stuck, as it won't continue without a valid log file, and patching out the check just parses a blank world with no chunks. I don't understand what it even is, but it seems to be used partially for crash recovery - here is the relevant documentation |
Mc3ds isn't a traditional bedrock save it is close enough todo some sort of conversion and renaming |
Where is the log file? |
The 3ds Edition doesn't contain any log files. They representative of each other around PE 1.0.15 (not bedrock). |
The library requires one, is there a way around this? |
You can modify it out of the module, but no guarantee it'll work |
How did you get the void world in Skyblock without converting a save? I'm trying to make a void nether, but I can't use any save editors because I can't convert it into a Bedrock save |
I manually translated the Bytes by hand and used a pre-existing world as a template. It's tedious and takes roughly 100 hours to completely convert a world this way. |
Wow, that's insane dedication, no wonder you didn't fix Cracko298/MC3DS-Skyblock-Plus#2 (that could take years lol). I can try to make a program to automate this, how did you figure out the blocks? Which files are they stored in? |
If you need to know why that happens (for Skyblock+). It happens because the world doesn't register the VOID as valid when saving and assumes it is wrong or bad data. As for where the actual data is stored, you can look into CDB files. Index files do NOT contain any world data and just point to where the slot files are located inside of the folder and naming scheme. |
If you would like to join us, we have a bounty for finding a full proof method and providing code to convert to/from mc3ds and Java or Bedrock in our community server. The Bounty is $1000 for software that can convert it or $200 for a writeup of said conversion. |
$1000?? |
It just was posted today, but the bounty ends in one month (09/29/2024l. |
When trying to use this on the Skyblock world, the result is an invalid world
The text was updated successfully, but these errors were encountered: