this post was submitted on 25 Jun 2025
516 points (98.5% liked)

Games

39974 readers
1421 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Rules

1. Submissions have to be related to games

Video games, tabletop, or otherwise. Posts not related to games will be deleted.

This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.

2. No bigotry or harassment, be civil

No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.

We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.

3. No excessive self-promotion

Try to keep it to 10% self-promotion / 90% other stuff in your post history.

This is to prevent people from posting for the sole purpose of promoting their own website or social media account.

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

This community is mostly for discussion and news. Remember to search for the thing you're submitting before posting to see if it's already been posted.

We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.

5. Mark Spoilers and NSFW

Make sure to mark your stuff or it may be removed.

No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.

6. No linking to piracy

Don't share it here, there are other places to find it. Discussion of piracy is fine.

We don't want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.

Authorized Regular Threads

Related communities

PM a mod to add your own

Video games

Generic

Help and suggestions

By platform

By type

By games

Language specific

founded 2 years ago
MODERATORS
 

EU petition to stop publishers from intentionally destroying games with kill switches.

top 50 comments
sorted by: hot top controversial new old
[–] racemaniac@lemmy.dbzer0.com 10 points 15 hours ago

This is a great initiative, and Ross did an incredible effort, and i hope this second wind gets the petitions the signatures they need.

Infinite respect for Ross, he can truly say he did everything he could do.

[–] firipu@lemmy.world 10 points 16 hours ago

Signed it. Can't believe I completely missed this petition.

[–] ArchmageAzor@lemmy.world 12 points 22 hours ago

Really hope Charlie's video on the subject helps mend things.

[–] RedFrank24@lemmy.world 45 points 1 day ago (7 children)

Every time I see the argument that "Oooh no you can't release server code, there's proprietary code there!", I question my software development skills.

You mean to tell me when you have licensed code, you don't wrap it with your own interfaces? I was always under the impression that it was best practice to never rely on one single concrete implementation of your interface, hence the Dependency Inversion Principle.

If you have a proprietary library you use for determining the positioning of players on a map, you wouldn't be directly instantiating BinglyBooCharacterPositionWhatsit, you'd be using ICharacterPositioner and then using BinglyBooCharacterPositionWhatsit as the implementation of that interface, surely?

[–] thesmokingman@programming.dev 14 points 1 day ago (1 children)

I don’t follow this argument. In this context, proprietary code is work product that has value to its owner. Often large swathes of said work product is reused across games so the theory is that releasing the work product means your competitors can make your work product. I do not understand how wrapping someone else’s work product in your own work product doesn’t require them to first release their work product.

Note I don’t necessarily buy the company mindset on proprietary code; I explained here because I don’t understand where you’re coming from.

[–] RedFrank24@lemmy.world 9 points 23 hours ago

I mean if you are required to release a server dev kit, or at least make best efforts to release one, you can release what code you have and go "Here are the interfaces, but I can't legally release this code because I don't own it, so someone else is going to have to create an alternative".

It's about making it easier for other devs to make up for the gaps, rather than going "Nope! Proprietary code, can't do anything!"

[–] theneverfox@pawb.social 6 points 1 day ago

Abstraction is a trade off. You don't want to build interface layers between everything... It's a pain in the ass, and if there's a 1-1 relationship between parts of a system then you're basically putting in a minimum cost to modify that area in any way. So if you do it, it'll probably be once you've locked down the design pretty well

Game development is pretty different than normal development too. You have a lot of one off and lose ends based on creative decisions... You aren't building up on top of your system, you're building out

And frankly, it leads to a mix of mind blowingly good code and a lot of terrible code

So no, I don't think it's that easy. I think it's also a bullshit argument, and they should release the "proprietary" code when they finish supporting the game, or put in the time to make the interfaces

[–] flop_leash_973@lemmy.world 14 points 1 day ago* (last edited 1 day ago) (1 children)

