Jump to content

MinkiTheAvali

Member
  • Joined

  • Last visited

Everything posted by MinkiTheAvali

  1. I was referring to the page at https://www.classicube.net/server/host/ which lists some server software compatible with ClassiCube. I had done a quick search for ClassiCube compatible servers in C before and all the ones i was able to find only supported the base Minecraft Classic game and not the extended features of ClassiCube. My end goal with the project is to have feature parity with the Enhanced mode of ClassiCube while keeping a very low memory footprint.
  2. Hello together, As i recently had gotten my hands on some empty disposable vapes with surprisingly powerful processors, I had started to wonder if I could run a ClassiCube server on them. I quickly noticed however, that all the existing server software either used java or the absolutely inefficient and non-portable mess that is dotnet (even if mono is supposedly supported on armel targets but i never managed to get it to work). Despite the simplicity of the protocol, no one had apparently ever written a plain C server implementation before. So, I started writing my own server software and I have gotten to a point where most features work now while the memory and RAM footprints are kept pretty low. Here is my Codeberg repository Now, my question simply is, how can I possibly eventually get my server software added to the list of compatible server software and what are the concrete requirements that it needs to be able to fulfill to be added? Kind regards, Minki