dslake / WorldDownloader

Clones a Minecraft multiplayer world from a remote server to your singleplayer folder
http://www.minecraftforum.net/topic/1444862-
62 stars 19 forks source link

Chunk updates #42

Open rcl2748 opened 10 years ago

rcl2748 commented 10 years ago

I'm so sorry for posting it in here, but I don't know where else to ask it: Is it possible to make it so once the chunk is downloaded, it will not be updated again for the rest of the session, I really want to save a few maps, but when the game starts, players start destroying the map, and by the time the map is loaded, it is already corrupted, help!

--Thanks alot, Victor.

nairol commented 10 years ago

Sorry for the long wait. In theory this can be done. Part of what you want can be achieved by starting and a few seconds later stopping the download again. This will only save ~10 chunks in each direction though.

I don't know if adding this feature will be that useful for most users. Maybe we'll implement your idea, not sure yet...

rcl2748 commented 10 years ago

Please do, I can try submitting a pull request if that will help you.