this post was submitted on 06 Sep 2023
2836 points (97.3% liked)

Linux

46819 readers
1090 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 23 points 11 months ago (2 children)

A reminder that on last steam report, Linux overcome Mac as second in usage operating system. They don't have to excuse of only support the top 2 OS.

Instead to refund is to negative review, games companies are much more affected by losing a positive rating that a refund.

[–] [email protected] 6 points 11 months ago (2 children)

Who is "they"? Not all game companies can afford to support multiple platforms. You're not entitled for developers to support your preferred platform nor does it make sense yo give a negative review unless they lied in the product description.

[–] [email protected] 1 points 11 months ago

It does make sense if they sell in a store for with support to multiple platforms and they only support the paid one.

[–] [email protected] 0 points 11 months ago (1 children)

https://github.com/LaG1924/AltCraft

0 money, few lines of config and win/mac/lin/bsd/haiku support

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago) (1 children)

Well, first of all I know multi-platform game exists and in some case it will just work out of the box. If it doesn't though, not all companies have the money to hire QA for other platforms or devs to look into issues when stuff goes wrong on Linux. Most game companies fail and run out of cash, only the top survives. They don't have that sort of money laying around to mess around a platform with 2% of users. My previous company certainly loss money on Linux and it was a cause of tension internally.

Secondly, a Minecraft prototype written in c++ and using native OpenGL calls is a terrible example. Even though I understand the dev volunteer his time so money isn't an issue, it would cost a fortune and take years for your average studio to make a game from scratch like this without a game engine.

[–] [email protected] -1 points 11 months ago* (last edited 11 months ago) (1 children)

This game was made by student at age of AFAIK 17-19 and took less than year to make working 1.12.2 client with rendering and movement.

take years for your average studio to make a game from scratch like this without a game engine.

I wonder how many people are working at average studio and what their qualification.

[–] [email protected] 2 points 11 months ago

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.