KF2 Workshop Collection URL Converter is a tool to help server owners to keep updated custom content(maps, items) on a server using Steam Workshop Collections. (Like this Example Collection)
The use of Steam Workshop Collection facilitate users to download all content before joining the server.
MIT License, see here.
Go to Releases Page.
-
Download the last version of KF2 Workshop Collection URL Converter for your respective OS.
-
Extract the zip on a folder.
-
Open PowerShell, Command Prompt or Terminal on the folder.
- [On Linux / MacOS] Type
chmod +x KF2WorkshopUrlConverter
to grant execution rights.
-
Type
KF2WorkshopUrlConverter --url http://steamcommunity.com/sharedfiles/filedetails/?id=882417829
changing the url link with the desired collection (http or https). -
See the results.
-
You can export this list do a file using the
-o path\to\file
parameter. Example:KF2WorkshopUrlConverter --url http://steamcommunity.com/sharedfiles/filedetails/?id=882417829 --output maps.txt
-
For more help, type
KF2WorkshopUrlConverter --help
Check this guide.