Live data from Hacker News

Bill to block publishers from killing online games advances in California

arstechnica.com

11–20 of 506 posts

Re: Bill to block publishers from killing online games advances in California

#11
post #5

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.

It doesn't really matter how they comply, so long as the punishment for bon-compliance is serious enough to motivate a good-faith attempt. I'm wary of jumping right into encoding specifics into legislation. That said, I'll be surprised if this actually has the necessary teeth.

Re: Bill to block publishers from killing online games advances in California

#13
post #5

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.

Step 1: Open LLC dedicated to this specific video game title.

Re: Bill to block publishers from killing online games advances in California

#15
post #3

Dumb. 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.

You want the "community" to reverse engineer the game server, where all the game logic lives, from the game client? This is the state of many online only games.

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

#16
post #3

Dumb. 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.

I tend to agree with you that allowing the community to keep games running would be a more desirable outcome, but I don't believe California could make such a law. As I understand it, reverse engineering is already illegal federally because of things like the DMCA. California can't just make the DMCA not apply in this case because its not a California law. However they can pass consumer protection laws making there be consequences for abandoning a game when the consumers are in California. Given the alternative is probably do nothing this does seem good.

Re: Bill to block publishers from killing online games advances in California

#17
post #4

Not 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.

Agreed! Far too many companies selling software as lifetime license and their renegade on that deal. A refund should be allowed. Or simply make the software offline without drm

Re: Bill to block publishers from killing online games advances in California

#18
post #5

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.

The entertainment industry has a long history of making successful movies appear unprofitable on paper to avoid paying royalties.

https://en.wikipedia.org/wiki/Hollywood_accounting

Re: Bill to block publishers from killing online games advances in California

#19

Most "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.

The same is true for TV, movies, books. It's an insanely competitive market for people's time and attention. There are more games on Steam with 10,000 hours of dev time put into them than you can play in a lifetime. Standards for what's worth your limited time and money are therefore extremely high.

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

#20
So now it becomes way more expensive for small studios to come out with games that have online features. This is a huge win for big studios who will suck up all that market share.

Handing 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.

Post reply on HN