LGOGDownloader is unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOG Galaxy.
Go to file
2022-08-09 11:07:08 +02:00
.github/workflows Update linux.yml 2021-11-30 12:49:32 +01:00
cmake Remove support for OpenSSL <= 1.0.2 2021-09-09 14:18:17 +03:00
include Fix rare error for logging in 2022-08-09 11:07:08 +02:00
man Update README.md and man page 2020-03-14 18:28:42 +02:00
src Fix rare error for logging in 2022-08-09 11:07:08 +02:00
.gitignore Update .gitignore 2016-01-17 18:15:12 +02:00
CMakeLists.txt Version 3.9 2022-02-19 12:12:11 +02:00
COPYING Initial commit 2013-03-15 22:46:16 +02:00
main.cpp Add the abillity to delete cloud saves 2022-08-04 23:55:18 +02:00
README.md Update readme 2021-11-30 12:52:40 +01:00

LGOGDownloader

This repository contains the code of LGOGDownloader which is unoffcial open source downloader for GOG.com. It uses the same API as GOG Galaxy which doesn't have Linux support at the moment.

Dependencies

Make dependencies

Debian/Ubuntu

# apt install build-essential libcurl4-openssl-dev libboost-regex-dev \
libjsoncpp-dev librhash-dev libtinyxml2-dev libhtmlcxx-dev \
libboost-system-dev libboost-filesystem-dev libboost-program-options-dev \
libboost-date-time-dev libboost-iostreams-dev help2man cmake \
pkg-config zlib1g-dev qtwebengine5-dev ninja-build

Build and install

$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUSE_QT_GUI=ON -GNinja
$ ninja -Cbuild install

Usage examples

  • Login

      lgogdownloader --login
    
  • Listing games and details for specific games

      lgogdownloader --list
      lgogdownloader --list-details --game witcher
    
  • Downloading files

      lgogdownloader --download
      lgogdownloader --download --game stardew_valley --exclude extras
      lgogdownloader --download --threads 6 --platform linux --language en+de,fr
      lgogdownloader --download-file tyrian_2000/9543
    
  • Repairing files

      lgogdownloader --repair --game beneath_a_steel_sky
      lgogdownloader --repair --download --game "^a"
    
  • Using Galaxy API for listing and installing game builds

      lgogdownloader --galaxy-platform windows --galaxy-show-builds stardew_valley
      lgogdownloader --galaxy-platform windows --galaxy-install stardew_valley/0
      lgogdownloader --galaxy-platform windows --galaxy-install beneath_a_steel_sky/0 --galaxy-no-dependencies
    
  • See man page or help text for more

      lgogdownloader --help
      man lgogdownloader
    

paypal