this post was submitted on 03 Aug 2024
548 points (98.4% liked)

Gaming

2346 readers
217 users here now

The Lemmy.zip Gaming Community

For news, discussions and memes!


Community Rules

This community follows the Lemmy.zip Instance rules, with the inclusion of the following rule:

You can see Lemmy.zip's rules by going to our Code of Conduct.

What to Expect in Our Code of Conduct:


If you enjoy reading legal stuff, you can check it all out at legal.lemmy.zip.


founded 1 year ago
MODERATORS
 

A European initiative is now underway for videogame preservation and consumer protections against publishers "killing games."

you are viewing a single comment's thread
view the rest of the comments
[–] MotoAsh 3 points 1 month ago* (last edited 1 month ago) (1 children)

While simply allowing the game to use a variable for the server URL is easy, the VAST majority of gamers would assume it'd come with a clean server installer and the ability to set the URL in some kind of UI.

Both of those details are very much NOT simple in many cases. Sure, quite a few well written games, it could be done quickly, but as someone who's worked on software for decades ... it's NEVER well written. Especially when video game studio style crunch is involved.

This is still a good petition and good idea, but to assume "just a few hours" is ... simply ignorant.

[–] [email protected] 7 points 1 month ago (1 children)

Does it need to be simple? I think it's pretty reasonable to just release what you have as is, then let the users figure out how to run it for themselves.

[–] MotoAsh 2 points 1 month ago

I wouldn't mind anything above "possible". I was just commenting on what most end users would expect if it's released for public consumption. Just like everyone keeps bringing it up as a good example, old steam games with a perfectly functional server component you can start up about as easily as the game is all the "hosting" experience most gamers have. If it's more than setting a port for the server and typing in the url/ip and port in the client, many will be immediately lost.

... not that they should have to make it that easy. The main point of my earlier post was that for many games, creating an easy server component and updating the game to connect to arbitrary servers is very likely to be more than a few hours' work.

Especially MMO's and bigger games that may have multiple server components running on multiple servers and likely with an entire build/deploy pipeline behind them...