• 2 Posts
  • 157 Comments
Joined 2 months ago
cake
Cake day: May 5th, 2024

help-circle

  • Dealing with proton shenanigans is much easier than dealing with all of Windows and Microsoft’s bullshit.

    The windows “desktop environment” is so slow and clunky. It makes game development or really any workflow requiring the use of multiple open directories almost too hard. It makes me wonder how they even develop this piece of shit at Microsoft HQ. Do they have an in-house developers ui that’s maybe a little more efficient? Do they have special accelerated hardware that makes it run faster than fast on the development machines? I guess the windows server ui is faster than the windows 11 ui and maybe it has a better file explorer so maybe that’s what they use.

    When you need to install a program, all the choices available are too spammy and corporate. The hp printer driver is 300mb and takes 15 minutes to install on a ssd on Windows. Meanwhile on Linux you type something like “sudo apt install cups” and 15 seconds later you have printer drivers.

    It’s pretty easy to identify the sweaty mlg titles that lock down everything with windows-only anticheat before buying them. Beyond anticheat games, I can’t even recall a game I couldn’t get running.










  • I think there’s a “SKSE for Linux” you can download so that you get it in a separate launcher, but renaming the executable to whatever the original one is will result in that newly renamed executable getting run when you press the play button. This approach works for Skyrim and Starfield but probably others as well.

    SKSE works in Linux. I manually install each mod. It’s a pain in the ass but I imagine still less of a pain in the ass than dealing with mod managers. I don’t know who’s teaching new programmers to make their side projects in such a way that it only works on windows but it’s stupid and lame. It’s not as bad as it used to be but there’s always outliers that pop up such as Starfield xedit. You can put your ui in an opengl window. You can use python with wxwidgets. Java has good gui stuff. There are a multitude of ways to do ui besides Microsoft’s bloated toolchain.