This is goggalaxy, a plugin for the Keypirinha launcher.
It enables launching of installed games that are available in GOG Galaxy 2.0. It supports all platforms that work within GOG Galaxy 2.0 including manually added games.
INFO: Only supports version 2.0 of GOG Galaxy which is currently in beta state. It is not intended to be used with GOG Galaxy 1.x!
INFO 2: For individual game icon support dwebp.exe
is needed. See
Install section below for details.
Use PackageControl to to install the plugin.
You can download the latest release from the releases page.
Once the goggalaxy.keypirinha-package
file is downloaded, move it to the
InstalledPackage
folder located at:
Keypirinha\portable\Profile\InstalledPackages
in Portable mode- Or
%APPDATA%\Keypirinha\InstalledPackages
in Installed mode (the final path would look likeC:\Users\%USERNAME%\AppData\Roaming\Keypirinha\InstalledPackages
)
For individual game icons (instead of the generic GOG Galaxy icon), the icons
used within GOG Galaxy 2.0 need to be converted from WebP to a format that is
compatible with Keypirinha. To achieve this, the plugin uses dwebp.exe
.
2 steps are necessary to make it work:
- Download it from https://developers.google.com/speed/webp/download.
- Make the
dwebp.exe
available to the plugin by- Either putting it into a folder that is within the system's path
- Or putting it anywhere and configuring the plugin to use this folder by
setting the
path_to_dwebp
setting.
INFO: The conversion of the images takes some time on larger libraries (can be some minutes). During that time Keypirinha might be unresponsive. This is only required once, the converted images will be cached.
Games that are installed and available within GOG Galaxy 2.0 should work
out-of-the-box. Just search for them with Keypirinha and launch them normally
(prefix in search results is GOG Galaxy
). You can search through all your
games (installed and not installed) with the GOG Galaxy
search item.
Additional actions besides launching are opening the game's detail view and
uninstalling it (uninstall only works for GOG games).
If you installed GOG Galaxy 2.0 somewhere else or your database is not in the standard location, adjust the plugin's configuration.
If it is still not working or you feel it is not behaving correctly, check Keypirinha's console for details and/or report an issue.
- Fix retrieval of platform names
- Fix for db structure of GOG Galaxy 2.0.45
- Fix for db change of GOG Galaxy 2.0.14
- Fix for db change of GOG Galaxy 2.0.13
- Uninstall only works for GOG games (#1)
- New features
- Support for GOG games
- Remove hardcoded id that is individual per installation
- Initial release
This package is distributed under the terms of the MIT license.
If you find any bugs or have suggestions for further features, please file an issue.
If you want to contribute directly to the code, just fork the repo, do your changes and create a pull request.