Skip to content

Converts KF2 Steam Workshop Collection URL to a list of individual items to add on server configuration.

License

Notifications You must be signed in to change notification settings

DouglasAntunes/KF2-Workshop-Collection-URL-Converter

Repository files navigation

KF2 Workshop Collection URL Converter

Tests Coverage Status

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.

LICENSE

MIT License, see here.

Download

Go to Releases Page.

How to Use

  1. Download the last version of KF2 Workshop Collection URL Converter for your respective OS.

  2. Extract the zip on a folder.

  3. Open PowerShell, Command Prompt or Terminal on the folder.

  • [On Linux / MacOS] Type chmod +x KF2WorkshopUrlConverter to grant execution rights.
  1. Type KF2WorkshopUrlConverter --url http://steamcommunity.com/sharedfiles/filedetails/?id=882417829 changing the url link with the desired collection (http or https).

  2. 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

How to Create a Collection

Check this guide.