This tool is designed for automating the process of downloading mods from Nexusmods, without being a premium member. It is designed with mod managers such as Portmod and Wabbajack. It also contains an integration for Nexusmods own mod manager, Vortex, which contrary to the affore mentioned, does not automatically open the mods download page but instead forces users to suffer through another click. This tool is designed to automatically click through a download list and download all of the contained mods without user intervention.
This tool offers a plethora of different features. It is designed to work with multiple screens and even has a browser integration. If you’re working with multiple monitors and are also using Vortex, this tool has the ability to open and move your primary browser and your Vortex instance, so that you can start downloading right away. In addition, this tool offers Interruption Detection. As Vortex sometimes throws errors or otherwise asks the user for input. These interruptions will be detected and circumvented.
First you will need to have Python 3.9 installed.
Then when running the script either on one monitor, or with --force-primary enabled, as well as --vortex enabled, you will need to make sure that both the Vortex Mod Manager window and your Browser window are visible at the same time.
Clone this repository:
git clone https://github.com/jaylann/NexusAutoDL
Or manually download the repository.
Then go into the directory you cloned/downloaded to.
cd NexusAutoDL
Install all necessary packages.
pip install -r requirements.txt
Run python script with or without arguments.
Windows:
python main.py <arguments>
MacOS/Linux:
python3 main.py <arguments>
--browser <browserName>: selects browser to open and move to work with Vortex. Can only be used in combination with --vortex. Currently supported browsers: “chrome”, “firefox”
--vortex: specifies use with Vortex mod manager
--verbose: prints verbose output
--force-primary: forces a system with multiple monitors to only be scanned on it’s primary display
Demo.Video.mp4
Credit goes to nexus-autodl for inspiring this project.
Nexusmods TOS state that using an automated program to download mods is prohibited. By using this software you are doing so at your own risk. The Author is not responsible for any kind of consequences and damages that might occur by using this program.