- Create a workshop collection with all the mods you want and make sure it's public
- Download jq (
apt install jq
) - Save the script to a file, e.g., download_mods.sh
- Edit the script to add you're collection id and to change settings
- Make the script executable by running
chmod +x download_mods.sh
- Execute the script by running
./download_mods.sh
and wait for it to finish
This script will handle downloading mods, renaming them, and extracting the keys, ensuring it only downloads new or updated mods since the last download.
This can happen when the mod file is big.
Usually, the script will throw an error when something is wrong.
This script should work with other games too, but you may need to make some adjustments.