This snippet will generate a list suited for the Project Zomboid config from a Steam Workshop Collection.
- Navigate to your collection (eg. https://steamcommunity.com/sharedfiles/filedetails/?id=2871262277)
- Copy the code in
console.js
- Open the devtools for your browser (F12)
- Paste and run the code
- Copy the output
- Paste the config line into your config.
The output will look like this:
WorkshopItems=2625625421;2619072426;2423906082;2618213077;2522173579;2870394916;2846036306;2811383142;2805630347;2772575623;2642541073;2566953935;2516123638;2489148104;2441990998;2169435993;2478768005;2392709985;2490220997
I would love if this became an actual project. theres some minor bugs in it that ive found. With the code I uploaded it includes the collections ID in the list, I cant remember if it did that with your original upload. If you do decide to make this into a GUI and whatnot I'd love it if people who contributed to this would be credited.
I made something similar to this in python but because its python there are some serious limitations. I'm considering closing the repo and linking to this in the future if this does come into fruition.