Question regarding IOI telemetry #301
-
Hello Peacock Project team! I read through some of IOI's privacy policy and it does not inspire confidence, at least for me. So I would be glad to know if I can play Hitman without having to worry about telemetry by using your project. Thank you for your time. Edit: Just to be clear, I understand if protecting against IOI's telemetry is beyond the scope of this project. I just thought I would ask just in case. Thank you once more. Section on data collection from IOI's privacy policy: WHAT INFORMATION WE COLLECT 2.1 WHEN YOU CONNECT TO OUR GAMES Whenever you connect to an online game, certain information will be collected. The same is true for our games, and for this purpose we collect information to establish and maintain your connection to our games. This information includes: Connection Information. When you connect to our games, our servers automatically collect some information. This information includes your Internet Protocol address, your chosen platform with which you access this game, the date and time of your request and information about your ownership of this game. Our legal basis for the processing of this information is GDPR Art. 6 (1) (b). Device Information. We may collect information about the device you are using to access our websites or play our games, including what type of device it is, what operating system you are using, your device settings, unique device identifiers and crash data. Whether we collect some or all this information depends on what type of device you are using and its settings. Please check the policies of your device manufacturer or software provider to learn more about what information your device makes available to us. Our legal basis for the processing of this information is GDPR Art. 6 (1) (b). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
While connected to a Peacock instance, all data, including the telemetry, is sent to Peacock. Peacock currently does nothing with this data. It is possible for plugins to hook into this data, but I don't think any plugin has been released that does. The relevant code that handles the incoming metrics is here: Lines 240 to 250 in 4e70d55 |
Beta Was this translation helpful? Give feedback.
-
We obviously welcome you to play with Peacock (pun intended)! But if you would like to enjoy the real version, but are concerned about the metrics, you should be able to block traffic to metrics.hitman.io using your hosts file. All they know about you after that is what you perform in-game to calculate your score. This is basically what the metrics do too, by the way, except they also keep track of things you click in the menu. |
Beta Was this translation helpful? Give feedback.
While connected to a Peacock instance, all data, including the telemetry, is sent to Peacock. Peacock currently does nothing with this data.
It is possible for plugins to hook into this data, but I don't think any plugin has been released that does.
The relevant code that handles the incoming metrics is here:
Peacock/components/index.ts
Lines 240 to 250 in 4e70d55