this post was submitted on 14 Feb 2025
130 points (100.0% liked)

Asklemmy

45214 readers
1021 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

And if so, what tactics did they use? Pester the devs? Crowdfunding to buy the rights to the game from the devs? Something else?

Edit: I'm more looking for instances of the actual original game being open-sourced through fan efforts or outright purchase, like how Blender was originally open-sourced as a result of a crowdfunding campaign. The open-source rewrites of games are awesome, but I don't have the skills to build a relatively elaborate game on my own. It's also not a popular game, more niche, really, so I'm just wondering what are the possibilities.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 16 points 5 days ago (3 children)

Not strictly the same, but one of the most amazing feats to me in this topic was done by the Sacred community over at DarkMatters.

Apoligies for the wall of text, but I consider it worth a read.

Sacred 2 in particular never had its server code open sourced, leaked, or anything of the like as the studio went bankrupt before anything could happen, this was around 2010.

Over the course of a decade a few volunteer devs would pick up a project where using tools like wireshark etc they'd essentially sniff traffic sent by a client attempting connection to a server that didn't exist, and using this, devs would literally try to GUESS what a server would respond, and what a client expected, essentially trying to build out the backend infrastructure from SCRATCH.

Fast forward to 2020 or so and progress was still being made, not only that but things were beginning to actually take shape. In 2021 (IIRC) one dev in particular had the general frame of a working server and continued to work on it. Fast-forward and since 2022-23, you're able to run both a LOBBY for multiple servers and an actual GAME SERVER yourself, self-hosted and code is open.

I've ran a couple servers using docker since, where I played with friends, and being able to replay that childhood game, with friends, one I thought I'd never be able to share the experience for, is a dream come true.

Another neat thing is that it was reverse-engineered in windows, but the docker containers literally run WINE to translate windows calls to Linux and it just works.

Knowing I'm able to in 2,5,10,30 years pick this up, and not only that, but replay with friends means this work of art has a great chance at preservation.

If you're into power metal, there's a band called Blind Guardian, they not only did they the main theme for the game, but the band's members have an entire quest-line in-game that culminates with an in-game concert. Again, a work of art worth preserving, and now, it can be shared.

[โ€“] [email protected] 3 points 4 days ago

I loved Sacred 2! I remember save scumming to preserve my 0 deaths streak. I'd hit the power button on the Xbox before it could save, risking corrupting my character every time.

[โ€“] [email protected] 4 points 5 days ago

Awesome achievement, thanks for telling the story!

[โ€“] [email protected] 1 points 4 days ago (1 children)

I tried looking into this and I'm having trouble setting it up, although I'm on linux so that might be my doing.

I followed the guide on Darkmatters

[โ€“] [email protected] 1 points 2 days ago (1 children)

I'm also on Linux. Ensure you have docker and docker-compose installed. IIRC you also need the windows server files# . I'll get back to you with my server compose file.

[โ€“] [email protected] 1 points 2 days ago

Sorry - I wasn't clear. I can't seem to join any servers. Some comments mention changing the default server to "hex41.de" so I changed that but I can't connect.

Maybe it's since been taken down or something.