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

  • 𝒎𝒂𝒏𝒊𝒆𝒍@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    78
    arrow-down
    1
    ·
    1 month ago

    well, while i understand sunsetting old online multiplayer games because hosting game servers is a non zero cost, i can’t understand the need for singleplayer games to be always connected and rendering them unplayable

    • BrikoX@lemmy.zipOP
      link
      fedilink
      English
      arrow-up
      73
      arrow-down
      7
      ·
      1 month ago

      The company wouldn’t be required to keep their servers online, just to allow other people to host their own. So it has 0 ongoing cost and maybe few hours of coding during game development.

      • FPSkra@lemmy.world
        link
        fedilink
        English
        arrow-up
        38
        arrow-down
        17
        ·
        1 month ago

        Unless you are a game developer I would hold off on assuming how much work would be required to do what this proposal asks.

        • misery mansion@lemmy.world
          link
          fedilink
          English
          arrow-up
          54
          arrow-down
          1
          ·
          1 month ago

          Used to be the norm back in the day though. I’m saying 15 years or so before the old internet disappeared with AWS etc.

          Self hosted should be an option and I think this is a reasonable requirement tbqh. Yeah it’s not 0 work but it’s not a hardship either, really, given the many hours that are going to be needed on netcode anyway. Especially if you know this going in to development.

          • FPSkra@lemmy.world
            link
            fedilink
            English
            arrow-up
            10
            arrow-down
            7
            ·
            edit-2
            1 month ago

            That isn’t an unreasonable take. But the language this proposal uses is far too vague and leaves too much in the hands of the government, and could be used by the EU, an organization not really known for their tech savvy, to place some burdensome requirements on developers…especially indie developers who do not have the resources that big studios have.

            • yamanii@lemmy.world
              link
              fedilink
              English
              arrow-up
              7
              ·
              1 month ago

              Indie developers are the only ones doing that, Knockout City devs released their hosting software for the community, it’s the AAA developers that wanted to maintain control.

        • umbrella@lemmy.ml
          link
          fedilink
          English
          arrow-up
          10
          ·
          1 month ago

          if they can code their own server software already, it wouldnt be a problem to release it.

      • GBU_28@lemm.ee
        link
        fedilink
        English
        arrow-up
        10
        arrow-down
        7
        ·
        1 month ago

        Wat

        Building a whole cloud backend is not a few hours work.

        Plus I bet most of these companies share cloud tooling so they’ll need to make distinct standalone self host code

        • BrikoX@lemmy.zipOP
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          14
          ·
          1 month ago

          Most of what they use built-in in game engines, not their standalone code. It’s a matter of switching the servers used with some minor tweaks.

          • scaramobo@lemmynsfw.com
            link
            fedilink
            English
            arrow-up
            20
            arrow-down
            2
            ·
            1 month ago

            Ask any professional senior software developer if they ever maintained an existing or new codebase and made the mistake of thinking "oh easy! it’s just a matter of doing this or that and changing a couple of small things. Won’t take longer than <small amount of time>. " Then ask them how long it really took.

            Post results here for our amusement :)

            • BrikoX@lemmy.zipOP
              link
              fedilink
              English
              arrow-up
              6
              arrow-down
              12
              ·
              1 month ago

              My few hours comment was never exact for a reason, but it reasonably conveys that the work requires is trivial in the full game development cycle and not an insurmountable task that will bankrupt game developers like you try to do.

              • SchmidtGenetics@lemmy.world
                link
                fedilink
                English
                arrow-up
                8
                arrow-down
                2
                ·
                1 month ago

                Bloviating and exaggerating with obvious lies won’t get people on your side dude… at least it shouldn’t, but weirder shits been upvoted.

          • MotoAsh@lemmy.world
            link
            fedilink
            English
            arrow-up
            5
            arrow-down
            2
            ·
            edit-2
            1 month ago

            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.

            • howrar@lemmy.ca
              link
              fedilink
              English
              arrow-up
              7
              ·
              1 month ago

              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@lemmy.world
                link
                fedilink
                English
                arrow-up
                2
                ·
                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…

    • JokeDeity@lemm.ee
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 month ago

      There’s actually nothing wrong with no longer supporting a game you developed. The problem is these scummy bastards make sure no one can support the game or run it privately after they abandon it.

    • Mango@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 month ago

      I can’t understand the “need” for the server to be hosted by the company. Our computers are just as good.

      • VirtualOdour@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        3
        ·
        1 month ago

        Well look at gta online, moders and hackers have so much more power when the session isn’t run by the company. it alao allows them to find exploits much easier if the server tools are available to run locally. Also If you don’t want people being able to give themselves all the weapons and money and mess up your game that means game states can’t transfer between servers which means you could invest weeks in a campaign only to have the server close.

        I prefer locally hosted stuff but there are obvious benefits which draw game companies to choosing to control the hosting process

        • Mango@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 month ago

          Terrible example. Why should the company decide how anyone plays? Just join a server that’s decent if that’s what you want. You shouldn’t decide for others if they can spawn in tanks.