this post was submitted on 22 Jun 2024
277 points (97.6% liked)

Linux Gaming

14751 readers
101 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
 

For me, it's Factorio.

a game in which you build and maintain factories.

It even has Wayland support!

(Version 1.1.77» Fri Mar 03, 2023 3:44 pm)

Graphics

  • Added support for Wayland on Linux. To enable it, set SDL_VIDEODRIVER=wayland in your environment. (thanks to raiguard)

What's yours?

EDIT: Great Linux ports* not like some forced ports that barely work or don't.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 1 week ago (2 children)

Factorio is so amazing on linux. Like the devas actually care about Linux. They care so much that went on to shit on Gnome for no client side decorations. Absolute legends. Wish more studios wer like them.

[–] [email protected] 16 points 1 week ago (2 children)

In fact Linux is the superior version of Factorio, since you get to have asynchronous saves that don't pause the game

[–] [email protected] 6 points 1 week ago (1 children)

Windows people don't get async saves? Wtf. Where are the Spyware benifits?

[–] [email protected] 12 points 1 week ago

One of the reasons why the native Linux version is better than Proton.

Asynchronous saving

Many of you might not be aware that Factorio has support for saving your game in the background, without freezing while it does so. This feature is tucked away in the hidden settings and only works on macOS and Linux. This is one great example of taking advantage of a platform's features to benefit the game, which would not be available to us if we simply went through Proton.

Asynchronous saving works by using the fork syscall to essentially duplicate the game. The primary instance - the one you interact with - continues playing, but the newly forked child runs the saving process then exits on completion. I have used it for many years and have never had issues, but the setting remains hidden because there are a few unsolved problems with it and it requires a significant amount of RAM to work.

I would love to promote this feature away from its hidden status in 2.0. If you are playing on Linux or macOS, please enable asynchronous saving (ctrl+alt+click Settings -> "The rest" -> non-blocking-saving) and report any issues you find. I am particularly interested in reproducing a seemingly random freeze that occurs at the end of the process. Thank you in advance!

[–] [email protected] 1 points 1 week ago

It's Linux superpower that some implementation from / to the OS aren't pain in the ass.

[–] [email protected] 7 points 1 week ago

You need to set up CI for the new platform, expand your build system to support the new compiler(s) and architecture(s), and have at least one person on the team that cares enough about the platform to actively maintain it. https://factorio.com/blog/post/fff-408

And yeah, exactly. Their game seems like their life mission, and I don't blame them. The game is spectacular.