Skip to content

Version 1.0.5 Beta

Compare
Choose a tag to compare
@ABaumher ABaumher released this 27 May 01:59
· 62 commits to master since this release
3da5c06

This version applies an achievement patch and a few minor bugfixes. Achievements should now sync for almost all cases.

There are now optional install scripts that you can use to install the plugin automatically. A standard disclaimer i should not need but will provide you with anyway: If you are worried about any security issues with either these scripts or the code they install, please feel free to view the install scripts before running them, or look at the source code and determine if you think anything is a threat. You can also build the code manually with the instructions on the repo if you do not trust the zip files. I can provide a personal guarentee the python code i have implemented does nothing malicious, but

NEW: auto-install instructions
There are scripts to install both the mac and windows versions. These make it so you only require a single click and it'll install for you. As a good security practice, i recommend you view these scripts before you run them, and if you do not trust them you can always do the manual installation shown below. It is highly recommended MacOS users use this script becausewhile it may require your permission to do so, it extends this permission to all the cpython files our plugin uses. Otherwise, you will need to do this manually, multiple times.

  1. Download both the zip file and shell script for your operating system. make sure they are in the same directory, though where this is should not matter.
  2. Run the script.

MacOS Users: any file you try to run must have execute permissions. This script should have execute permissions for all groups, but if it does not, you can grant it execute permissions via Finder (see https://www.howtogeek.com/669095/how-to-set-file-permissions-on-mac/) or via Terminal by running chmod +x <replace/this/with/the/path/to/the/script/auto-copy-mac.sh> or sudo chmod +x <replace/this/with/the/path/to/the/script/auto-copy-mac.sh> if your user does not normally have permission to run chmod. the sudo version requires a sudoer password (normally your login password).

Classic Instructions
Installation instructions for Windows:

  1. Ensure GOG Galaxy is closed and not running
  2. Navigate to %localappdata%\GOG.com\Galaxy\plugins\installed there should be a folder named steam_ca27391f-2675-49b1-92c0-896d43afa4f8 with the broken plugin in it. You can either delete and recreate this file or open this file and delete all the contents.
  3. Extract the contents of the zip folder here (use the windows version) and put all the files in that folder.
  4. (Optional) Delete your storage cache at %programdata%\GOG.com\Galaxy\storage\plugins\steam_<whatever>.db
  5. Start GOG Galaxy.

Installation instructions for MacOS:

  1. Ensure GOG Galaxy is closed and not running
  2. Navigate to ~/Library/Application Support/GOG.com/Galaxy/plugins/installed/ there should be a folder named steam_ca27391f-2675-49b1-92c0-896d43afa4f8 with the broken plugin in it. You can either delete and recreate this file or open this file and delete all the contents.
  3. Extract the contents of the zip folder here (use the mac version) and put all the files in that folder.
  4. (Optional) Delete your storage cache at /Users/Shared/GOG.com/Galaxy/storage/plugins/steam_<whatever>.db
  5. Start GOG Galaxy.