지원 / Support
home
디스코드 / Discord
home

Ren’py SDK Toolkit

Ren’py SDK Toolkit

Prerequisites

To integrate the SDK, you need an account that has been granted ownership of the game.
Ownership can be granted via a Game Key. After opening the store page, please request it from the STOVE Store Team.

Basic Integration

0. Download the SDK package below.
1. Copy all files from the zip archive into the game folder.
2. Fill in the values below in stovepcsdk.rpy.
3. This completes the basic integration.

Achievement Integration

STOVE achievements work only through stats. Once the configured threshold is reached, the achievement is unlocked automatically.
However, for compatibility with Steam, we provide a convenience function:unlock_achievement(stat_id).
1. Insert the code below at the point where you want to unlock an achievement.

DLC Integration

1. You can retrieve the list of DLCs owned by the user using get_available_dlc_list(), which returns the Game IDs of the DLCs.