papyrus-mc / papyruscs

PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
Apache License 2.0
255 stars 42 forks source link

Possible to delete chunks? #28

Open crazy888 opened 4 years ago

crazy888 commented 4 years ago

Hi,

found this tool today and start loving it. Works like charm.

So this is not a bug request.......... just asking myself if you can render the map will it possible to delete chunks? Still looking for a map editor for bedrock maps.......... but not able to find any..

Christian7573 commented 4 years ago

As in, remove certain chunks from the map or delete them from a world? If it's the ladder, papyrus does not support this as it is a renderer, not an editor. It's been a while but I used to use MCEdit Unified for such tasks.

crazy888 commented 4 years ago

As in, remove certain chunks from the map or delete them from a world? If it's the ladder, papyrus does not support this as it is a renderer, not an editor. It's been a while but I used to use MCEdit Unified for such tasks.

I try to edit a map. Its because of the updates......... I won´t start a new map everytime they release a new feature.......... But i also don´t want to walk 1000 of blocks just to find a chunk which is not created already. So yeah, i´ve been reading a lot of MCEdit but this tool is outdatet. Last release is from 2017. You can´t even open a bedrock map (v1.14.1). Trying to delete chunks files from db folder don´t makes minecraft to create it again. So you just have a huge whole inside your world..........

So of course i understand what papyrus is doing. It renders the map. But this also means it´s able to understand how the map is build up in minecraft and so there shouldn´t be much more to write back the map data when you know where to find chunks and delete them..........

But hey , as i wrote before, just some minds...... I don´t understand minecraft and have no clue how this map is wrote into files.............

hrmorley34 commented 4 years ago

Sorry this is a bit late, but I'd recommend Amulet (which is effectively the follow-up for the now outdated MCEdit & -Unified).

karpana commented 4 years ago

If you're still looking to "delete chunks" from your world, you'll need to do it in your world itself and not Papyrus.

Another tool that works really well is "MCC Tool Chest PE". I used it recently (with the release of 1.16) to completely wipe out the nether in my world, and also unlink all the nether portals, so that my kids and I could explore the nether with the updated procedural generation algorithms and thus all the new biomes.

karpana commented 4 years ago

Another comment about this thread. I do not believe that this is an issue with Papyrus in any way shape or form. I'd suggest that this issue be cancelled/rejected as out-of-scope; the OP very clearly indicated that they are looking for an editor for Bedrock Maps.