Expose more Greenworks Steam cloud APIs to NW.Js and Electron (1.11.0: Supports Greenworks v0.18.0 for NW.Js v0.92.0, Steamworks SDK 1.60).
Great plugin Mikal, thanks!
I've got it working great, but didn't realise that global steam stats have their own calls to return the aggregate values. Is this something that could be easily added?
Thanks! Can you point me to documentation on this and I'll review.
That would be awesome, thanks. I've linked the API reference page below
partner.steamgames.com/doc/api/ISteamUserStats
I see, unfortunately greenworks (the library this and other C3 steam plugins are built on) does not support requesting that.
Here's what currently supported (and I think I exposed all of these with the plugin.)
github.com/greenheartgames/greenworks/blob/master/docs/stats.md
Ah Gotcha. Thanks for checking, really appreciated
You could look at using the steam web api for what you want:
partner.steamgames.com/doc/webapi/ISteamUserStats
partner.steamgames.com/doc/webapi_overview
Use C3 JS scripting with fetch or ajax to do this. Note the warnings, do not use any APIs from the client that require a 'key' (app auth key.)
This is great, got this working very quickly with AJAX. Thanks for pointing it out!
You are welcome! Let us know when we can wishlist your game on Steam, good luck!