Do they need to put some funds in escrow? Or will they just shut down the entire company and let the players sue for it. (I know that big publishers won't do that, but I'm sure the lawyers could create shell corporations to solve that problem.) Or they could just demonstrate that they have an offline play capability right from the moment they sell it.
Bill to block publishers from killing online games advances in California
11–20 of 506 posts
Re: Bill to block publishers from killing online games advances in California
#12Re: Bill to block publishers from killing online games advances in California
#13Do they need to put some funds in escrow? Or will they just shut down the entire company and let the players sue for it. (I know that big publishers won't do that, but I'm sure the lawyers could create shell corporations to solve that problem.) Or they could just demonstrate that they have an offline play capability right from the moment they sell it.
Re: Bill to block publishers from killing online games advances in California
#14[flagged]
Re: Bill to block publishers from killing online games advances in California
#15Dumb. Just make it legal to reverse engineer the software, the community will take care of the rest, in a way the community actually wants, instead of getting just the bare minimum compliance from the original company, if they even still exist.
Of course it should be legal to reverse engineer software you own, but you have to actually have access to the software to reverse engineer it.
Re: Bill to block publishers from killing online games advances in California
#16Dumb. Just make it legal to reverse engineer the software, the community will take care of the rest, in a way the community actually wants, instead of getting just the bare minimum compliance from the original company, if they even still exist.
Re: Bill to block publishers from killing online games advances in California
#17Not a bad idea, but why does this only apply to games? I prime example of other software this would have benefited is AutoCAD. People who refused the conversion to a subscription, and maintained their "lifetime" licenses, where shut down after a couple of years.
Re: Bill to block publishers from killing online games advances in California
#18Do they need to put some funds in escrow? Or will they just shut down the entire company and let the players sue for it. (I know that big publishers won't do that, but I'm sure the lawyers could create shell corporations to solve that problem.) Or they could just demonstrate that they have an offline play capability right from the moment they sell it.
Re: Bill to block publishers from killing online games advances in California
#19Most "gamers" don't want to pay $5 for a game you spent 10,000 hours slaving to make. They will complain the game was too short when Steam shows they spent 10+ hours playing it. Now they want more.
If you're passionate about making games chances are you're not going to succeed financially. Set your sights on personal success in the artistic sense. Can you communicate what you wanted, can you enrich some people's lives a bit with your work? It doesn't pay the bills, and that's not really fair, but it's also not unique. Lots of valuable labor receives no reward.
None of this is really relevant to the law in question though, which is itself pretty basic consumer protection against a company yanking back something it sold.
Re: Bill to block publishers from killing online games advances in California
#20Handing over a standalone server to the public is a massive engineering, financial, and legal headache. Modern multiplayer games rarely run on a single isolated program. They rely on a huge network of interconnected cloud microservices.
A single match might require separate proprietary systems for matchmaking, player inventories, anti cheat, metrics tracking, and database management. Many of those come with licenses that don't allow you to just give away the code for free.
Disentangling the actual game logic from these third party platforms like AWS or Epic Online Services requires months of rewriting code. At that point you're basically re-inventing the wheel on so many technologies that your costs go up exponentially.
Games are rarely built entirely from scratch by a single company and are usually packed with licensed third party software like proprietary network code, commercial physics engines, or specific anti cheat software. Because the studio doesn't own the rights to distribute these proprietary tools to the public for free then releasing a standalone server forces them to spend extensive legal and development hours stripping out the restricted code and replacing it with open source alternatives.
Releasing server code also exposes the inner workings of the company's technology. If a studio uses the same proprietary engine or backend framework for their active money making games then releasing the server code for a dead game essentially hands hackers and competitors a roadmap to exploit their current profitable titles.