In my experience working with devs at game studios (i'm a sysadmin/infra engineer type by trade), it is rarely them that is so against open sourcing code, or giving fans of the game the tools needed to keep it going on their own once the devs move on. Most of the devs I have dealt with would like nothing more than to see the thing they created live on and be enjoyed by people, even if they are not personally getting paid for it 10 years down the line.

It is nearly always the executives looking to make sure no one manages to enjoy something the people that work for them created without the c-suite getting paid for it first that is the road block.

[–] eupraxia@lemmy.blahaj.zone 8 points 1 day ago* (last edited 1 day ago) (1 children)

I crunched like hell in my mid 20s on a live service game that I enjoyed playing, was well loved and consistently played by a few fans, and had a few unique ideas in its niche. I gave up a lot of life for that game to see the light of day, under extremely tight timelines and wavering support from a flakey publisher.

It lasted less than a year in release because of a few mistakes in early access and it inhabited a saturated market that seems near impossible to penetrate now. The console ports that caused the worst months of the crunch never even saw a release.

Me and the rest of the devs would love to just play the game again, but the game's kinda just rotting somewhere in storage of a publisher that long ago tried to pivot toward NFT/metaverse bullshit, to predictable results. Outside of a few early playtest builds a few people have (and definitely aren't supposed to) we have basically no way of playing it ourselves, much less letting others play it. We couldn't even get much approved to show in a portfolio once the studio closed and the assets went to the publisher. It makes me really sad and I'm no longer in game dev / tech at large professionally for that reason. This story is not unique, this is pretty much just how the industry works and devs near-universally feel screwed over by it.

[–] ipkpjersi@lemmy.ml 2 points 14 hours ago

Devs geting screwed over by management (not even just game devs but all devs) is a tale older than time, sadly.

[–] NuXCOM_90Percent@lemmy.zip 4 points 1 day ago

Understand that significant percentages of any game are made under crunch conditions. And there is no real "okay, let's go back and reduce our technical debt" for the majority of games.

So all those best software practices go out the window when you have slept in your cube for the past four nights and your well rested boss is screaming at you wondering why the cape physics still look so shit.

But also... how does that change anything? "Here is our end of life offline mode. We reference these packages you will never have access to and that have no open source equivalent because they are so specific to the proprietary way this auth system works"?

[–] vala@lemmy.world 4 points 1 day ago

Idk if most software developers know this is what they should be doing and ignore it completely or if they just don't know.

There are so, so many reasons to do this.

But I don't think this really happens very often in the real world because it's not the shortest line from A to B.

[–] catloaf@lemm.ee 1 points 1 day ago

Most devs are shit at their jobs.

Not that this is exclusive to devs. Most people in general are shit at their jobs.

[–] Justdaveisfine@midwest.social -1 points 1 day ago (1 children)

I'm not a smart nor good developer so maybe I'm looking at this wrong, but if you're a game Dev and you're using Unreal Engine or Unity, aren't you already bound to whatever license they have?

I believe if you're following say Unreal's structure, you're using their server/client netcode, and while you can release whatever you've made you can't use or share any of Epic's code. That would still require users to agree to Epic's EULA to get the full engine to compile your server setup.

Add in server handling for VoIP, audio middleware like FMOD, proprietary stuff like Xbox/PS crossplay, Steam's SDK, etc and I feel like that's a tangled web.

I'm also very tired and am probably not fully registering here.

[–] RedFrank24@lemmy.world 1 points 22 hours ago* (last edited 22 hours ago) (1 children)

I've never worked with Unreal's server setup, but I imagine it doesn't absolutely require to use their code, right? You can still make an Unreal game on the client and use something else for your server, meaning there must be some sort of common interface between them.

The point is yes, there is going to be code you can't legally release, libraries you can't use, but you can release what code you can, and then leave the interfaces for code you can't, leaving hobbyist devs to pick up the slack. You can even make servers from scratch that way, as with stuff like AzerothCore, where all of the code was figured out from scratch based on packets from client to server and studying hex code for hours. Technically AzerothCore was just building on top of MaNGOS but that was created using packets.

Even if you strip out the code you can't legally release, that's a hell of a boost to development that you wouldn't otherwise get.

