Search

Godot Integration

The STOVE platform for games provides integrated services. All processes of game release, including game distribution and sales, community, and indicator analysis, can be handled in one-stop. With the PC SDK (Unity, hereafter referred to as PC SDK), you can easily integrate the services provided by the Stove platform into your game.

Prerequisite

SDK Integration

If this is the first time you are trying to integrate PC SDK, please read Unity (Follow Through) first. If you have trouble with integration, consider using Integration Kit, on the right.
For games with online feature, you must integrate the following 1) Prevention of excessive immersion in games (click here) 2) Shutdown β‡’ only for games with age rating of below 19. (click here) If you have any questions, feel free to contact STOVE Store Support.

SDK Toolkit (V3.6)

1. Download the SDK kit below.
2. Open your project with the pre-compiled godotstove editor, and copy addons into the project root directory.
3. Enable StoveSDK in Project > Project Settings > Plugins
4. Insert necessary data into the STOVE SDK Manager panel.
5. That’s it!

Achievement Integration

Stove unlocks achievements based on stat values. Therefore, achievements are unlocked by updating the corresponding stat values using the set_stat function.
If you want to check the current achievement unlock status, you need to call the get_achievement function. Additionally, all return values are delivered via signals, so you must connect a callback function to the achievement_received signal. (If the Stove object cannot be found, try restarting the project.)