GOG Galaxy Achievement Manager (GGAM) is an application used to manage achievements in the gaming platform GOG Galaxy. This application requires the GOG Galaxy, GOG.com account and network access. GOG Galaxy must be running and the user must be logged in.
Important Notice: This application is intended for advanced users. It requires access to sensitive information (clientID, clientSecret, and achievementKeys) that are typically only available to game developers through the GOG Developer Portal. Obtaining this information requires reverse engineering game files, which is a complex process. Therefore, GGAM is currently not suitable for general users.
- .NET 8.0
- GOG Galaxy SDK (
GalaxyCSharp.dll
andGalaxyCSharpGlue.dll
)
- Fill in
clientID
,clientSecret
, andachievementKeys
inProgram.cs
. - Build and run.
- Wait up to 30 seconds until network communication complete.
- Check Achievement page in GOG Galaxy.
This application is provided as-is, without any warranty. The developers of GGAM are not responsible for any issues that may arise from its use, including account suspension or data loss. Use this application at your own risk.
Reverse engineering game files may violate the terms of service of some games. Ensure you understand the potential consequences before proceeding.
Contributions are welcome! If you find a bug or have a suggestion, please open an issue. If you would like to contribute code, please submit a pull request.