[–] Justdaveisfine@midwest.social 0 points 17 hours ago* (last edited 16 hours ago) (1 children)

Taking a cursory glance through the solutions that already exist for this (which are largely standalone MMO style servers):

You lose out on many network troubleshooting tools unreal has built-in, as well as some of Unreal's play-in-editor testing tools. Its also common to add roughly 1.25-2x netcode development time as you're going to be coding things in on the Unreal client side as well as the server side.

I can see why this is feasible but rare to see in the wild. I think anything you pitch to an exec with a note that it may add 6 months to a year of extra development time (and QA time) is going to cause people to start swinging.

Edit: This comes off as negative and I don't mean it to be - A lot of companies do their own Unreal engine tweaks and I could see if a company built it up, they could have something solid and easily reworkable for future projects.

[–] RedFrank24@lemmy.world 1 points 15 hours ago

Ideally though, if this became law, you would be accounting for the fact you might have to swap out the server implementation into your initial development of the game.

Also, some of those tools you might not need for production client code. Yes it's gonna be a pain in the arse to develop server code without those tools, but not necessarily impossible. You could release server code with those tools stripped out, or able to be configured to work with those tools if someone else has the license for them.

In essence, you could modify the client to include configuration points that can point to specific servers, and then release documentation to say "Hey, this is what tool was originally used, these are the kinds of packets the client is sending (and whether they are expecting a response), and these are the kinds of packets the server is sending to the clients". You then leave the actual server development to whoever wants to build one. That is, effectively, how private MMO servers are made, but regardless of the type of game, you're still sending UDP packets to a server and receiving UDP packets from the server. You just need to know the purpose of those packets.

[–] TheGreenWizard@lemmy.zip 102 points 1 day ago (3 children)

Ah, another post where I get to rant about Piratesoftware. Fuck that self righteous, egotistical, fear mongering, ignorant, big headed, grifting, skript kiddy, cornball. Dude couldn't be assed even to read the Q&A, then makes up stuff about the initiative out of thin air. Dude is such a little weezel, I can't BELIEVE he still has a following after his hate campaign against the initiative. The fact that anyone outside of his immediate family cares about what he has to say boggles my mind.

TLDR: Thor, not my cup of tea personally.

[–] ArchmageAzor@lemmy.world 10 points 22 hours ago (1 children)

He's a dev himself. He won't be able to abandon his next game after it flops if this goes through. That's why he's spreading disinformation. I can only hope MoistCritikal's video on it helps.

Also, SKG should seek legal action for defamation.

[–] Madagaskar_sky@lemmy.world 1 points 13 hours ago (1 children)

See, this again. They can abandon their game, it's just that they have to patch out call home to function functionality. Patch out account verification and other bullshit. The game won't work like before? That's OK, it's about reasonable playability. MMO with no players? That's OK. No match making? That's OK. However it was playing before abandonment, just let that run on the computer.

Maybe the final law will ask for a local server client, but the petition is only asking for reasonable playability. Reasonable.

[–] dustyData@lemmy.world 1 points 13 hours ago (1 children)

He is referring to the fact that the only game pirate software has made was abandoned 7 years ago in early access and the dude just keeps patching it without significant content to avoid steam flagging and keep charging money for an unfinished demo. It's an unimaginative ripoff to boot.

[–] Madagaskar_sky@lemmy.world 1 points 13 hours ago

OK, I didn't know about that.

[–] radiouser@crazypeople.online 9 points 1 day ago

They certainly didn't conduct themselves in a polite or persuasive manner during their argument(s). As others have said in this thread: he has attacked everything but the topic and when they did they (purposefully) seemed very confused about the overall goal and desire of the campaign.

Is this a case of being wrong about your initial conclusions and doubling down? Or is this a bad actor spreading purposeful misinformation? Going by the video alone it's hard to see an alternative.

[–] NuXCOM_90Percent@lemmy.zip 11 points 1 day ago (2 children)

