Posted August 16, 2022
EDIT: i updated my script to update the cache files remove any unwanted games. https://gist.github.com/maluramichael/31dc56cfc28bb65a2e8157319f6b5d39
Is it possible to skip certain games? I would like to skip chernobylite and cyberpunk because they are huge. Right now i run this script to download my games.
lgogdownloader \
--update-cache \
--language=de,en \
--threads 8 \
--info-threads 12 \
--cache-valid 604800
lgogdownloader \
--download \
--use-cache \
--subdir-game %gamename%/%platform% \
--directory . \
--platform w \
--language de,en \
--save-serials \
--automatic-xml-creation \
--exclude patches \
--save-changelogs \
--threads 2 \
--info-threads 12
Is it possible to skip certain games? I would like to skip chernobylite and cyberpunk because they are huge. Right now i run this script to download my games.
lgogdownloader \
--update-cache \
--language=de,en \
--threads 8 \
--info-threads 12 \
--cache-valid 604800
lgogdownloader \
--download \
--use-cache \
--subdir-game %gamename%/%platform% \
--directory . \
--platform w \
--language de,en \
--save-serials \
--automatic-xml-creation \
--exclude patches \
--save-changelogs \
--threads 2 \
--info-threads 12
Post edited August 16, 2022 by maluramichael