this post was submitted on 07 Jun 2025
75 points (98.7% liked)

PC Gaming

11279 readers
459 users here now

For PC gaming news and discussion. PCGamingWiki

Rules:

  1. Be Respectful.
  2. No Spam or Porn.
  3. No Advertising.
  4. No Memes.
  5. No Tech Support.
  6. No questions about buying/building computers.
  7. No game suggestions, friend requests, surveys, or begging.
  8. No Let's Plays, streams, highlight reels/montages, random videos or shorts.
  9. No off-topic posts/comments, within reason.
  10. Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)

founded 2 years ago
MODERATORS
top 15 comments
sorted by: hot top controversial new old
[–] Crankenstein@lemmy.world 12 points 7 hours ago

We aren't putting literal Spyware into your computer. We are just putting the functional equivalent of spyware into your computer through your video game.

[–] proper@lemmy.world 61 points 16 hours ago (3 children)

“The Privacy Policy identifies the data activities that may be collected but this does not mean that every example is collected in each game or service.”

That’s pretty vague. is this statement supposed to make the community feel better?

[–] Peter_Arbeitsloser@feddit.org 1 points 4 hours ago (1 children)

That's exactly how it works with any other privacy policy you will find (except when the service is spun out in a subsidiary like Meta > WhatsApp LLC where WhatsApp has its own privacy policy). Look at Ubisoft's privacy policy: https://www.ubisoft.com/legal/documents/privacypolicy/en-INTL Ist's the same. Or worse maybe? They are more clear in their language on why and where the data gets collected. That's where Take-Two could have done a better Job.

Or EA: https://www.ea.com/legal/privacy-and-cookie-policy?setLocale=en-US

Same shit. Not saying that I like it, but this is not new at all. Take-Two is not a suddenly a spy company that installs spyware. Privacy policies have been like this for years but it seems some people currently woke up to reading or caring about privacy policies for the first time in their life.

[–] kuberoot@discuss.tchncs.de 4 points 3 hours ago (1 children)

The issue is that the privacy policy changed on an old game people bought long ago, and now they're not allowed to play the game without agreeing to the changes.

[–] Peter_Arbeitsloser@feddit.org 2 points 2 hours ago

The privacy policy changed not explicitly for the game. It is possible the data collection behaviour has always been like that and they only now have rewritten it to comply with current laws. The way its written is common to comply with EU law (what in detail may be collected and for what purpose).

Nothing changed for anyone that bought the game and only plays the game exclusively (eg. on Steam).

[–] Nay@feddit.nl 10 points 12 hours ago

"We steal all the data, just not all at once, so it's okay."

[–] BroBot9000@lemmy.world 30 points 16 hours ago

Exactly! Want to be transparent? List everything that every specific game collects.

[–] radix@lemmy.world 36 points 15 hours ago

"We're putting cameras in every room of your house, but we pinky promise to only ever look at the feed from the kitchen."

[–] capuccino@lemmy.world 42 points 16 hours ago (2 children)

too much text to just trying to say directly "we don't collect data". They are collecting data. A lot.

[–] TVA@thebrainbin.org 14 points 15 hours ago

Right‽ If their terms of use indicate that they can collect this data no random PR promise can override/refute that! The only thing that can is an update to the T&C without this crap in there.

[–] Ulrich@feddit.org 5 points 13 hours ago

If they weren't they wouldn't need to put it in the ToS

[–] Fecundpossum@lemmy.world 21 points 14 hours ago (1 children)

My solution? Run Linux. If the game won’t run on Linux because of kernel level anticheat bullshit, DRM, or lack of proton support, refund that shit and never purchase a game from that developer again. If they do data collection, and it still runs on Linux, it is my understanding that all they can gather is what the proton compatibility layer feeds them, which is basically fiction. Proton is already tricking the software into thinking it’s running on windows, and is sandboxed from your bare metal system. Correct me if I’m wrong.

The games I already owned before my time with Linux? Whatever. I’ll take the loss. I’ll probably never play PUBG again and I’m fine with that.

[–] CoyoteFacts@piefed.ca 12 points 13 hours ago* (last edited 13 hours ago) (2 children)

By default, Wine/Proton has access to your full Linux filesystem under the virtual Z:/ drive from within the Wine environment, so any dedicated adversary could include your Linux stuff into its data collection. The odds of this already occurring are probably low-ish. You can use bubblewrap raw to start sandboxing resources (e.g. blocking network access or masking directories), or there's a project called sandwine which presumably auto-configures the important stuff through bubblewrap (though I've never gotten around to trying it). Wine itself can also be configured to drop the Z:/ drive through its winecfg tool.

Without a dedicated configuration, I'm not sure Wine has any real priority or guarantee about sandboxing your original system from Windows executables, which is also why it's important to remember that Windows malware can still do damage when running on a Linux system. The malware doesn't really even have to be aware that it's running in Wine if it just tries to encrypt any files it can reach.

[–] Link@rentadrunk.org 8 points 11 hours ago

This is why I use flatpak Steam. You might trust Valve but do you trust every third party developer?

[–] Fecundpossum@lemmy.world 4 points 12 hours ago

Thanks for this, I’ll definitely dig in further