GOG
Game and content integration for the GOG platform.
Capabilities
- Browse and search game catalog
- Manage game library
- Track game updates and releases
- Content integration for gaming workflows
- Sync custom game configurations across devices (v1.1.0+)
Custom Config Sync
Sync per-game custom configuration files (ini, cfg, json, etc.) across devices linked to your GOG account.
Usage
- List syncable configs — scan installed games for known config paths.
- Push config — upload a game's custom config to your sync store.
- Pull config — download the latest config from sync store to local.
- Diff config — compare local vs remote before overwriting.
- Set sync policy —
auto(sync on change),manual(push/pull only), ordisabledper game.
Config resolution
- On conflict: local timestamp vs remote timestamp; newer wins by default.
- Override with
--force-localor--force-remoteon pull/push. - Sync store quota: 50 MB per account (config files only).
Supported paths
Auto-detected under GOG Galaxy install dir or manual override:
<GameDir>/config/,<GameDir>/settings/,<GameDir>/*.ini,<GameDir>/*.cfg- Custom paths via
gog config-path add <game> <path>
Notes
- Requires GOG account credentials for library management and config sync
- Public catalog browsing works without authentication
- Config sync requires GOG Galaxy 2.0+ installed on at least one device