Cuberite Forum
Mineserver - The OTHER C++ MC Server - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Off Topic (https://forum.cuberite.org/forum-9.html)
+--- Forum: Off Topic Discussion (https://forum.cuberite.org/forum-10.html)
+--- Thread: Mineserver - The OTHER C++ MC Server (/thread-1205.html)



Mineserver - The OTHER C++ MC Server - tigerw - 07-31-2013

Hello!

I found another C++ Minecraft server on the internet.

Compared to this MCServer:
  • Other supports currently only protocol 1.5
  • Other has terrible terrain/biome/tree generation and handling (thank xoft for his work!)
  • Other has a little less functionality in terms of eating, blocks, and the lot.
  • BUT! They have a working cTracer type thing - so their arrows work (albeit without the new drawing back animation, therefore power control), and so do the item drops - sort of.

I haven't had much time to test it though, hence the incomplete list. They are open sourced too, though their community and developers seem quiet or less than ours.

What do you think? Mineserver


RE: Mineserver - The OTHER C++ MC Server - NiLSPACE - 07-31-2013

Mineserver only sends the speed and direction explained the creator to me while I was on his test server. The server itself has no idea where the projectile is going.


RE: Mineserver - The OTHER C++ MC Server - tigerw - 07-31-2013

(07-31-2013, 07:20 AM)STR_Warrior Wrote: Mineserver only sends the speed and direction explained the creator to me while I was on his test server. The server itself has no idea where the projectile is going.

Oh, so it's completely client side? Dang! The client near runs it's own server when you're on multiplayer! (I do understand that it's for smoothness and prediction)