urwrstkn8mare / galaxy-riot-integration

A GOG Galaxy 2.0 Community integration for Riot!
MIT License
71 stars 2 forks source link

YAML and JSON-based detection for games and RCS. #11

Closed afwolfe closed 3 years ago

afwolfe commented 3 years ago

Replaced most registry-based detection with YAML and JSON-based detection for the games and RiotClientServices. Created two new helper functions in utils/misc: get_product_settings_path(game_id) and get_riot_client_installs_path(). I'm not currently aware of how to detect Vanguard's location without using the registry and had to leave the code for that in place.

Merged into dev and fixed utils import to utils.misc as well as some miscellaneous typos.

Fixes issues #6 and possibly #10.

urwrstkn8mare commented 3 years ago

Thanks for this! I'll test it ASAP.