Info

Statistics

  • Download count1,657 total downloads
  • Latest download count 259 downloads of latest version
  • Average download count8 downloads per day average

Owners

  • Stable

    Version 1.8.3

    • Released 22 Nov, 2023
    • 259 downloads

    Fix person name. Change upload score to keep best. Fix tag for persona name.

  • Stable

    Version 1.8.0

    • Released 20 Nov, 2023
    • 178 downloads

    Add GetFriendsNameId.

    Use tag GetFriendsNameId for results. Provides JSON string array with friends and steam ids.

  • Stable

    Version 1.7.0

    • Released 20 Nov, 2023
    • 194 downloads

    Add very basic steamworks network messaging for testing. Requires correct SteamID to communicated between clients.

    More details on steamworks networking messages:

    partner.steamgames.com/doc/api/ISteamNetworkingMessages

    To get the correct SteamID: In the Steam desktop application, select your Steam username in the top right corner of the screen. Select ''Account details''. Your Steam ID can be found below your Steam username.

    Networking must be enabled before communication. In the example project click on 'Enable Networking' this enables polling each tick for incoming messages.

    In the example app, the steamId should be added to the top box and the message to the other box (right now a random number is appended in the example project, easy to change.)

    When communication first happens between two clients, the receiving client must accept the connection before messages can be sent between them. The example project automatically accepts all incoming connections/sessions. Right now the channel number is hardwired to 0, but will change. Please try it out and let me know your experiences!

  • Stable

    Version 1.6.0

    • Released 17 Nov, 2023
    • 185 downloads

    Add GetFriendPersonaName

  • Stable

    Version 1.5.0

    • Released 15 Nov, 2023
    • 184 downloads

    Add more triggers for other ACEs

    Tags:

    DownloadLeaderboardScores: Symbol("DownloadLeaderboardScores"),

    IsDlcInstalled: Symbol("IsDlcInstalled"),

    SetLeaderboard: Symbol("SetLeaderboard"),

    UploadLeaderboardScore: Symbol("UploadLeaderboardScore"),

  • Stable

    Version 1.4.0

    • Released 14 Nov, 2023
    • 206 downloads

    fix (leaderboard) add error condition and error data

  • Stable

    Version 1.2.0

    • Released 11 Nov, 2023
    • 213 downloads

    Add IsDlcInstalled action, use On Request "IsDlcInstalled" trigger and RequestResult("IsDlcInstalled") expression for results.

  • Stable

    Version 1.1.0

    • Released 25 Oct, 2023
    • 238 downloads

    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): partner.steamgames.com/doc/api/ISteamUserStats

    The result is returned as a JSON string array which can be parsed by the C3 JSON object.