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
Looks like this code is popular. Thanks for all the additions guys and girls.
Might be time to make a real project out of it, but what would you recon that would be most useful?
I'm thinking if a nodejs module or a python script could be good here, it could do stuff automatically for the server configuration. Maybe a GUI is needed for some people, but what do you think?