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).
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!