Louis Rossman is, at best, a "free speech absolutionist" libertarian, but he is probably the youtuber with the most experience actually working to get consumer (well, small business) rights legislature passed. And he specifically talked about this https://www.youtube.com/watch?v=TF4zH8bJDI8

In a nutshell: It doesn't matter if thor is a dipshit (he is and always has been). Attack the arguments, not the person. Because others will have similar complaints and all "He is a fucking prick and he didn't read the FAQ" does is hurt your argument and make things seem culty.

Because if it really WAS actually addressed (and understand that a response is not necessarily a refutation), point that out. Rather than require people to go dig through a bunch of youtube videos and blog posts.

[–] dustyData@lemmy.world 1 points 13 hours ago* (last edited 13 hours ago)

The relevant actors in this discussion already tried to address the arguments. Ross made a response video because Thor refused to talk to him like a petulant child.

Thor simply doesn't care, his first comment to the initiative was literally "eat my whole ass"[sic]. The whole conversation is way past rational discourse. Thor decided to actively oppose the initiative under the main argument of "this is fucking stupid"(direct quote). There simply isn't any rational argument to address. It's all a personal attack and misinformation from a narcissist with an audience. He knows that this initiative kills his grift business. That's all there is to know about the content of his rationality.

[–] inb4_FoundTheVegan@lemmy.world 2 points 16 hours ago

Attack the arguments, not the person.

I mean... Piratesoftware certainly went after the person.

[–] skisnow@lemmy.ca 153 points 1 day ago (4 children)

: goes to sign

: scrolls countries list

: no 'United Kingdom' option

: remembers

: sadface

[–] Tyoda@lemm.ee 58 points 1 day ago (1 children)

You may consider signing the UK effort, but that isn't looking chipper either.

https://www.stopkillinggames.com/countries/united_kingdom

[–] practisevoodoo@lemmy.world 31 points 1 day ago

Sign the UK parliament one

[–] Dariusmiles2123@sh.itjust.works 34 points 1 day ago (1 children)

Same for me, no Switzerland option.

So I can only encourage EU citizens to do it.

[–] RedIce25@lemmy.world 17 points 1 day ago

Same, no Norway

Me, a US citizen, not seeing a US option. Also me, realizing that means I cannot sign for the other countries because I am not a citizen of EU or UK.

[–] Covenant@sh.itjust.works 93 points 1 day ago (4 children)

Fucking piratesoftware....

[–] Carighan@lemmy.world 68 points 1 day ago (1 children)

I mean that guy was a dickcheese even before he tried to torpedo this initiative. But wow did he add to his pile of stink.

[–] maam@feddit.uk 29 points 1 day ago (1 children)

He abandoned his hardcore group to die in DireMaul. I have no respect for Thor.

[–] Default_Defect@midwest.social 24 points 1 day ago (1 children)

I see more people talking about this in the Stop Killing Games discourse than SKG itself, maybe that's why its failing.

A Lil bit of column A and a little bit of column B.

But spreading misinformation on it definitely did hurt it.

[–] atro_city@fedia.io 22 points 1 day ago (1 children)

Even sadder is that there are no popular EU streamers throwing their weight behind the initiative. What are they waiting for? Does PewDiePie still stream games?

[–] IronKrill@lemmy.ca 7 points 1 day ago

PewDiePie moved to Japan and while I have no idea what he's uploaded (or not uploaded) I get the sense he's basically retired. He's doing surfing, rock climbing, art, I don't know that he cares enough anymore to support it.

[–] SuperSaiyanSwag@lemmy.zip 6 points 1 day ago* (last edited 1 day ago)

It makes me sad that people like him get enough views and money to live off of

[–] TemplaerDude@lemm.ee 5 points 1 day ago

I don’t understand this fucking clown, why is he holding water for these big corporations?

[–] Coelacanth@feddit.nu 49 points 1 day ago

Signed it ages ago when it first came about, and it's really sad to see it still hasn't gotten enough signatures.

[–] melroy@kbin.melroy.org 32 points 1 day ago

Yes please sign the petition!