Skip to content

Releases: MikalDev/cf_steamworks_plus

1.1.0

18 Oct 19:18
Compare
Choose a tag to compare

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.