This is just pure fabricated bullshit. They themselves started limiting options. Remember the old days where you could host your own server with basically any game? They took that away, not us. So they themselves are 100% responsible for this ‘uprising’. Besides they could just provide/open-source the backend and disable drm. Hardly any work at all.
But of course it’s not about that. They just try to hide behind this ‘limits options’ argument. But they simply don’t want you to be able to play their old games. They want you to buy their latest CoD 42.
Let’s be real, open sourcing it isn’t “hardly any work”. All the code has to be reviewed to make sure they can legally release it, no third-party proprietary stuff.
Oh but with the new rules they could do that before making their code work that way. The idea is not for the new laws to apply retroactively but for new games.
I think your response is coming off as kinda “oh just do it different”. But that still means an entire industry of people are going to have to change how they make things. (And still spend time and money evaluating things at the end, just to be sure nothing slipped through.) I’m in favor of this at least being looked at and honest conversations happening, (which will not happen without this.) But there will certainly be an adjustment period where people on ground level learn and develop new “best practices”. And invariably someone will screw up. The companies are obviously only worried about money. They’ll get over it, is my opinion. But I think it’s worth communicating that we all understand new government regulation is likely going to be a pain in the ass. We just think it’s worth the pain/money. And that’s open sourcing or just creating a new mode for offline play in everything.
But that still means an entire industry of people are going to have to change how they make things.
Companies do that all the time in response to government regulation. You like seat belts and backup cameras in your car? No sawdust in your food? Transparent pricing when buying internet access? Government regulation. None of those companies went out of business.
This is exactly why I said:
But I think it’s worth communicating that we all understand new government regulation is likely going to be a pain in the ass. We just think it’s worth the pain/money.
When starting a new game, don’t include that stuff. Not including proprietary stuff without meeting the licensing requirements is already a step in the process.
There is a reason it’s included though. Stuff like fmod, bink video etc. does complicated things that you otherwise need to implement yourself.
When the law passes, the owners of proprietary functionality will adapt their licensing to meet the requirrments or go out of business when everyone stops using them.
Look I get it. The planet is dying, income inequality, it seems everything is unfair and going to shit. People yearn at an opportunity to help make things better. But yelling for simple solutions is the opposite of helpful. Because there are no simple solutions.
Saying to “just open source it” does not make sense.
What do you do about:
- proprietary codecs
- proprietary software that just does not exist as open source
- the fact you need a copy of the game engine to actually build the game from sources
- assets that have been bought on asset stores. Do the people who make those for a living not have a right to continue to make a living?
Making single player games without always online DRM: yes totally doable
Running game servers of online games forever: not really doable, as soon as all the libraries etc. they depend on are unsupported they will shut down one way or another. You need staff basically forever. Not even mentioning the maintenance headache that every legacy system always turns into.
Letting people run their own dedicated servers: sometimes doable, depends on the game though. Some games do not have “a server” but a whole infrastructure of stuff, look at foxhole. Some “servers” are a house of cards barely held together by duct tape.
This initiative all comes down to the definition of “reasonable”. What is reasonable, actually? Running an infrastructure at a loss until bankruptcy? Or just keeping it online until it starts making a loss.
This has nothing to do with open source.
Nothing.
Open source has zero relevance.
None whatsoever.
Nada.
Their licensing will change so that it doesn’t restrict keeping the game alive after servers go down or their license can’t be used to kill an otherwise functional game. That’s it.
Games will be designed to include the ability to do private servers after the company servers go down. It will be a cost of development just like anything else they are required to do. If they don’t want to include that, then they can choose not to make an online game.
“That stuff” is often core to the game. Any anti-cheat library, for example. On the client site, libraries like physx, bink video, and others are all proprietary and must be replaced and tested before it can be released in a working state. Few companies would release a non-functional game and let reviewers drag them through the mud for it.
None of those things will be affected because this isn’t about making games open source. It is about making games that have a design that allows them to potentially function indefinitely instead of allowing the companies to design them with planned obsolescence like tying single player games to server verification.
So you’re telling me that this could disrupt the anti-cheat industry, which is currently responsible for a lot of the Windows platform lock in the gaming industry and is tied to a lot of potential security vulnerabilities because it goes to a much higher level of privilege than a reasonable user would expect a game to need? I already wish I was in the right geographic area to sign, you don’t need to sell me on it twice!
Anti-cheat is a necessary evil for competitive online games. No one wants to play a game against cheaters since they typically have an unfair advantage. If you can’t combat cheating then you might as well not make the game since no one will want to play it. Fine by me since I don’t care for such games but I could imagine people who like playing them might prefer to play against as few cheaters as possible. What are the alternatives?
EvE Online doesn’t use root access anticheat software. I know it doesn’t because it runs on Linux just fine. That particular player base is the worst hive of scum and villainy that you’ll find outside of government. Clearly the anticheat software isn’t as essential as game studios would have you believe. The only major cheating I’m aware of in EvE was the BoB scandal, and that involved Devs cheating because they were Devs.
Can the EvE online method be applied to dissimilar games like e.g. fps games?
Battlefield and cod have cheaters running rampant in their official servers despite using anti cheats. They could employ a team to monitor cheating reported by players. But clearly they just don’t want to expend resources to combat that.
Anti-cheat is a necessary evil for competitive online games
Client-side anti-cheat is useless. It’s not a necessary evil, it’s just evil. The minute the cheater/hacker has direct access to the system, you’ve already lost.
Much like every form of security measure, the intention is not to completely eliminate the possibility of an attack (which is impossible in most cases). Instead, the intention is to increase the amount of effort that’s required to make an attack.
So just don’t let them join/kick them from your server?
Before you can do that, you need to determine whether someone is cheating. This is the purpose of anti-cheat software.
It will be hardly any work once a law passes, because they’ll make sure it is. Everyone knows where the proprietary code is. It doesn’t just get merged in “by accident” unless you are a really shit developer (and to be fair some are).
Besides, no one is saying they have to open source it. To be honest, the outcome from this petition that I would most like to see is simply a blanket indemnity to the community attempting to revive, continue and improve the software from that point forward. If the law says that it’s legal once a software is shut down, for the community to figure out a way to make it work again and make it their own, and puts no further responsibilities on the “rights holder” at all, I think that honestly solves the problem in 99% of cases. It would be nice if they gave the community a hand, released what they could, and tried not to be shit about it, (and I know some of them will be shit about it, but we’re pretty resourceful), as long as they’re not trying to sue every attempt into oblivion I think we’ll make a lot of progress on game preservation and make the gaming world a much better place.
Everyone knows where the proprietary code is. It doesn’t just get merged in “by accident” unless you are a really shit developer (and to be fair some are).
Heh. You are still overestimating the average developer. Random code gets copy-pasted into files without attribution all the time. One guy might know, but if he gets moved to a different team, the new guy has no idea. That can be a ticking legal time-bomb.
Again, if you know going in that is an absolute requirement, processes can be put in place to ensure things like that doesn’t happen. (at least not as often) vs what you’re thinking of trying to do it after the game is already shipped.
That’s why i also said provide, not just open source. They can release a binary.
Maybe they should have made sure their code was fully legal to use before releasing the game initially
What? There’s a big difference between “legal to sell as a compiled binary” and “legal to release as source”.
Just saying, if my highschool programming classes are any indicator, there’s a ton of released binaries out there that use copywritten and otherwise plaigarized code
And that’s one of the big reasons companies don’t even think about open-sourcing their code.
It’s just one possible solution. They can just release a proprietary server application instead.
I remember the “old days”. That was when dialup internet was still popular and running a server usually meant it was on your 10Mb LAN. When we got DSL it was better and you could serve outside your LAN. This was also the time when games had dark red code booklets, required having a physical CD inserted or weirdly formatted floppies (sometimes a combination of these). You could get around these things and many groups of people worked hard at providing these workarounds. Today, many of these games are only playable and only still exist because of the thankless work these groups did. As it was and as it is has not changed. Many groups of people are still keeping games playable despite the “war” that corporations wage on them (and by proxy on us). Ironically, now that there is such a thing as “classic games” and people are nostalgic for what brought them joy in the past, business has leapt at this as a marketing opportunity. What makes that ironic? These business are re-selling the versions of games with the circumvention patches that the community made to make their games playable so long ago. The patches that publishers had such a big problem with and sought to eradicate. This is because the original code no longer exists and the un-patched games will not run at all on modern hardware and the copy-protections will not tolerate a virtual machine. Nothing has changed.
We can even go back as far as when people first started making books or maps that had deliberate errors so that they could track when their work was redistributed. Do the people referencing these books or maps benefit from these errors?
Why do some of us feel compelled to limit knowledge even at the cost of corrupting that knowledge for those we intend it for (and for those long after who wish to learn from historical knowledge)?
I’m speaking from ignorance but isn’t the server backend often licensed and they couldn’t release it if they wanted, even as binaries? Granted, going forward they’d have to make those considerations before they accept restrictive licenses in core parts of their game. And the market for those licenses will change accordingly. So there core of your argument is correct.
lots of licensed or bought code in development in general, but knowing that you’ll have to provide code to the public eventually, means that you’ll have to take this into consideration when starting a project.
Which is doable, but is additional time and money.
codifying in law that your customers must be able to run a server for your game, when you stop running them has the consequence, that you’ll have to buy licenses that allow you to give binaries or code for those things to your customers. every middleware or library that does not allow that won’t be a viable product anymore. It’s not more dev work, it will change how licensing in game development for middleware and such will be done.
Why would coding something with less restrictions take more time and money?
Because you can buy other people’s code for cheaper than developing it yourself, as long as you use it within the restrictions of the license you paid for.
The thing is either that license model changes, or those other companies selling the code cease to exist when nobody buys something they can’t use.
It doesn’t, that’s why companies rarely open-source their code. If you want to publish it you have to make sure you have all the rights to do so, you have to code in a way that’s readable for outside users, you have to make sure people can reproduce your build process, and ideally you provide support.
On the other hand, if you’re not developing the source for publication, you can leave undocumented dirty hacks, only have to make sure it builds on your machine, and include third-party proprietary code wherever you want. That’s faster and cheaper, so naturally companies will prefer it.
There’s no requirement that the open source code released after EoL has to be pretty or maintained, just functional to meet legal requirements. Using other 3rd party code would be a hurdle to get over I suppose. It would definitely take a different approach to design, but after the initial shock of changing, it wouldn’t be more difficult to do long term.
Making games online is also additional time and money.
Yes, but that’s immediately profitable, which is why so many companies do it.
Maybe so, but that’s a decision they make. Surely I as customer shouldn’t be taken away what i paid for because of that? And if so they should have mentioned clearly upon sale that they would take away my product after 3-4 years (though maybe that’s the case in those dense ToS?) . Everything else should be considered illegal and fraudulent if they planned/knew it from the start. Which is the case if it’s a licensing issue
Besides, I’m pretty sure after those 4 years the code is outdated and they could renegotiate the license to be more open to release a binary.
Lol. We’re gamers. We know that if we encounter enemies we’re going in the right direction.
Still trying to find the right direction on animal crossing.
Towards the bees!
paying your debts. The game breaks as it cannot speculate anymore on your debt
“curtail developer choice” is such a weak argument because you could equally apply it to literally every piece of regulation ever passed. Of course it curtails choice, that’s almost the dictionary definition of an industry regulation.
So does not allowing food companies to sprinkle lead and uranium in food. What’s the point?
Yeah sometimes their choices are bad, that is like 1/3 of the whole point of government. To stop businesses from just doing whatever nonsense they want.
Imo, that should be the primary role of the government
I think providing human rights to it’s citizens is definitely more important, not sure if it is necessarily the primary one though.
Ah, the propaganda war has started.
That’s good news. Means the initiative has a shot.
It was disquieting back when they were just flat out ignoring it.
They were probably thinking that by openly opposing it before it collected enough signatures, they would have given it more publicity and hence made more people sign it.
Why are publishers speaking for devs about how much choice devs would have? Why not get devs to speak?
Because sometimes publishers like to be the ones curtailing dev choices
Because most devs are just codemonkeys implementing what they’re told to. This is pure manipulative propaganda from the suits who are already robbing wages from good devs.
The original article completely misrepresents the initiative:
We appreciate the passion of our community; however, the decision to discontinue online services is multi-faceted, never taken lightly and must be an option for companies when an online experience is no longer commercially viable. We understand that it can be disappointing for players but, when it does happen, the industry ensures that players are given fair notice of the prospective changes in compliance with local consumer protection laws.
Private servers are not always a viable alternative option for players as the protections we put in place to secure players’ data, remove illegal content, and combat unsafe community content would not exist and would leave rights holders liable. In addition, many titles are designed from the ground-up to be online-only; in effect, these proposals would curtail developer choice by making these video games prohibitively expensive to create.
…
Stop Killing Games is not trying to force companies to provide private servers or anything like that, but leave the game in a playable state after shutting off servers. This can mean:
- provide alternatives to any online-only content
- make the game P2P if it requires multiplayer (no server needed, each client is a server)
- gracefully degrading the client experience when there’s no server
Of course, releasing server code is an option.
The expectation is:
- if it’s a subscription game, I get access for whatever period I pay for
- if it’s F2P, go nuts and break it whenever you want; there is the issue of I shame purchases, so that depends on how it’s advertised
- if it’s a purchased game, it should still work after support ends
That didn’t restrict design decisions, it just places a requirement when the game is discontinued. If companies know this going in, they can plan ahead for their exit, just like we expect for mining companies (they’re expected to fill in holes and make it look nice once they’re done).
I argue Stop Killing Games doesn’t go far enough, and if it’s pissing off the games industry as well, then that means it strikes a good balance.
And “would leave rights holders liable” is completely false, no game would have offline modes if it did
Exactly, and that also includes online games like Minecraft. Nobody is going to sue Microsoft because of what someone said or did in a private Minecraft server, though they might if it’s a Microsoft hosted one.
I understood that from a IP and trademark stand point. It could be hard to retain your copyright or trademark if you are no longer controlling a product
They retain copyright based on existing law, and trademark is irrelevant since it’s defended in courts, not EULAs.
No, copyright isn’t relinquished from any of that (not even any effect on damages if you still require players to have bought the game to use the private servers), and trademarks wouldn’t be affected at all if you simply require that 3rd party servers are marked as unofficial
Another part of it is that if they discontinue support, they can’t stop the community from creating their own server software.
There are so many ways to approach this. The point is ensuring consumers retain the right to keep using what they purchased, even if they have to support it themselves.
Sort of. They need to have the tools as well. So I suppose they could release the APIs for their servers before shutting down their servers so community servers can be created, that would probably be sufficient. But they need to do something beyond just saying, “we won’t sue you if you reverse engineer it.”
Stop Killing Games is not trying to force companies to provide private servers
I don’t think this is what they mean. They say that of they provide the tools for users to deploy the servers, bad things can happen. So I think they understood SKG, they just lie about the consequences for gamers
If that’s their argument, then the counterargument is simple: preserve the game another way. If hosting servers is dangerous, put the server code into the client and allow multiplayer w/ P2P tech, as had been done since the 90s (e.g. StarCraft).
What they seem to be doing is reframing the problem as requiring users to host servers, and arguing the various legal issues related to that. SKG just needs to clarify that there are multiple options here, and since devs know about the law at the start (SKG isn’t retroactive), studios can plan ahead.
It’s just a disingenuous argument trying to reframe the problem into cyber security and IP contexts, while neither has been an issue for other games in the past.
Yeah, I agree. We have been hosting servers at friend houses with consumer (mostly our own gaming PCs) forever.
The risk involved exists, but it’s far from the threat they make it be.
Yeah… The abstract (sorry, will read article a bit later) is bunch of nonsense to me (in respect to what is written, no offense to you):
-
online experience commercially viable? The fuck they are talking about? Yeah, I know what is meant, but they would get fucking F in school for expressing thoughts in such a nonsensical way
-
protections against illegal content would not exist on private servers? Really? Like only your company’s servers can run that? What, you write them in machine code directly? Or is it all done manually? Anyhow, just release source code and it will be up to community to find a way to make it run
I basically quoted the whole thing, the last bit wasn’t really relevant. And yeah, it’s pretty much just BS.
-
Whenever a large games company talks about “developer choice” you know they’re referring to one of a few things:
- Think of the shareholders!
- Think of the rich CEO who adds zero value to the company!
- The people don’t know what they want and therefore we need to tell them exactly what they want and need!
Corporate jargon translation:
“It’s going to limit innovation” = “We won’t be able to use those new ways of ripping off our customers anymore”
If it means developers won’t make “live-service”/trash games anymore, we should hasten the SKG movement.
FPS games with community servers coming back is my dream
Only server browser, no matchmaking.
They still will, this will just limit their ability to force you to move to the next one once the servers shut down.
Most likely, if they are forced to allow public servers after they shut down the official ones, they will pull some other bullshit. Like claim the game is still available, but the 300$ cosmetics you bought are not allowed on public servers because they are separate from the game.
Honestly I’d even prefer that because it diminishes the value of in game purchases and would be a step towards getting rid of them as well.
They should be compelled to either make those cosmetics available for everyone or have some technical means to prove ownership (e.g. blockchain or cryptographically signed file). You can’t lose stuff you bought just because the publisher shut down the servers.
You can’t lose stuff you bought just because the publisher shut down the servers.
I mean that’s exactly how it works right now. And depending on the exact wording of any laws passed as a result of this petition only the game itself or some or all micro transactions will have to be made available after official support ends.
Public servers will either sell micro transactions themselves to finance servers or make all in game content available to everyone for free. I can see publishers having a problem with that.
that’s exactly how it works right now
Right, I’m explaining how Stop Killing Games would change things if adopted.
Public servers will either sell micro transactions themselves
That can certainly be restricted, since they’re profiting off someone else’s IP. Selling hosting is one thing, reselling assets in the game is another thing entirely and AFAIK would be a violation of copyright’s fair use provisions.
If they’re no longer profiting from a game, surely releasing access to gated content isn’t an issue any more? It’s not like they are losing anything. So I think unlocking cosmetics for everyone would be fine, but it’s up to them. If they want to preserve the restriction, they can find a way that doesn’t reauire ongoing costs, such as the ones I mentioned.
Giant corporations have proven no amount of profit is too much. There needs to be some guardrails. And some form of preservation of the games your loyal customers have enriched your company to access.
It’s almost like government was made to create and enforce those guardrails.
they say “developer choice” because they know those words have positive connotations but what they mean is “publisher greed”
“Developers” are the ones who are passionate about the games they make, and definitely don’t want their games dead.
“Corporations” are the ones who only want to profit from selling the game, and then ditch it once it’s no longer lucrative enough.
Anti-murder laws are cuttailing my choice! What if I someday would like to make a choice to murder someone?
Yes! When I read that, I immediately thought “curtailing developer choice is exactly the point.”
Developer choice, ha-ha, very funny. I am not familiar with the industry and still feel safe to bet most of them (edit: actual software developers making games) just want to get enough money for doing what they can do without too much stress/disgust and also most of them don’t have a desire to see their work die just because some manager decided it is time to make some other games instead
I bet they’re really pissed off with ubisoft right now. They basically started this whole movement by being so egregious with The Crew. Less than a month before they shut the servers down the game was still on sale for the full price that it had launched with.
Granted it was shut down because it was the most mediocre game ever made but that still isn’t an excuse.
Tbh when I read of it, being an open world driving game where you can just drive around a very large area, I kind of wanted it. Not as a game, but simply for driving around. MarioKart is too happy for that. I just want to get lost in thoughts while driving.
Gran Turismo has similar stuff and is just better as a driving sim game.
Forza Horizon is good for that experience