Home

Awesome

Note: in GM2022+, this extension is superseded by the official GOG extension

Maintained by: YellowAfterlife

This extension wraps GOG.com SDK for use in GameMaker: Studio and GameMaker Studio 2 games.

It covers the basic functionality - achievements, stats, and leaderboards, plus a few other commonly used functions.

Naming convention used here follows that of built-in Steam functions, so if you've done Steam integrations for games before, you'll have an easy enough time with this.

Note: you need to be an approved developer on GOG Galaxy Dev Portal to make use of Galaxy SDK.

Quick links

Building

Download or clone the repository.

Create a "GOG" directory and extract GOG SDK (v1.138 was used as of writing this) into there.

Binaries are then built as following:

Once new binaries were made, you can either add the updated extension to your project directly (by drag-and-dropping it onto the workspace area in GMS1/GMS2) or open the test project in GMS1, export the extension to GMEZ, and import it to your project.

Special thanks