Changelog.

  • Author image
    Erik BylundNovember 4, 2024

    LootLocker Unreal SDK v3.2.0

    Find it here

    Features

    • Leaderboard Archives - LootLocker leaderboard archives are now supported by the Server SDK.
    • SDK Version logging - The version of the LootLocker Server SDK is now logged at start up time to help when reaching out to the team for support.
    • Add player session token lookup - You can now look up a player using their session token. Use this to verify that a client token is indeed for the player that the client says they are.
    • Succesful request logging - When configured as very verbose and in the editor, the SDK will now log successful requst data as well.
    • .com - The LootLocker api has transitioned to .com instead of .io in preparation for an eventual potential phase out of the TLD.

    Bug Fixes

    • The array in Universal Inventory response is now correctly named, handling json parsing correctly
    • The Asset Instance Storage operation responses are now single items making json parsing function correctly
    • The character inventory and hero inventory requests now work, the endpoints were incorrectly named
  • New Feature: Metadata hero image
    Author image
    Benjamin CableOctober 10, 2024

    New Feature: Metadata

    Today we launched a brand new cross-system feature, Metadata. Metadata allows you to store additional, custom information related to various LootLocker features, such as Progressions, Leaderboards, and Catalogs.

    This data lets you add context or functionality to these features, going beyond the default settings. For example, you might use Metadata to store map details for a leaderboard or to attach an image to an item in your in-game store.

    Check out our documentation to learn how to implement Metadata in your game.

  • New Feature: Feedback hero image
    Author image
    Tobias BergSeptember 12, 2024

    New Feature: Feedback

    Today we launched a brand new feature, Feedback. The Feedback feature allows you to create and manage reports across three different core LootLocker systems: Players, UGC, and the Game itself. Learn more about this feature in our announcement post.

    Check out our documentation to learn how to implement Feedback in your game.

  • Error Handling hero image
    Author image
    Tobias BergSeptember 5, 2024

    Error Handling

    We have updated how errors in the LootLocker web console are displayed.

    When recieving an error you now are provided with plain-text information about what went wrong as well as a Trace ID that you can copy and share in Discord so that we can help fix the problem.

  • Author image
    Tobias BergAugust 22, 2024

    CORS Allowlist

    A new feature has been added to the API that allows you to specify a list of domains that are allowed to make requests to the API. This is useful if you want to restrict access to the API to only your own domains.

    Documentation can be found here.

  • Author image
    Andreas StokholmAugust 15, 2024

    Configuration: Preserve Player Name on Session Start

    We have exposed a new setting in the LootLocker Console to allow you to configure whether or not the player name should be updated from the Identity Provider (eg. steam) when a session starts.

    This is useful for games that do not want to update the player name on every session start, but only when the player explicitly changes their name in the game.

    This setting is available in the Console under in "Game Settings", under the "Misc" tab. Look for "Preserve Player Names on Session Start".

  • Reward Groups hero image
    Author image
    Benjamin CableAugust 15, 2024

    Reward Groups

    It's now possible to create reward groups in LootLocker.

    • Reward groups allows multiple rewards to be awarded to a player at once.
    • This is currently available for catalogs and leaderboards rewards.

    To learn more you can read our announcement post.

  • Author image
    Erik BylundMay 20, 2024

    Unreal SDK v9.0.0

    🎉 Unreal SDK v9.0.0 is released 🎉 This version introduces support for reading and filtering custom notifications, allowing you to notify players of in-game rewards, news, and more. This release also includes a crucial bug fix for Epic Games account connecting/disconnecting, updating the platform string to epic_games for proper functionality.

    Find it here

  • Leaderboard Scheduling hero image
    Author image
    Tobias BergApril 2, 2024

    Leaderboard Scheduling

    An update to leaderboards have been released, allowing for scheduling of resets and rewards.

    • CRON expressions can be used to schedule resets.
    • Rewards can be awards to players based on their leaderboard position.

    To read more about leaderboard scheduling you can read our announcement post or go straight to the documentation.

1...23456...15