Simple Bulk Downloader for the RD custom levels site.
This project was over at SimpleDownload for a bit, check there for older releases.
- Simple interactive text-based interface
- Choose between downloading all or only checked levels
- Concurrent downloads for a much quicker experience
- Configurable thread count
- Download and run the latest release here.
- Follow the prompts. If you don't know how many download threads to use, just use the default.
- The program will create a new sub-folder called
downloads
and download all the levels there. (It might seem like the program is stuck on the last level, it's probably just a big file.) - Profit.
Note: if you have the full game, you can select multiple levels when importing to import many at the same time. If you do not have the full game, you can use 7-zip to unzip multiple rdzips at the same time.
If you don't want to use the exe file to run the program, you can also run the program via python directly.
- Get yourself nim.
- Clone the repository:
git clone https://github.com/huantianad/rd-downloader.git
- Install and dependencies and build the project:
nimble build -d:release
- Run program created at
rd_downloader.exe
. - Follow the prompts.
- Profit.