-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render chunks outside the inhabitedTime
limit as a "foggy"
#288
Comments
Rendering only chunks with a specific The "Fog" part is a thing for the future, since that needs quite some additional changes :) |
inhabitedTime
limit as a "foggy"
inhabitedTime
limit as a "foggy"inhabitedTime
limit as a "foggy"
Thanks Blue <3 |
Since this feature sounds interesting I've enabled it on my server, but I get unexpected results. There are so many unrendered chunks in the map where people definitively have been. Even as my character ingame walks around on a chunk, it is not rendered after a forced save or a few hours of waiting. The render queue is empty. Unless I'm mistaken, the I used Here's a screenshot: |
@martijns BlueMap can't control/change the way minecraft updates the Also, BlueMap still has to wait until Minecraft saves the new inhabited-time to the actual world-files. This might be delayed by quite a bit, so it just might take a while until the now "inhabited" chunks appear on the map. An unexpected result would be the actual |
Is your feature request related to a problem? Please describe.
Pre-generating the world results in very large storage requirements, especially on shared hosting.
Pregenerating the world is almost required for shared hosting, due to limited CPU usage etc.
Bluemap currently treats all generated chunks equally, and will create high detail high storage space for them.
Describe the solution you'd like
I would like to see chunks that have a configurable inhabited time skipped for rendering, but still otherwise marked on the map as explored.
I could set this to 30m or so in order to only render out settlements / built up areas, and players would be able to see each others builds in high detail without visiting in person, as well as use the map (as they currently do) to find new areas to loot/explore like in the end, without having the storage requirements of storing all the 3d model information of places that were just passed in transit.
Ideally there would be some form of fallback, e.g. rough biome colors, as it has been explored, or a low res image, but that's only a nice-to-have compared to knowing if an areas been potentially raided, as you can generate biome maps using the seed and providing them externally to Bluemap say via Discord.
The text was updated successfully, but these errors were encountered: