Valve aren't putting any exclusives on the Steam Machine because they see "the whole PC catalog as our 'launch exclusive'"

a month ago by sanitation to c/pcmasterrace

Certainly one way to view it.
instantnudel 64 points a month ago

That's no-brainer news. How would an exclusive title just for the Steam Machine even work? It's a PC. Launching it on Steam but forbidding everyone but Steam Machine users to buy or download it? How would they even check that accurately? This would probably be easy to get around.

path: 0 24856991, hotness: undefined, score: 64, children: 5
ViatorOmnium 13 points a month ago

They could release it on Linux only, which would exclude most PC users.

path: 0 24856991 24858720, hotness: undefined, score: 13, children: 3
instantnudel 18 points a month ago

But this would still not be a Steam Machine Exclusive then.

path: 0 24856991 24858720 24859272, hotness: undefined, score: 18, children: 0
atopi 1 point a month ago

I have seen people dualboot linux just for extra minecraft performance, there would definitely be people dualbooting linux for those exclusives

path: 0 24856991 24858720 24862896, hotness: undefined, score: 1, children: 1
LiveLM 3 points a month ago

And if popular enough, someone would for sure make a "Play Half-Life 3" bootable Live CD with just enough Linux to boot Steam and run whatever exclusive without needing to actually install Linux to the drive.

path: 0 24856991 24858720 24862896 24867606, hotness: undefined, score: 3, children: 0
64bithero 1 point a month ago

It would be very hard and probably very easy to spoof.

path: 0 24856991 24861692, hotness: undefined, score: 1, children: 0
the_riviera_kid 54 points a month ago

They aren't putting exclusives on the steam machine because it's a fucking PC and not a console.

This article is stupid as fuck.

path: 0 24860149, hotness: undefined, score: 54, children: 0
_haha_oh_wow_ 23 points a month ago

What a silly premise for an article.

path: 0 24863302, hotness: undefined, score: 23, children: 0
juipeltje 21 points a month ago

How would that even work if they did make excusives since it's just a pc? Run a hardware check and stop the game from launching if it doesn't detect steam machine hardware?

path: 0 24857004, hotness: undefined, score: 21, children: 8
Kannushi_Link -10 points a month ago

There were some games that can be run on Steam Deck, but will not run on other Linux systems, I think they might be able to do similar stuff for the Machine.

IMO I think it is just limited the game's visibility, but ultimately it's up to the game devs. (Like tech support or "fairness" reasons)

EDIT: This list show games that only run on Steam Deck or SteamOS, but not other Linux systems https://www.gamingonlinux.com/...

It were possible but it's more on the developer side at that moment.

path: 0 24857004 24857088, hotness: undefined, score: -10, children: 7
toynbee 12 points a month ago

What games?

path: 0 24857004 24857088 24857212, hotness: undefined, score: 12, children: 3
juipeltje 4 points a month ago

I think he might be referring to infinity nikki, or at least that's what i thought of when making my original comment. Idk if it ever got bypassed though.

path: 0 24857004 24857088 24857212 24858251, hotness: undefined, score: 4, children: 1
Kannushi_Link 2 points a month ago

Yeah, one of the game I thought is Infinity Nikki, another one is Delta Force.

I updated my comment to include a link to the list about which games have restricted Linux system(s) support.

path: 0 24857004 24857088 24857212 24858251 24868644, hotness: undefined, score: 2, children: 0
UntimedDiffusion 1 point a month ago

Didn't BG3 do this? They made a Linux version of the game but it only allowed itself to work on steam deck

path: 0 24857004 24857088 24857212 24865802, hotness: undefined, score: 1, children: 0
Neomega 10 points a month ago

That's simply not true. Steam deck is nothing special hardware wise. You can use proton on any Linux distro to run the same games that will run on steam os. Valve is not in the proprietary console market.

path: 0 24857004 24857088 24857289, hotness: undefined, score: 10, children: 2
TheEntity 5 points a month ago

It was true but it wasn't done by Valve and not in hardware. Just some developers deciding to explicitly not support Linux, but wanting to support Steam Deck, so they added some naive checks for that. Unfortunately I don't remember the specific titles as I wasn't interested in any of them.

