←back to thread

331 points alex_medvedev | 9 comments | | HN request time: 0s | source | bottom
Show context
dartos ◴[] No.41852437[source]
Just waiting for Minecraft to be so reverse engineered as to be its own protocol with multiple server and client implementations that just work.
replies(2): >>41852773 #>>41855134 #
1. str3wer ◴[] No.41852773[source]
it already is, the entire protocol is reverse engineered, there are tools to automatically deobfuscate the code and there is already a full reimplementation of minecraft that also supports servers
replies(2): >>41853124 #>>41853560 #
2. INTPenis ◴[] No.41853124[source]
Does that mean there are open source clients that can connect to servers without a microsoft account?
replies(2): >>41853474 #>>41855419 #
3. beeboobaa3 ◴[] No.41853474[source]
the client has to authenticate with a central server and present a ticket to the server it wants to connect to. otherwise clients could impersonate each other easily.
replies(1): >>41854574 #
4. Cyberdog ◴[] No.41853560[source]
If that's the case, how come nobody seems to be writing improved Minecraft clients?

Ever since I started playing it in the beta days I've been frustrated with how poorly Minecraft performs relative to what it's showing on the screen. (Not that that stopped me from pouring hundreds of hours into the damn thing.)

replies(3): >>41853806 #>>41855430 #>>41855922 #
5. imtringued ◴[] No.41853806[source]
Yeah, it was always weird how 32x32x48 extreme reactors lagged the game whenever you looked at them, but the moment you looked away everything was fine.
6. justusthane ◴[] No.41854574{3}[source]
There are server mods that remove this requirement though.
7. xboxnolifes ◴[] No.41855419[source]
If the server is configured to not require server auth.
8. xboxnolifes ◴[] No.41855430[source]
There are tons. There are mods that rewrite graphics rendering, chunk loading, multi-threading, ...
9. vintermann ◴[] No.41855922[source]
Well, they do? Sodium, for instance. It's a mod, not a full rewrite, rewriting the client from scratch would mean a lot of boring work like speaking with Mojang's server, but I understand Sodium basically rips out and replaces the entire graphics pipeline of the client.