• 0 Posts
  • 40 Comments
Joined 1 year ago
cake
Cake day: August 3rd, 2023

help-circle

  • I made games primarily for Windows which we also compiled for Linux. It is mostly input/output stuff, aka hardware issues. That is, audio issues, input issues, storage issues, dependency issues. Modern game engine mostly handle the rest. It wasn’t such a big deal to fix, but most gamedev lacked experience with Linux, and most projects are already over budget and late, so fixing Linux for an extra 2-5% of sales didn’t make much sense at small scale. Proton kind off fixed all of this tho.
















  • A bare bone program with rendering and movement is not a game, it’s a prototype, and this demonstrate nothing about modern game development. Of course a prototype with nothing but rendering and basic inputs coded in c++ is gonna be multi-platform by default. Hell, it is just code on a repo, you don’t even need to build it and test it and deploy it for all platforms as it is up to the user. I don’t think you understand the scope of making a fully-completed game. I had dozens of unfinished prototypes on my computer, some of which I made decades ago, some are multi-platform because of the language and tech. Still, this means nothing. It still cost money to support multiple platforms. Only exception nowadays is if your game happen to be compatible with Proton. But yeah, supporting Mac and a bunch of other platforms? It is not free my dude.


  • Valve is definitely an exception. I am not sure why, but it is pretty much in the open that Gabe Newell has a bone to pick with Microsoft and he has been throwing money at Linux for over a decade to break their monopoly on gaming. I’d argue that this has nothing to do with their love for the community and more so with Gabe’s personal vendetta against Microsoft.

    Reality is that most game devs, most executives and most people in marketing don’t really care about Linux. It is good PR to support Mac and Linux, and some of the geekier developers will go the extra mile to support it, but I think it is common in the industry to assume that Linux users are not gamer, or that they have enough knowledge to install a dual boot. They don’t care in the sense that they don’t even think about it, its not even on the radar for most game companies. Most studios probably never even had a discussion about it. That is how irrelevant Linux has been to gaming. Hence why Proton is such a tour de force.



  • In an ideal world everything would work out, but for some business it is a pretty huge commitment for what was less than 2% of the market just a few months ago. We certainly lost money porting our game in Linux at that last place I worked. It was before Proton though. Obviously each case is different, and some games work on Linux out-the-box due to Photon so this become a non-issue.