Earlier quoted context omitted.
> How is this different from just loading your world in a server and having your friends join? Because player location, inventory, actions, are all load on the server. That's why servers have player limits. > BitTorrent isn't going to work. You and I are talking about different things. I'm talking about serving up the raw blocks alone. And yes, I know, Minecraft servers don't support static file serving, or streaming…
> You and I are talking about different things. I'm talking about serving up the raw blocks alone. So shareable cloud saves? Who covers the cost for them?
1024000^2 Blocks, 2B2T Minecraft Server World Download Project, and Discoveries
81–90 of 127 posts
Re: 1024000^2 Blocks, 2B2T Minecraft Server World Download Project, and Discoveries
#82Earlier quoted context omitted.
Yes, the anarchy and inability to truly protect anything is part of the appeal of 2b2t. There was an interesting base project wherein the true coordinates were only known to the top leaders. All other builders connected through a custom client that offset the coordinates to hide the true location. If anyone became untrusted, they were simply blocked from the client and could not expose the coordinates. There was care…
If I remember one of these stories right, a screenshot of netherrite blocks on the floor. A member of the community calculated the block placement in the chunk and used this to determine where it was on the actual map.
Re: 1024000^2 Blocks, 2B2T Minecraft Server World Download Project, and Discoveries
#83Earlier quoted context omitted.
> I'm so continuously confused why Minecraft doesn't have a show-off mode where a team of people can build something, and then someone else can spectate it, without causing undue server load. You'll be confused by Minecraft in general then. Mojang's core team seems like they never changed a bit in all these years despite becoming a billion dollar studio, for better or for worse. Last time I played it, mods can still…
They actually added a lot of indirection to the code soon after being acquired. Instead of an array containing the number 1 (meaning dirt) it now contains a pointer to an object with a string name and a hashmap of properties. Instead of drawing a cube in code, it's loaded from an interpreted DSL - all possible calls to that DSL are fixated at load time. The chunk generation process creates and executes a graph of mic…
Re: 1024000^2 Blocks, 2B2T Minecraft Server World Download Project, and Discoveries
#84Earlier quoted context omitted.
I've already downloaded Hermitcraft. Thank you, I'll check out Pixlriffs. I'm asking because I have some things I'm curious about regarding Minecraft. Have a great day, and I wish you the best with everything you do.
Care to share what you are curious about?
Re: 1024000^2 Blocks, 2B2T Minecraft Server World Download Project, and Discoveries
#85Earlier quoted context omitted.
that's because Microsoft said it would blacklist 2b2t (making the client refuse to join it, or the auth server refuse to auth players for it - a punishment normally reserved for pay-to-win servers but the bar has been lowering) if it didn't ban swear words in chat
Considering no other server has to ban swear words (ignoring Bedrock partnered servers), I do not believe that happened. The server administration does not care so they are just trying to censor as much as they can automatically so they don't have to manually spend time looking at the server. There are other servers who are small enough to continue to have actually anarchy and who are willing to require having altern…
Here's another server saying the same thing happened to them: https://minecraftonline.com/wiki/Mojang_Blacklist_Timeline
Here's a mainstream source, though it doesn't have any new information: https://www.msn.com/en-us/entertainment/gaming/15-years-late...
Re: 1024000^2 Blocks, 2B2T Minecraft Server World Download Project, and Discoveries
#86Earlier quoted context omitted.
They actually added a lot of indirection to the code soon after being acquired. Instead of an array containing the number 1 (meaning dirt) it now contains a pointer to an object with a string name and a hashmap of properties. Instead of drawing a cube in code, it's loaded from an interpreted DSL - all possible calls to that DSL are fixated at load time. The chunk generation process creates and executes a graph of mic…
the id change was actualy much needed for the modding community. As there was only 65 536 possible IDs which in some modpacks was not enough especially accounting microblocks. And also you had massive ID conflicts that you had to manually set in configs every time. Because there was no separation of ids per mod.
Re: 1024000^2 Blocks, 2B2T Minecraft Server World Download Project, and Discoveries
#87Earlier quoted context omitted.
Considering no other server has to ban swear words (ignoring Bedrock partnered servers), I do not believe that happened. The server administration does not care so they are just trying to censor as much as they can automatically so they don't have to manually spend time looking at the server. There are other servers who are small enough to continue to have actually anarchy and who are willing to require having altern…
It's true: https://www.resetera.com/threads/mojang-requires-minecraft-a... Here's another server saying the same thing happened to them: https://minecraftonline.com/wiki/Mojang_Blacklist_Timeline Here's a mainstream source, though it doesn't have any new information: https://www.msn.com/en-us/entertainment/gaming/15-years-late...
Re: 1024000^2 Blocks, 2B2T Minecraft Server World Download Project, and Discoveries
#88Earlier quoted context omitted.
> You and I are talking about different things. I'm talking about serving up the raw blocks alone. So shareable cloud saves? Who covers the cost for them?
Whoever host the server? The difference is instead of only serving 50 people before lowering fps, instead now it can serve much more.
Many are self hosted.
> The difference is instead of only serving 50 people before lowering fps, instead now it can serve much more.
2b2t has 920 players online right now. That's quite a lot for a single instance, IMO.
Re: 1024000^2 Blocks, 2B2T Minecraft Server World Download Project, and Discoveries
#89Re: 1024000^2 Blocks, 2B2T Minecraft Server World Download Project, and Discoveries
#90> Providing a Torrent for this amount of data is not easy whatsoever. We are currently working on creating a Torrent that includes all data, but this may take a few weeks. What do they mean by this? I understand that it would be a download on the order of 26TiB (if we extrapolate from the recent 200k^2 download, which is a ~1TiB torrent[1]). If bandwidth costs are the issue (certainly it's an issue) they could thrott…