rim world mod pack downloader for rimworldbase.com
A Python tool for downloading mod packs from RimWorldBase.com.
- Scans and lists available mod packs from RimWorldBase
- Downloads selected mod packs to organized folders
- User-friendly command-line interface with colorful formatting
- Handles multiple download links per mod pack
- Automatically creates a folder structure for organizing downloaded mods
- Python 3.6 or higher
- Required Python packages:
- requests
- beautifulsoup4
- tqdm
- colorama
- Clone or download this repository
- Install required packages:
Run the script:
python R-W-M-D.py
Follow the on-screen instructions to:
- View available mod packs
- Select a mod pack to download
- Choose which files to download from the mod pack
The downloaded mods will be saved in a mods
directory in the same folder as the script, organized in subfolders by mod pack name.
You can modify the following variables in the script to customize its behavior:
BASE_URL
: Change the base URL if neededUSER_AGENT
: Modify the user agent if facing connection issuesdownloads_folder
: Change the destination folder for downloads
If you encounter any issues:
- Make sure you have a stable internet connection
- Check that you have the required Python version and packages installed
- Try running the script with administrator/sudo privileges if you encounter permission errors
This tool is provided as-is without any warranty. Use at your own risk.
- Thanks to RimWorldBase.com for hosting the mod packs
- Created for educational purposes only