path: 0 24857004 24857088 24857289 24857628, hotness: undefined, score: 5, children: 1
juipeltje 1 point a month ago

I think it was infinity nikki

path: 0 24857004 24857088 24857289 24857628 24858277, hotness: undefined, score: 1, children: 0
64bithero 20 points a month ago

Anyone who posts an article claiming something like a console concept of “exclusives” either misunderstands or is an idiot. Steam machine is a prebuilt gaming Pc not a game console. To ensure it only ran certain software would ruin the whole purpose

path: 0 24861711, hotness: undefined, score: 20, children: 0
warmaster 8 points a month ago path: 0 24862795, hotness: undefined, score: 8, children: 0
corey931 5 points a month ago

I have a question maybe dumb to ask because I don’t consider myself a gamer as such but do gamers really want exclusive games? To me, it seems terrible to the end consumer because it means you get locked into their ecosystems bit by bit, or maybe even you bought a whole console, spending 500 bucks just to play one game that codt you another 70 bucks

path: 0 24863126, hotness: undefined, score: 5, children: 1
happysplinter 3 points a month ago

Yes you're right it sucks. And yes, I have bought many Nintendo consoles and PlayStation for exclusives. I'm not smart, but if there's a story or gameplay I'm in love with, I'm going to do it. I don't think I'll be buying a ps6 for Horizon though, as I did with the PS5.

path: 0 24863126 24868406, hotness: undefined, score: 3, children: 0
1Fuji2Taka3Nasubi 4 points a month ago

I know Proton has to fool the windows binary to some degree to make it think it is just running on windows, but I wonder if it is possible for a game developer to offer a "Played this game on a steam deck / steam machine", or less specifically, "under SteamOS / Proton", achievement without resorting to a separate Linux binary?

path: 0 24860949, hotness: undefined, score: 4, children: 4
pivot_root 8 points a month ago
  • Check for the existence of Z:/etc/os-release and parse it
  • Check for the steamDeck environment variables set by Steam
  • Check that the current account's username is "deck"
  • Use assembly to directly perform a Linux syscall that would crash the application on Windows but not on Linux.

It still can't guarantee that the system is a Steam Deck, but combining all the above is reliable enough to that it would be easier to write an assembly patch for the game than to spoof all of those checks to pass.

That being said: any developer who adds an achievement just for playing on a specific piece of hardware deserves to be kicked in the groin.

path: 0 24860949 24861299, hotness: undefined, score: 8, children: 2
Buddahriffic 5 points a month ago

7000 achievements available, one for each specific RAM kit. 6344 of these achievements earned by 0 people.

path: 0 24860949 24861299 24862392, hotness: undefined, score: 5, children: 0
1Fuji2Taka3Nasubi 3 points a month ago

Achievement: kicked developer in the groin.

path: 0 24860949 24861299 24863461, hotness: undefined, score: 3, children: 0
grue 4 points a month ago

I know Proton has to fool the windows binary to some degree to make it think it is just running on windows

That's phrased a bit more adversarily than warranted. The game isn't trying to only run on Windows and Proton isn't trying to trick it; the game just uses Windows APIs and Proton reimplements them for Linux. It isn't like circumventing DRM or anticheat or something like that.

path: 0 24860949 24862511, hotness: undefined, score: 4, children: 0
FiskFisk33 3 points a month ago

they're not wrong

path: 0 24859023, hotness: undefined, score: 3, children: 0
ricecake 1 point a month ago

I know with other hardware they've included a free game, but it's been something generally available that the hardware just comes with that usually shows off the features or serves as an orientation of sorts.

I can't really think of what features they would want to show off with the steam machine.

path: 0 24858099, hotness: undefined, score: 1, children: 0
pcmasterrace
pcmasterrace

@lemmy.world

login for more options
22159
975
4950

A community for PC Master Race.

Rules:

  1. No bigotry: Including racism, sexism, homophobia, transphobia, or xenophobia. Code of Conduct.
  2. Be respectful. Everyone should feel welcome here.
  3. No NSFW content.
  4. No Ads / Spamming.
  5. Be thoughtful and helpful: especially when new beginners have questions.

go to feed...