Subscribing to a mod or so ?
dlartigu opened this issue · 4 comments
dlartigu commented
Hello, I wonder if your API provide a way to subscribe to somethiong like a mod ?
I mean, like if somebody click on a link to a mod but instead of opening the web page it subscribe to it.
Thanks a lot!
philippj commented
That can be done through the SteamUGC interface
dlartigu commented
Okay thanks for answering!
dlartigu commented
After some month I still can't find a way to do so. I might be really blind!
Where is the SteamUGC ?
Should I use the subscribeItem method ?
Thanks a lot
philippj commented
Hi, you can interface with the Steam UGC interface through the SteamWorkshop
class.
For example:
...
steamworks = STEAMWORKS()
...
steamworks.Workshop.SubscribeItem(published_file_id, callback)