Posted December 22, 2022
neumi5694: If you want to split, you can do that with a batch file or with a shell script, change the target directory according to the first letter in the games id or whatever you like.
timppu: Do you mean the batch file or a shell script would repeatedly run the "gogrepoc download" command, one by one for each game-id, and then change the download path accordingly? There certainly can be several ways to achieve that. When I needed to split the installer collection to two different hard drives, after "gogrepoc update" I used a bash script to split the existing manifest file to two separate manifest files (I was using the "csplit"-tool in Linux; not sure if there is a similar tool for Windows) and then ran two separate instances of "gogrepoc download/clean/verify" with the partial manifest files, to two different paths. Oh and you have to add those missing [ and ] to the partial manifest files too...
https://man7.org/linux/man-pages/man1/csplit.1.html
Or alternatively just split the manifest file manually in your favorite text editor (notepad, vi, nano...).
I use Linux as well. For Windows, csplit can be doenloaded as part of the GNU CoreUtils.
https://gnuwin32.sourceforge.net/packages/coreutils.htm