Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@MikalDev MikalDev released this 18 Oct 19:18
· 13 commits to main since this release

Initial release, includes minimal leaderboard functionality.

Leaderboards

  • See steaworks web details on leaderboards, how to create and observe a leaderboard using the steamworks web interface
  • If you want to use the KeepBest method for the leaderboard, create it with the descending score option (if you change it later after you create it, it may not work)
  • Uploading scores is rate limited / throttled, so if you see updates failing to take effect this may be why (learned it the hard way): https://partner.steamgames.com/doc/api/ISteamUserStats#UploadLeaderboardScore
  • The result is returned as a JSON string array which can be parsed by the C3 JSON object.