6 ms·
To be fair, the legislation also kills any sort of multiplayer games, so it's in the same spirit. It just takes the idea to its logical conclusion. As a game de
by felipellrocha 4mo ago
To be fair, the legislation also kills any sort of multiplayer games, so it's in the same spirit. It just takes the idea to its logical conclusion. As a game developer, if this thing passes, I would just not build multiplayer ever anymore.
- dijit 4mo agoas a game dev myself, agreed. I’m guessing nobody here has ever actually tried to make games, let alone multiplayer ones. It’s not “oh just make it better” we’re usually already stretching the limits of what’s possible financially and time wise to get a working (fun) product. You can add burdens all you want, but that means the games get simpler.. because they can’t be made cheaper (price sensitive customers) and time is finite in that context. something has to give.
- F3nd0 4mo agoAs not a game dev myself, may I ask for clarification? How does ‘Stop Killing Games’ legislation kill any sort of multiplayer games specifically? Aren’t there already games which don’t have the problem the movement is trying to solve? Wouldn’t it only require action from you if you were trying to kill multiplayer in the first place? I feel like I may have misunderstood your point or am just lacking a lot of important insight.
- dijit 4mo agoWell, ok, you grasped at a few issues there that go off in different directions. The issue with "Stop Killing Games" is that the legislation doesn't currently look like anything, it's a broad appeal and the solution for studios will depend on where it finally lands. If it lands in the realm of "Games must be released FOSS after x years" then, aside from the fact that a lot of the times we don't own the copyrights to our own assets or certain code (they're on license for a single release) the second issue is how to release it. First: the online backend for The Division or Destiny are just... not possible to run. The backend is fused to the products via a slurry of certificate pinning and object serialisation, with some things happening only on the server. "Un-fusing" them is, basically impossible at this point; so the question is: can you build such a system without them being fused together in the first place? The answer is: yes, but only by slowing down development. It would become much more about defining our boundaries and working on a "slim" version of the backend, or stubbing the backend completely. Obviously this is a lot of effort. The thing is we only barely managed to get a functional system, so adding an extra year for programming isn't going to be possible, we'll have to "cut" features that are hard to make. "So, why don't you just release the server". Well, that's a good question, we could remove the certificate pinning we have on the client, and the entitlement checks, stub out all the code that relies on third party APIs and give you a server binary. But the server binary doesn't start unless you have 190GiB of RAM and 38 available CPUs. So, we'd have to work on slimming that down, or building things in a totally different way: which means "seamless" darkzones and safehouses becomes impossible. THEN you have the issue of releasing a binary that can be used to create cheats against the next version of the product, which we already had a major issue with. So, most likely, we just make single player games. Honestly, the industry is moving that way anyway because unless you've been doing it for a while making multiplayer games is really hard from a game design standpoint and there's an ongoing operational cost which people are a bit too price sensitive to support. That's why Massive released The Division 1 & Division 2 but then pivoted to doing single-player games like Star Wars and Avatar which only retains the most basic multiplayer elements.
- fragmede 4mo ago> the server binary doesn't start unless you have 190GiB of RAM and 38 available CPUs. > So, we'd have to work on slimming that down ...why? My reading of the law is that you need to make the binaries accessible, you don't have to provide the hardware to run it on.
- dijit 4mo agoCommunity backlash will be fierce if it's not actually runnable. Ubisoft doesn't have the most stellar reputation for example (I don't work there anymore) so people look at things we do by accident as if they are intentionally malicious. Also, the California law is one law, the EU is also looking at this and it's likely to look different - that's why "Stop Killing Games" doesn't really mean anything yet, even people within the movement have differing definitions.
- ashdnazg 4mo agoThe key is communication. If the company says the binary has a certain min. requirement, then the vast majority of people will accept that. Of course there'll be idiots, but I doubt you'll see a stronger backlash than to a company shutting down the servers without any solution, like they can do now.
- john_strinlai 4mo ago>My reading of the law is that you need to make the binaries accessible, you don't have to provide the hardware to run it on. if no one can run the binaries, despite them being accessible, then the regulation has failed and there will be a new movement to alter the regulation. the spirit of the law is that i can reasonably spin up an instance of the server for me and my friends to play.
- ashdnazg 4mo agoKind of depends on the definition of no one. If the company puts an artificial proof of work demanding a rack of the latest data center GPUs, that should be illegal. If the binary has the same hardware requirements that the company used when the service was up, I see it as totally fair.
- DSMan195276 4mo ago> Wouldn’t it only require action from you if you were trying to kill multiplayer in the first place? It's a question of when, not if - you're not going to pay to keep the servers online forever. What are the legal consequences of not releasing a functioning server if for some reason you can't? If they're bad enough then plenty of people will not be interested in taking that risk by making such games.
- stale2002 4mo ago> What are the legal consequences of not releasing a functioning server if for some reason you can't? How about "the government forces you to release the code"? That's seems fair. Unless you hid your source code in USB drives under your bed, the government can probably just force GitHub (or similar )to release it. I bet they've got it backed up.
- deleted 4mo ago[deleted]
- DSMan195276 4mo agoThe government will release it with all the copyrighted code and assets that's owned by a bunch of third-parties? Ex. if I license my artwork, music, characters, code library, etc. to a game developer and they don't create a legally releasable version of their server, then the government will forcibly break our licensing agreement and I just get screwed?
- BlarfMcFlarf 4mo agoIf everyone in the industry knows what the rules are, you can make contracts and agreements and licensing that works with those rules.
- runevault 4mo agoSo you're assuming game devs write every line of code in their server infrastructure. First, could be using a third party library you have license to use on a limited number of machines that make up your backend servers. Second you could be paying for third party API access to something like snowflake. You either have to rip out the code (which may or may not break the server, but still requires developer time to do) or write replacement code which likely takes even more dev time to do or you would have done it instead of paying for the library/access to the service.
- apnorton 4mo agoI'm not a gamedev, but there's a more insidious issue with the CA "Stop Killing Games" legislation that was just passed --- namely, a Ship of Theseus problem. Pick your favorite game today that you purchase once, then have long-term free multiplayer support. Something like, idk, Fortnite before it was made F2P in 2017. Games like these evolve their content over time: sometimes minor changes, like rebalancing guns or matchmaking, but sometimes these are major changes, like completely redoing the map or altering fundamental mechanics. There can also be seasonal events that are designed to be available for a limited time. The obvious question, then, is: is it "OK" that significant parts of the multiplayer experience changed after you purchased the game? In the spirit of people who prioritize game preservation, the answer should be "no, that's destroying part of the game and losing it to history." If we accept that interpretation, then we end up killing live service games. On the other hand, if we allow significant parts of the multiplayer experience to change, then we've neutered the legislation, because the easy workaround is to slowly patch out all online features until you're left with a husk of what was originally sold. California's legislation [1] attempts to dodge this by phrasing things in terms of "ordinary use" of the game, but the definition of "ordinary use" is quite vague and will absolutely be the subject of some court case at some point. --- Of course, there's a bunch of other side effects to the "general" notion of "make games usable past end-of-life," too: - You might be able to use certain open source libraries on the server side because you are not distributing them to the user, and thereby don't have to open source your server. However, if you were required to distribute a binary, that could pose issues. - You could have a dependency on an expensive piece of software (e.g. an enterprise Oracle DB license), and be unable to package that with the download. - You could have a dependency on another online service (e.g. AWS Game Development Services [2]) that discontinues an API you depended on, and would require massive rework to be able to release a functional binary at end of life. - You could have a dependency on an internal system at your company that you aren't willing to release the IP for yet, due to its use in another game [1]: https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=202520260AB1921 https://leginfo.legislature.ca.gov/faces/billTextClient.xhtm... [2]: https://aws.amazon.com/gametech/ https://aws.amazon.com/gametech/
- skotobaza 4mo ago> Games like these evolve their content over time This is true, but the issue is not with the content, it's with the ability (or rather inability) to access any of the content past some point. Even if only the latest content is left accessible after EOL, it will still be better than having nothing at all. The older content can be added back, no matter how finicky it can sometimes be. Regarding the dependencies, no one is forcing the developers to release closed ones, you can replace them with stubs. But it will be beneficial from a developer to think about it beforehand - how they will implement online systems with additional requirement of EOL etc. It's not an implementation problem, but rather an architectural one.
- drnick1 4mo ago> I’m guessing nobody here has ever actually tried to make games, let alone multiplayer ones. One possibility is to charge for online play on the "official" server. This can be done regardless of the availability of source code. Another possibility is to release the source code when the game reaches its end of life.
- habinero 4mo ago> Another possibility is to release the source code when the game reaches its end of life. You might not have permission to, if it uses a lot of third party libraries.
- skotobaza 4mo agoIt's not a problem, you can replace such function calls with stubs and document it. Some games that released their source code already did that.
- throwaway85825 4mo agoA game that can no longer be played at all is very simple but also not very fun.
- BlitzGeology91 4mo ago> To be fair, the legislation also kills any sort of multiplayer games, so it's in the same spirit. No, it doesn’t. It just requires that we go back to making multiplayer games the old-fashioned way (the good way). Descent 3 was released in 1999. You can still play Descent 3 multiplayer to this day if you want to [1], and there’s nothing that anyone can do to stop you from doing so. You can still play Descent 3 multiplayer because Descent 3 allows you to host your own servers and allows you to manually enter IP addresses in order to connect to servers (this is necessary because the services that Descent 3’s in-game server browsers depend on no longer exist). Descent 3’s source code was released in 2024 [2] which certainly helps with multiplayer preservation, but I can tell you that a small number of people definitely did play multiplayer Descent 3 in 2023 when the source code was not yet available. Descent: Underground was released to Steam Early Access in 2015 [3]. Unlike the previous Descent games, Descent: Underground (or at least, that iteration of Descent: Underground) was pretty much multiplayer-only. The developers of Descent: Underground did not allow players to host their own Descent: Underground servers. (I think that they had some plan to allow for hosting your own servers in the future, but that didn’t get implemented in time). At some point, the official servers for that version of Descent: Underground were shutdown. As a result, you can no longer play Descent: Underground’s multiplayer. The fact that I can play the multiplayer for a 27-year-old game, but I can’t play the multiplayer for an 11-year-old game is unsurprising. Many older multiplayer games did not have fatal design flaws that would cause them to die after certain period of time. Many newer multiplayer games do have such fatal design flaws. The good news is that this means that we already know how to stop killing multiplayer games. We just have to go back to doing things the way that we used to do them. (In fact, some games don’t even need to “go back to doing things the way that we used to do them”. Take Counter-Strike 2, for example. Counter-Strike 2 was released in 2023 and does indeed allow players to host their own servers.) The statement “the legislation also kills any sort of multiplayer games” is absolutely ridiculous. [1]: <https://tsetsefly.de/ https://tsetsefly.de/> [2]: <https://www.pcgamer.com/games/fps/descent-3-programmer-releases-the-classic-space-shooters-source-code-including-a-surprise-patch-developed-15-years-ago-but-never-released/ https://www.pcgamer.com/games/fps/descent-3-programmer-relea...> [3]: <https://store.steampowered.com/oldnews/18969 https://store.steampowered.com/oldnews/18969>
- 4mo ago
- hhjinks 4mo agoWhy not? Minecraft is the second most selling game of all time and comes with a freely distributable and hostable multiplayer component. How would this legislation have stopped that from happening?