this post was submitted on 28 Aug 2024
72 points (98.6% liked)

Linux Gaming

14926 readers
15 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 3 weeks ago (2 children)

I've been trying to believe there's something nefarious at work

[–] [email protected] 19 points 3 weeks ago (1 children)

I guess they just don’t want to bother with it any more?

[–] [email protected] 13 points 3 weeks ago* (last edited 2 weeks ago)

Makes sense. Mono was necessary in the "old .NET" world, where runtimes were tied to Windows versions and the framework was a pure Windows framework. Mono made it possible to run old dotNET framework versions (up to 4.8) on other OSes.

Since dotNET Core and then dotNET 5 and higher, the framework itself is cross-platform so Mono is not necessary anymore, except for backwards compatibility for apps that use a now unsupported framework.

So it makes sense that Microsoft, after dropping the old dotNET Framework versions, also wants to stop supporting the cross-platform library that was only needed for those old versions.

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

Unity3d (a widely used game engine) ships with Mono, which makes modding easy for the developers to implement and the modders to use. Many hobbyist and professional programmers like to use Linux even for gaming, thanks to Steam's Proton. But until now you can only mod on Windows. With the gifted code maybe it will be possible on Linux, too.

The gamers on Windows are happy because they get more mods, and it is also good publicity for Microsoft.

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

what do you mean modding was only possible on windows? I assume that you don't mean the skyrim approach of just downloading and unpacking, which has always worked under linux too. As do tools like mod organizer.

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