@Supuhstar I haven't tried the most recent versions of Minecraft with it, but if you go to minecraft-dungeons d o t c o m I have a version that handles region files .. not sure which version I put in the github so you need to look at the page source and then also look at the files referenced in the webworker to wget the source. Also look at newer minecraft-dungeons d o t c o m slash mcdungeons slash dev (page source) (work in progress).
@gameblaster64 a long time. Processing each NBT file does not take very long but there are many, many of them, one for each 16x16x128 chunk, even for just the map portion show in the video, and I don't remember but I think the load time for that part is around 2-4 times what I showed.
Notch is going to change the save format, and I should take advantage of JavaScript typed arrays, so all of that loading and parsing stuff should be done over anyway.
What about now, with MCRegion?
Supuhstar 2 months ago
@Supuhstar I haven't tried the most recent versions of Minecraft with it, but if you go to minecraft-dungeons d o t c o m I have a version that handles region files .. not sure which version I put in the github so you need to look at the page source and then also look at the files referenced in the webworker to wget the source. Also look at newer minecraft-dungeons d o t c o m slash mcdungeons slash dev (page source) (work in progress).
chocosnark 2 months ago
@chocosnark Cool ^^
Supuhstar 2 months ago
you have low disk space...
TomShloop2 6 months ago 4
Incredible.
sawmaster2 8 months ago
How long does it take to parse NBT files, typically? Say an 80MB save. VERY cool work, by the way.
gameblaster64 1 year ago
@gameblaster64 a long time. Processing each NBT file does not take very long but there are many, many of them, one for each 16x16x128 chunk, even for just the map portion show in the video, and I don't remember but I think the load time for that part is around 2-4 times what I showed.
Notch is going to change the save format, and I should take advantage of JavaScript typed arrays, so all of that loading and parsing stuff should be done over anyway.
chocosnark 1 year ago