this post was submitted on 22 Apr 2026
1203 points (99.6% liked)

Technology

84019 readers
3935 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

It's amazing what a difference a little bit of time can make: Two years after kicking off what looked to be a long-shot campaign to push back on the practice of shutting down server-dependent videogames once they're no longer profitable, Stop Killing Games founder Ross Scott and organizer Moritz Katzner appeared in front of the European Parliament to present their case—and it seemed to go very well.

Official Stream: https://multimedia.europarl.europa.eu/en/webstreaming/committee-on-internal-market-and-consumer-protection-ordinary-meeting-committee-on-legal-affairs-com_20260416-1100-COMMITTEE-IMCO-JURI-PETI

Digital Fairness Act: https://ec.europa.eu/info/law/better-regulation/have-your-say/initiatives/14622-Digital-Fairness-Act/F33096034_en

you are viewing a single comment's thread
view the rest of the comments
[–] iglou@programming.dev -1 points 16 hours ago* (last edited 16 hours ago) (2 children)

I find it weird that you're making what seems to me to be a strawman argument about "burdening (mostly) small developers," as I'd say they are mostly not the ones trying to do this bullshit where they try to retroactively destroy art and culture because it stops being profitable enough. Indie studios typically don't design their games to use publisher-operated servers with ongoing costs attached in the first place, let alone to self-destruct when they shut off!

Releasing source code isn't without extra work. My point is, unless you make sure to specifically target the companies abusing gamers, you're going to mainly hurt the part of the industry that is not the problem.

[–] Don_alForno@feddit.org 2 points 9 hours ago (1 children)

There's no need to release any source code if your game doesn't require an internet connection to your server to run in the first place.

[–] iglou@programming.dev 0 points 8 hours ago (1 children)

Do you think only big studios make games that need an internet connection? Or why is this comment relevant?

[–] Don_alForno@feddit.org 1 points 7 hours ago* (last edited 7 hours ago) (1 children)

The important part is "to your server".

Mostly big studios/publishers put "always online" requirements in single player games for a start. And even if it's not only big studios, those requirements can be omitted without effort (if anything it reduces effort to not put them in).

Multiplayer games are a different beast, but I'd argue that yes, small studios rarely make games that exclusively rely on the developer's own servers for multiplayer. That is because they are smaller studios and server architecture for a multiplayer game is a big investment for them. Even if I'm wrong there, future games can be designed with the legislation in mind (this would not affect existing games retroactively) and don't have to keep using centralized server architecture for everything.

[–] iglou@programming.dev 1 points 7 hours ago

Again, I never disagreed with the issue: (90%) solo games requiring an internet connection disappearing suddenly is a major issue in the gaming industry

I disagree with the solutions people want for it, which I find shortsighted.

And yes, such a legislation would force to rethink some designs, and force using one over the other not because it fits the final product better, but because it does not have the additional pressure of compliance. And that, I think, makes it a poor solution.

What I'd like to see is something similar to minimal warranty in the EU. So, a game has to provide X years of playability, clearly shown on the product page/box. They can guarantee longer if they wish. They then have a legal obligation to keep it online. Add to it a mandatory warning X years before shutdown.

Then the consumer is no longer deceived, and the studio has less pressure to comply with EoL requirements.

And why not make releasing the source code a viable way to comply with these requirements, and have a special label for "forever playable" games, either fully singleplayer or through code release.

Just don't force every studio to release their codebase.

[–] grue@lemmy.world 1 points 11 hours ago (1 children)

It's not "extra" if it's a legal requirement.

More to the point, I'm not saying it has to be licensed as Free Software or that it has to be made immediately public. I'm saying that a copy needs to be sent to a government archive, regardless of how messy it is, so that the government can make it public later when the company doesn't care anymore.

[–] iglou@programming.dev 0 points 8 hours ago

This shows me you don't work anywhere near software. It is not as easy as you think it is.