Awesome
galaxy-integration-indiegala
GOG Galaxy Integration for Indiegala
Known Issues
Only works with games listed in your showcase: https://www.indiegala.com/library/showcase
Connections can be lost because of IndieGala's bot detection. The plugin can be reconnected and a browser popup will open to the library. If there is no captcha, the window will close on its own.
Installation
- Download latest release of the plugin for your platform.
- Create plugin folder:
- Windows:
%LOCALAPPDATA%\GOG.com\Galaxy\plugins\installed\<my-plugin-name>
- MacOS:
${HOME}/Library/Application Support/GOG.com/Galaxy/plugins/installed/<my-plugin-name>
- Windows:
- Unpack downloaded release to created folder.
- Restart GOG Galaxy Client.
Issue reporting
Along with you detailed problem description, you may need to attach plugin log files located at:
- Windows:
%programdata%\GOG.com\Galaxy\logs
- MacOS:
/Users/Shared/GOG.com/Galaxy/Logs
for example:
C:\\ProgramData\GOG.com\Galaxy\logs\indiegala-a1a85742-f3e0-42ae-bde9-64ab7d0321cf.log
Development
-
create and activate virtual environment
-
install dependencies
pip install -r requirements/dev.txt
-
run tests
pytest
-
install to your local GOG galaxy
inv install