Nutzzz / GameCollector

.NET library for finding games.
Other
5 stars 0 forks source link

Add handler for Google Play Games for PC #24

Open Nutzzz opened 6 months ago

Nutzzz commented 6 months ago

Google announced today they're going to be bringing more PC games to the platform.

Nutzzz commented 5 months ago

Though %LocalAppData%\Google\Play Games\store.db is a SQLite file, the actual data within it is stored in binary blobs [and from which I don't know how to extract usable data]. Relying on the log files (e.g., %LocalAppData%\Google\Play Games\Logs\Client.log) seems very poor practice, and the data returned from the web requests recorded there aren't in a standard format like json or yaml; there's no syntax to indicate an array object; just multiple "local_game" keys.