One of the refunds reasons you can select is “the game doesn’t run on my PC”. This is completely valid.
Or do as I do.
-
Buy game.
-
Never play it.
I have a problem.
Or as I do:
- Watch videos of Cyberpunk
- Think of buying it
- Realize I still haven’t finished Mass Effect
- Never actually buy Cyberpunk.
Currently I’m thinking of Baldur’s gate 3, but you know… I’ll probably get around to it in a few years.
Buying any game after 3-5 years is the way to go. The bugs are fixed, patches are out, so mods are stable and most of the time you can find a sale where it costs 10-20€. And if you forget about it before that time, that means the game was not worth it
On top of that, there might be a bundle with the base game + a few DLCs + christmas discount or whatever.
You’re allowed to get another game even if you haven’t finished a previous one. You’re only here for like 80ish years so why not sample all that interests you?
This is what I feel. I’ve finished ToTK and Baldurs Gate 3 once(so far…), but beyond that I haven’t finished a game in probably years. Hasn’t stopped me from having fun in tons of games over the years. I usually play for gameplay more than story anyways, with a couple exceptions.
It’s not that great tbh. I spent maybe 6 hours in it and didn’t get hooked. With BG3 however, I’m at 60 hours and I can’t put it down
-
Complex and recent games run on Linux these days.
Not allowing run a game in Linux is, nowadays, a choice from its developer rather then a causality. Proton is a really powerful tool!
If a game don’t run in Linux, via Proton or natively, that’s dev issue that actively blocked Linux.
It is almost always due to the anticheat programs.
Still… There are anticheats that allow Linux, like EAC, Hyperion and many others… If they choose one that does not allow Linux, or choose one that allow Linux but block it, it’s a dev issue
Virtually no anticheat worked on Linux just a few years ago except maybe Valve and Blizzard in-house solutions. Games that are out and already committed to a specific anticheat can’t do much but to wait, so it is not really on them. Changing the anticheat solution mid-way on a released game would piss off so many people you can’t imagine. On a brand new game though, I would agree that this should be considered.
deleted by creator
What? I thought Steam VR wasn’t working, I’v checked recently. How did you get it working?
deleted by creator
Steam VR works fine, but you need a headset that supports Steam VR without needing other software. The main options are the HTC Vive and the Valve Index.
Blaming the Publishers and Devs because it’s actually pretty hard to fuck up a game so that it doesn’t work on proton these days
rt
If there’s a game that can’t run on Linux in the current year then that’s intentional and it’s not worth anyone’s money.
You almost have to go out of your way to make a game incompatible with linux. Considering wine/proton and their various forks cover the vast majority of things at this point.
Even with ACs, the two most used ones completely support Linux. One is completely out of the box, maybe even as far as linux support being opt out. The other requires you to contact its developers to enable compatibility their end iirc.
I don’t agree. There are cases with Windows only root kits for DRM, but there are also games that don’t work because of bugs. You see games coming out that barely work on Windows.
I’d just like to interject for moment. What you’re refering to as Linux, is in fact, Steam/Linux, or as I’ve recently taken to calling it, Steam plus Linux. Linux is not an operating system unto itself, but rather another component of a fully functioning Steam system made useful by Steam Proton, DXVK, and vital Wine components comprising a full OS as defined by Valve.
I love you Richard Steaman
If a game cant be run on linux, thats usually intentional. Microshit at least gives discounts to the developer if the game runs only on their shit. Also m$ have some of components that ultimately lock things to wincrap, for example d3d is meant to do this. Microsoft is a cancerm just like google become one
Time to flip it around. Windows is a cancer.
Funnily enough, Ballmer backtracked on his “Linux is a cancer” when he saw Satya Nadella (current M$ CEO), make M$ (and its shareholders, which includes Ballmer), a lot of money off Linux through Cloud, or more specifically, Azure.
I think microsoft is the cancer (and google), not just windows alone. Teams is also like a crime against human kind, just like office, and the xbox publisher octopus.
Minecraft and Dota2 run on Linux :)
Yeah I can’t play rainbow 6 siege since I switched to Linux but I’m staying strong. Fuck ubisoft. And fuck my friends for trying to make me go back to windoz.
Now that is based as hell.
Especially if they use an engine that natively supports Linux, they have no excuse not to release a Linux version.
There are tons of reasons my dude. You can still have platform-dependant technologies in your game even if the base engine itself supports linux.
I mean, it is not a fault on Linux’s end. We have all the tools we need in the form of wine and dxvk, it’s the game which fails to work due to some obscure dependency or a mandatory rootkit. One great example is genshin- the game itself works flawlessly, but it has a rootkit which obviously does not work on Linux and you have to patch it out.
I was just thinking about this the other day…like games are optized for windows usually, but windows is not optimized for games. A fresh Windows 10 runs at 2gb ram on idle. It all went down hill for gamers when Microsoft killed xp
RAM is the cheapest upgrade possible, unless you’re trying to run a game on 8GB in 2023 idk why you’d be that concerned with RAM usage.
Perpetual software bloat should not be encouraged; idling at 2GB is fucking insane
Ok, hear me out. Linux is not an easy platform to develop for because it’s in constant flux where systems and libraries come, change and go constantly. Linux itself is a somewhat slippery concept (if we expand from the kernel) where “works on linux” can really mean it’s been tested on one particular distro. Debian stable and rolling releases are not the same. Unless I am completely mistaken, I can see why major developers are hesitant to support linux, whatever it even is. Is Android linux?
Now, I’m all for this message. Given how OSs have been developing, I advocate for linux adoption and wish people would “vote with their wallet”. Otherwise things just will not change. Well, not for better, if recent history is anything to go by. I just feel that this problem has more prongs than we like to admit, being linux enthusiasts.
Please correct me if I’m wrong.
Not really the case anymore because of proton, game devs develop for Windows and proton and then it’ll run on anything that can run proton, Linux, android, Mac or otherwise in the future
From what I hear thanks to proton it’s incredibly easy to develop for Linux, as long as you don’t use one of the anticheats that doesn’t support it or intentionally prevent it from running in proton you’re fine
Well, yeah, but I think the issue is that the best way to develop for linux is to make a Windows binary. I don’t like that. Developers actively sabotaging Wine/Proton compatibility is kind of malicious though.
As a big Linux fan, it makes me said that Wine needs to exist. But, maybe it’s not such a bad thing. Linux is just a kernel, with no associated libraries for app developers. App devs don’t want to manually write system calls, so it’s always been the case thar they lick and choose which set of libraries to target for their Linux apps. A popular low level choice is the GNU standard C library, and a popular high level choice is the GTK/GDK/Gnome stack. But these aren’t the only choices. I mean you can use the MUSL standard C library if you want. You can choose between OpenGL, Vulkan, and WGPU for graphics already.
I see Wine and Proton as just being another set of standard apis to target. Maybe they don’t have the best design, but is traditional Unix really the best design either? Now the Valve and company are supporting Wine, it’s one of the Linux targets with the most actual developers. And of course it has a huge advantage over the glibc + Vulkan stuff: it retains binary compatibility forever.
I’ve been gaming exclusively on Linux since 2014. Gaming on Linux is so good nowadays, thanks to Proton, there are so many amazing titles available to play. Proton makes it all easy - thanks to it, it’s just a matter of hitting install and play on Steam (in most cases).
There are so many of them, If something doesn’t run on Linux, I just don’t care. My backlog of great games is so big, who cares about some singular titles that are not available.
I’ve recently been playing Baldurs Gate 3, ARMORED CORE VI, Anno 1800 and Battlebit Remastered on my Ubuntu rig. All run great. Neither need any special tweaks (I own them on Steam).
BG3 and Battlebit Remastered are especially stellar.
I recommend BG3 to anyone who likes true roleplaying games with great writing, reactivity and player agency.
Battlebit Remastered is a great multiplayer title with massive 256 player battles and it sits somewhere between Battlefield and Squad (a mixture of arcade and mil-sim elements).
This comment sounds like chatgpt
I’m just some meatbag, unfortunately, though I’d happily merge with machine If I could.
But only if it’s an open source, penguin style machine.