Heroic-Games-Launcher / HeroicGamesLauncher

A games launcher for GOG, Amazon and Epic Games for Linux, Windows and macOS.
https://heroicgameslauncher.com
GNU General Public License v3.0
8.29k stars 438 forks source link

Include anticheat status in the game logs #3584

Open arielj opened 9 months ago

arielj commented 9 months ago

Problem description

When a user reports a problem, it would be useful to know what information heroic knows about the anticheat support for a game.

This can make troubleshooting easier, specially for games not well known.

Feature description

If we have an entry for a game in the anticheat info, print that in the game logs at launch too.

Alternatives

No response

Additional information

No response

RawToast225 commented 1 week ago

Is there an existing API for areweanticheatyet? I'm not finding that information on their repo, but if there isn't then maybe we can pull the information from the raw file on github

arielj commented 1 week ago

Is there an existing API for areweanticheatyet? I'm not finding that information on their repo, but if there isn't then maybe we can pull the information from the raw file on github

we download a json file from their repo when heroic opens, we already have the information locally (and we have some helper function to read the status for any given game)

RawToast225 commented 1 week ago

I'm on it