this post was submitted on 21 Apr 2024
360 points (99.2% liked)

Games

31815 readers
1063 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:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here.

founded 1 year ago
MODERATORS
 

RIP. I hope the levels were backed up.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 4 months ago (1 children)

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.

[โ€“] [email protected] 0 points 4 months ago* (last edited 4 months ago)

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.)