Greasy Fork is available in English.

Nexus Download Collection

Download every mods of a collection in a single click

< Feedback on Nexus Download Collection

Review: Good - script works

§
Posted: 17.04.2024

Is it possible to remove the "Waiting approximately % seconds for the download to finish on Vortex before starting the next one."? Cause when I restart the download process, it'll make me wait 16 mins for a mods ive already downloaded in a collection.

DrigtimeAuthor
§
Posted: 17.04.2024

Hi, yes, it is possible.
I have already created a new version of this script that allows you to set the delay you want, and it also includes a history feature to resume where the previous download stopped.
I haven't had time to thoroughly test it, so I haven't published it yet.

For now, if you're feeling adventurous, you can edit line 282:
const downloadTime = Math.round(mod.file.sizeInBytes / 1500000) + 5;
to
const downloadTime = 0;

You can also try the beta version of the script that include the new features https://pastebin.com/CH27avnY

§
Posted: 17.04.2024

Thank ya kindly

Post reply

Sign in to post a reply.