Nexus Download Collection

Download every mods of a collection in a single click

Ezek a szkript azon változatai, ahol a kód módosítva lett. Minden verzió mutatása

  • v0.8.8 2024.05.10.

    Fix performance issue with the "import downloaded mods" feature in the select mods window

  • v0.8.7 2024.05.10.

    Select Mods Window Update:

    - A menu has been added with the following options:
    * Select All
    * Deselect All
    * Export Selection
    * Import Selection
    * Import Downloaded Mods, which automatically selects missing mods

    - The checkbox has been removed; now, you can simply click on the line to select a mod.
    - A column displaying mod size has been added.
    - A search field has been included.
    - A sort field has been included.
    - The mods view has been made responsive for small screens, such as mobile devices.

  • v0.8.6 2024.05.06.

    Fix error handling when not authenticated to Nexus and utilizing the download via browser method.

  • v0.8.5 2024.05.06.

    Corrected log message when downloading mods via browser

  • v0.8.4 2024.05.06.

    Added a button to import the folder where the mod files are downloaded, allowing the script to recognize which mods you already have and skip them in the next download.

  • v0.8.3 2024.05.05.

    Added the ability to download mod files directly into your browser

  • v0.8.2 2024.05.01.

    Fix wrong download link when mod would be from an other game

  • v0.8.1 2024.04.27.

    - Update UI of the select mods window
    - Minor fix

  • v0.8 2024.04.27.

    - Added a new entry, "Select Mods," to the menu selection. This will open a window that allows you to select the mods you want to download.
    - Implemented an automatic pause of 5 minutes if users initiate the download of more than 200 mods in less than 5 minutes. This is to prevent receiving a temporary ban.
    - Improved the aspect of the log.
    - Made minor changes to the code.

  • v0.7.2 2024.04.21.
    • Fixed the calculated waiting time, as it would sometimes be 0 due to missing mod size information.
    • Adjusted the calculated waiting time to be based on 1mb/s instead of 1.5mb/s, as Vortex would rarely reach 1.5mb/s in my tests. This change prevents the calculated time from being shorter than the actual time, which would cause the script to start downloading new mods before the previous one had finished.
    • The script will now stop and warn you when Cloudflare protection is blocking the request. You just need to click on the provided link, solve the captcha, and resume the download.
    • Fixed some issues with pause and stop actions.
  • v0.7.1.2 2024.04.19.

    Correct the behavior of the "Skip to index" button when the index is set to one higher than the current one

  • v0.7.1.1 2024.04.19.

    hot fix

  • v0.7.1 2024.04.19.
  • v0.7.0 2024.04.18.

    New Features

    • Users can now set the pause interval between each download
    • Users can skip the current pause
    • Users can skip to a specific index
    • Users can stop the download
    • If the previous download didn't finish, a prompt will ask the user if they want to resume from the last index stopped
    • If some mods couldn't be downloaded, the list of them will be logged at the end of the download process.
  • v0.6.7 2024.04.07.

    Adding an other 5 seconds pause between each download to let Vortex start the download before giving it an other one.

  • v0.6.6 2024.04.07.

    The script will now only download one mod at a time to better manage huge collections of mods and avoid temporary IP ban from Nexusmod

  • v0.6.5 2024.04.01.

    Added an button to copy response in to the clipboard for debugging purpose

  • v0.6.4 2024.03.25.

    Added @connect to remove the popup dialog that ask for the right to make request outside of next.nexusmods.com

  • v0.6.3 2024.02.27.

    Minor fix for the css class of the progress bar

  • v0.6.2 2024.02.23.

    Replaced css classes not existing anymore due to Nexus website modification

  • v0.6.1 2024.01.21.
  • v0.6 2024.01.21.
    • Visual redesign of the progress bar
    • Ability to pause the download
    • Addition of a log area to track the script's progress
    • No longer crashes if one of the mods does not exist. Thank you @Arsalan Abdul-Salam for the feedback
  • v0.5 2024.01.13.
    • Improved management of element appending to work with the flow of NextJS router.
    • Request the list of mods only once instead of loading it each time the "mods" tab is selected.
  • v0.4 2023.12.31.
  • v0.3 2023.12.31.
    • Script Rewriting
    • Introduced the option to download either the mandatory mods or the optional ones.
  • v0.2 2023.12.28.
  • v0.1 2023.12.28.