FlorianLeChat / Steam-Collection-Download-Size-Calculator

πŸ“ Calculates the size of a Workshop collection through the Steam API.

Home Page:https://partner.steamgames.com/doc/webapi/ISteamRemoteStorage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ Steam Collection Download Size Calculator

Several months ago, I was looking for a reliable way to calculate the total size of a Workshop collection for my Garry's Mod server, so I created a Lua script using the internal Facepunch Steamworks library but I also wanted to have this way without necessarily going through the server console or starting my game.

So I decided that using the shell (without creating a GUI) and creating a small program to achieve this result would be a good way to learn C# since my knowledge is limited to classes, but it would also give me a quick way to calculate a Workshop collection.

There might be some issues/inconsistencies in the code but of course any report/pull request are welcome!

image

About

πŸ“ Calculates the size of a Workshop collection through the Steam API.

https://partner.steamgames.com/doc/webapi/ISteamRemoteStorage

License:MIT License


Languages

Language:C# 100.0%