Posted November 07, 2017
sbaylus
New User
Registered: Jun 2012
From United States
sbaylus
New User
Registered: Jun 2012
From United States
Posted November 09, 2017
Got the covers not downloading issue fixed, had to edit the config file and add
exclude = ""
Before, there was no exclude = line, but I did have include = all
exclude = ""
Before, there was no exclude = line, but I did have include = all
sbaylus
New User
Registered: Jun 2012
From United States
Posted November 09, 2017
So just in case anyone else is interested in sizes, 1802 games, English only, Windows + Linux, all Extras + Covers:
17350 items, 3.8 TB
17350 items, 3.8 TB
wastedweasel
New User
Registered: Oct 2017
From Colombia
Posted November 11, 2017
Hello!
I've been following this post a week ago since a reply from customer support.
All I want to do is to download the witcher 2, I've bought it but every download comes corrupt.
They told me about this app, but I cannot figure out how to download my game.
It has downloades mac and windows executbles before I pause/cancel it, and I have not freaking figured out how to download individual files.
Someone out there pleeeease help me?
Im running a linux machine, but am not that linux-wise.
I've been following this post a week ago since a reply from customer support.
All I want to do is to download the witcher 2, I've bought it but every download comes corrupt.
They told me about this app, but I cannot figure out how to download my game.
It has downloades mac and windows executbles before I pause/cancel it, and I have not freaking figured out how to download individual files.
Someone out there pleeeease help me?
Im running a linux machine, but am not that linux-wise.
eiii
#%&@#%
Registered: Dec 2013
From San Marino
Posted November 12, 2017
They told me about this app, but I cannot figure out how to download my game.
It has downloades mac and windows executbles before I pause/cancel it, and I have not freaking figured out how to download individual files.
lgogdownloader --download --game the_witcher_2 --platform linux --include installers
franky-boy
New User
Registered: Jun 2013
From Russian Federation
Posted November 12, 2017
hello :) i am wondering if it is possible to download windows and linux installers in separate folders using lgogdownloader?
Sude
🜂🜁🜄🜃𝓠
Registered: Dec 2009
From Finland
Posted November 12, 2017
There are actually few different ways of doing it by using the --subdir-* options with templates.
Here's two examples
--subdir-installers "%platform%" results in directory structure like this:
game/linux/installer1
game/mac/installer1
game/windows/installer1
game/windows/installer2
windows/game1/...
windows/game2/...
linux/game1/...
linux/game2/...
mac/game1/...
mac/game2/...
franky-boy
New User
Registered: Jun 2013
From Russian Federation
Sude
🜂🜁🜄🜃𝓠
Registered: Dec 2009
From Finland
Posted November 13, 2017
This can be achived with regex using negative lookahead assertion (?!pattern)
Example:
contain "star_wars" or "witcher" in their name
or begin with "v"
or end with "a"
Example:
--game '^(?!(.*star_wars.*|.*witcher.*|^v|.*a$)).*$'
This ignores all games that: contain "star_wars" or "witcher" in their name
or begin with "v"
or end with "a"
franky-boy
New User
Registered: Jun 2013
From Russian Federation
Posted November 15, 2017
thanks a lot for your help, Sude. working like a charm!
coffeecup
GOG is dead.
Registered: Mar 2010
From Vatican City
Posted November 16, 2017
You also can make a blacklist in your config directory, $HOME/.config/lgogdownloader/blacklist.txt, format and description is documented in the manpage
excerpt, sample configuration
# used to store manually downloaded mods/patches/maps/, don't mention
it as orphans
Rp ^[^/]*/manual/.*
# included with every *divinity game, once is enough
Rp beyond_divinity/extras/bd_ladymageknight.zip
Rp divinity_2_developers_cut/extras/divinity_2_ladymageknight.zip
# extra 6GB is A LOT of space if you don't actually plan to mod your
game
Rp the_witcher_2/extras/the_witcher_2_redkit.zip
Rp the_witcher_2/extras/extras_pack_3_hu_pl_ru_tr_zh_.zip
Rp the_witcher_2/extras/extras_pack_2_fr_it_jp_.zip
excerpt, sample configuration
# used to store manually downloaded mods/patches/maps/, don't mention
it as orphans
Rp ^[^/]*/manual/.*
# included with every *divinity game, once is enough
Rp beyond_divinity/extras/bd_ladymageknight.zip
Rp divinity_2_developers_cut/extras/divinity_2_ladymageknight.zip
# extra 6GB is A LOT of space if you don't actually plan to mod your
game
Rp the_witcher_2/extras/the_witcher_2_redkit.zip
Rp the_witcher_2/extras/extras_pack_3_hu_pl_ru_tr_zh_.zip
Rp the_witcher_2/extras/extras_pack_2_fr_it_jp_.zip
Post edited November 16, 2017 by coffeecup
wastedweasel
New User
Registered: Oct 2017
From Colombia
Posted November 25, 2017
They told me about this app, but I cannot figure out how to download my game.
It has downloades mac and windows executbles before I pause/cancel it, and I have not freaking figured out how to download individual files.
lgogdownloader --download --game the_witcher_2 --platform linux --include installers
It's so cool that this community supports total n00bs instead of making fun of them.
You're a cool person dude!
eiii
#%&@#%
Registered: Dec 2013
From San Marino
Posted December 17, 2017
lgogdownloader does not download the serial keys for Quake III: Gold (with option --save-serials). It may be related to the presentation of the keys by GOG as gogrepo has the same problem.
Amjeerih
New User
Registered: Aug 2011
From United States
Posted December 21, 2017
I am unable to download Oblivion using lgogdownloader. It recognizes that Oblivion is one of my games, but there is no content to download, and the script ends immediately. This is the only game I have had this problem with. Has anyone else had this problem? Any suggested solutions.
EDIT: While it doesn't solve the problem I am having with lgogdownloader, I was able to download the game using gogrepo.
EDIT: While it doesn't solve the problem I am having with lgogdownloader, I was able to download the game using gogrepo.
Post edited December 21, 2017 by Amjeerih
Sude
🜂🜁🜄🜃𝓠
Registered: Dec 2009
From Finland
Posted February 12, 2018
--galaxy-install is now multithreaded and --galaxy-show-builds supports generation 1 builds
--galaxy-install still doesn't have support for generation 1 builds and I'm not sure if I'm going to add support for those because GOG said they plan on making everything generation 2 at some point.
e9ac6d0 Galaxy: Make --galaxy-install multithreaded
40cbb5f Galaxy: Show generation in --galaxy-show-builds output
553c6dc Galaxy: Add support for generation 1 builds to --galaxy-show-builds
--galaxy-install still doesn't have support for generation 1 builds and I'm not sure if I'm going to add support for those because GOG said they plan on making everything generation 2 at some point.
e9ac6d0 Galaxy: Make --galaxy-install multithreaded
40cbb5f Galaxy: Show generation in --galaxy-show-builds output
553c6dc Galaxy: Add support for generation 1 builds to --galaxy-show-builds