this post was submitted on 21 Apr 2024
359 points (98.9% liked)
Games
32417 readers
912 users here now
Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Weekly Threads:
Rules:
-
Submissions have to be related to games
-
No bigotry or harassment, be civil
-
No excessive self-promotion
-
Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts
-
Mark Spoilers and NSFW
-
No linking to piracy
More information about the community rules can be found here.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You have misunderstood. I am not talking about continuing to run the old server binaries.
What do you mean by specs then? The protocol? The "protocol" is the ABI of the server binary, the logic of it. The networking protocol is super simple. You need the server code for replicating any server.
I mean whatever is needed for the community to replace/maintain the servers, just as I said.
That would obviously include the network protocols, but might also include data structures, API contracts, map data, timetables, and any number of other things.
I wrote in general terms deliberately, since it would mean different things for different games, and to allow for the possibility of releasing source code instead of descriptive specs.
(And no, source code is not the only way to do it. If that were the case, the community-developed game servers that have been made through reverse engineering could never have existed.)