Skip to main content

Configure progressive achievements

Last updated on July 12, 2024

Overview

The AccelByte Gaming Services (AGS) Achievements service allows you to create progressive achievements within your game. By using a single tracking attribute and creating a set of achievements, it allows players to unlock or achieve certain goals through incremental or cumulative actions. Progressive achievements provide a sense of accomplishment by breaking down larger objectives into smaller, more-achievable goals.

in-game progressive achievement example

In this guide, you will learn how to configure progressive achievements by utilizing incremental achievement configuration.

Goals

  • To provide an understanding and overview about achievement configurations.
  • To provide an understanding on how to utilize single tracking attributes to unlock multiple achievements.

Prerequisites

  • Access to the AGS Admin Portal.
  • Access to AGS Achievement API documentation.
  • Access to AGS Statistics API to configure the required information.

Progressive achievement configuration

Before configuring the progressive achievements, you need to define the attribute that you want to use. The attribute can be stored in user statistic. You can follow the guide on tracking game-wide global statistics to configure user statistics. Examples of attributes you can store include number of wins, experience points, and many others.

Once the statistics configuration is set up, you can use it to create the progressive achievements.

Progressive achievements utilize incremental achievement configuration. Each configuration will only have a single goal value to achieve so that you need to configure multiple incremental achievement configurations with the single tracking attributes and different goal values.

Here are some examples of single tracking attributes to unlock multiple achievements configuration:

StatCodeNameAchievement CodeDescriptionGoal Value
totalwinsNewbienewbieWin 100 match100
totalwinsRising StarrisingstarWin 500 match500
totalwinsBecome A LegendlegendWin 2500 match2500

To create a progressive achievement configuration, follow these steps:

  1. On the Admin Portal sidebar, go to Engagement > Achievements > Configuration.

    Achievements page

  2. On the Achievements page, click on the Add Achievement button.

  3. On the Add New Achievements form, fill in the achievement name and code.

    Add New Achievements form

    • For Progressive Achievements, select Incremental. You will be required to input the Goal Value and a StatCode of the statistic associated with this achievement.
    note

    The Goal Value should not exceed the max value. The max value is defined in the statistic configuration.

    new achievement settings part 1

    • Fill in a Description. Then, select a Locked Icon that will be displayed for players who do not have this achievement yet, and an Unlocked Icon which will display when the achievement is unlocked

    • There are also optional fields that you can use such as Tags and Custom Attributes to store additional information for your achievement if needed.

    new achievement settings part 2

  4. Click Add to complete. Your new configuration will be added to the list.

  5. Repeat the process until you have all of the achievement configurations for all of the Goal Values that you designed are set up.

Next steps

After setting up progressive achievements, you can start integrating them into your game. Refer to the following articles:

The Achievements service also supports configuring hidden achievements and global achievements.