For a long time, an overwhelmingly popular view among game developers and publishers has been that offering Linux builds would involve too much work, because they had either tried it briefly or heard from other devs who had tried it, and found that their problem reports massively increased. Their conclusion was often that Linux causes too many bugs to be supportable. As a gamer, I was of course disappointed every time I read this.

More importantly, as a developer, I couldn’t help noticing ways in which this reasoning seemed flawed. I always felt that it was either poorly informed or not completely honest.

So, when this refreshingly different perspective from a game developer surfaced on social media, it warmed my heart. I thought the rest of you might find it interesting.

Archive.org copy

That was a few years ago. I imagine the influx of gamers using Linux since then (since it’s easier now) might mean a smaller portion of our group has the technical skills described in that post, but I think it still applies. I hope it also gives us something to aspire to when interacting with the people who make the games we play.

  • NuXCOM_90Percent@lemmy.zip
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    3
    ·
    7 days ago

    … sort of.

    The old model was definitely hell and there is a reason basically no studios supported Linux builds.

    These days? Yes, you can go a long way with targeting the SLR. A buddy who does game dev for his day job describes it as “targeting 3/4 of a platform” or being like targeting two generations of the same console. In theory, your middleware handles everything. In practice, you have another platform for your testers to evaluate RCs on and you still find weird corner case weirdness.

    But the issue is also… that lets you target the Steam Linux Runtime. What about other storefronts? And the people who tend to care the most about actually making Linux builds are the same ones who aren’t fully comfortable with the idea that “SteamOS == Linux” as it were.

    So it becomes that discussion of whether the added testing and development burden is actually worth… still not actually being all that great ideologically.

    • woelkchen@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      7 days ago

      What about other storefronts?

      Which other storefronts? Flatpaks can target whatever the closest runtime is there. The Steam Linux Runtimes are just as FOSS as Debian.

      And the people who tend to care the most about actually making Linux builds are the same ones who aren’t fully comfortable with the idea that “SteamOS == Linux” as it were.

      Steam Linux Runtimes are NOT SteamOS. SteamOS is Arch-based, the runtimes are based on Debian Stable.

    • Holytimes@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 days ago

      At that point they arent fucking even using a premade engine if they are that uncomfortable with the idea.

      Which means if they are building everything from scratch it doesn’t matter anyways.