It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi, I'd like to know if anyone knows how to use the steam overlay with the galaxy client. What I've tried so far has added the client itself to steam, not the game.

I'd love to be able to keep chatting with friends as we play through it. Thanks
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
Lightor216: Hi, I'd like to know if anyone knows how to use the steam overlay with the galaxy client. What I've tried so far has added the client itself to steam, not the game.

I'd love to be able to keep chatting with friends as we play through it. Thanks
You probably want to add the game, not the galaxy client to steam. You should be able to launch W3 without GOG Galaxy being active...
avatar
Lightor216: Hi, I'd like to know if anyone knows how to use the steam overlay with the galaxy client. What I've tried so far has added the client itself to steam, not the game.

I'd love to be able to keep chatting with friends as we play through it. Thanks
avatar
Petrell: You probably want to add the game, not the galaxy client to steam. You should be able to launch W3 without GOG Galaxy being active...
That doesn't answer the question, the idea is to use Steam Overlay, and keep GoG Galaxy tracking hours and achievements.
avatar
Petrell: You probably want to add the game, not the galaxy client to steam. You should be able to launch W3 without GOG Galaxy being active...
avatar
Kobi_Blade: That doesn't answer the question, the idea is to use Steam Overlay, and keep GoG Galaxy tracking hours and achievements.
I haven't tried it myself but I have been told you can do this by adding the game to Steam as a non-steam game and also letting the GoG Galaxy client run in the background. Then launch the game via Steam.
Post edited September 16, 2015 by jtf323
avatar
Kobi_Blade: That doesn't answer the question, the idea is to use Steam Overlay, and keep GoG Galaxy tracking hours and achievements.
avatar
jtf323: I haven't tried it myself but I have been told you can do this by adding the game to Steam as a non-steam game and also letting the GoG Galaxy client run in the background. Then launch the game via Steam.
That wont work, the game needs to be launched from GoG Galaxy.
avatar
Kobi_Blade: That wont work, the game needs to be launched from GoG Galaxy.
EDITED: did not work.

EDIT: Just tried this and I don't see it... However. I do get achievements without running through Galaxy, just not time tracking.
Post edited September 17, 2015 by paladin181
avatar
Kobi_Blade: That wont work, the game needs to be launched from GoG Galaxy.
avatar
paladin181: EDITED: did not work.

EDIT: Just tried this and I don't see it... However. I do get achievements without running through Galaxy, just not time tracking.
I want both time tracking and achievements on GoG Galaxy, while using the Steam Overlay.

This works on uPlay and Origin, so it should be made to work on GoG Galaxy.
Post edited September 17, 2015 by Kobi_Blade
Curious, did anyone get this to work? I did try but couldn't get it.
avatar
Kobi_Blade: I want both time tracking and achievements on GoG Galaxy, while using the Steam Overlay.

This works on uPlay and Origin, so it should be made to work on GoG Galaxy.
I want a billion dollars and a blowjob from Beyonce. Jay-Z has this so it should work for me too. Your statement is invalid as Galaxy is neither Origin nor U-Play.
avatar
Lightor216: Hi, I'd like to know if anyone knows how to use the steam overlay with the galaxy client. What I've tried so far has added the client itself to steam, not the game.

I'd love to be able to keep chatting with friends as we play through it. Thanks
Just go to your game files ( for example Witcher 3)
ProgramFiles x64 or what you have > GOG Galaxy > Games > The Witcher 3 Wild Hunt > bin > x64
and in this directory you have witcher3.exe so when you are adding non steam game in steam click browse and find this file.
avatar
darthspudius: Curious, did anyone get this to work?
Yes.

Download https://www.dropbox.com/s/zgsxb0pdf50hxmf/SteamOverlayFix.zip?dl=0 and extract the files to the directory where GOG Galaxy is located.

Adjust the file paths to Witcher 3 and the Galaxy Client in SteamOverlayFix.ini with notepad (if necessary).

Add GOG Galaxy to the Steam client as a non-Steam game.

Rightclick on the new Galaxy entry on the Steam client->Properties and overwrite the Target field with

"C:\Windows\System32\cscript.exe" "C:\Program Files (x86)\GalaxyClient\SteamOverlayFix.vbs"
(adjust the file path if you didn't install Gog Galaxy in "C:\Program Files (x86)\GalaxyClient\")

You can now launch Gog Galaxy from the Steam client and in turn Witcher 3 from GoG Galaxy. The Steam overlay will work and Galaxy will track your playtime.


The script was found here:
https://github.com/lemasato/Steam-Overlay-for-Launchers/releases
avatar
darthspudius: Curious, did anyone get this to work?
avatar
teleguy: Yes.

Download https://www.dropbox.com/s/zgsxb0pdf50hxmf/SteamOverlayFix.zip?dl=0 and extract the files to the directory where GOG Galaxy is located.

Adjust the file paths to Witcher 3 and the Galaxy Client in SteamOverlayFix.ini with notepad (if necessary).

Add GOG Galaxy to the Steam client as a non-Steam game.

Rightclick on the new Galaxy entry on the Steam client->Properties and overwrite the Target field with

"C:\Windows\System32\cscript.exe" "C:\Program Files (x86)\GalaxyClient\SteamOverlayFix.vbs"
(adjust the file path if you didn't install Gog Galaxy in "C:\Program Files (x86)\GalaxyClient\")

You can now launch Gog Galaxy from the Steam client and in turn Witcher 3 from GoG Galaxy. The Steam overlay will work and Galaxy will track your playtime.

The script was found here:
https://github.com/lemasato/Steam-Overlay-for-Launchers/releases
Can this be used for multiple games from GOG? Do I have to create multiple .ini files or can I just add to the existing one?

Thanks!
Post edited June 12, 2017 by richbordoni
It can be used for other games but you'll need a vb script and an ini file for each game. I suggest you put the script and ini files into the game directory in these cases though.

Here's an example for Unreal Tournament 2004.

Put the vbs and ini file into same directory as the game executable, e.g. C:\GOG Games\Unreal Tournament 2004\System.

The ini should look like this:

[General]
Client=C:\GOG Games\Unreal Tournament 2004\System\UT2004.exe
Launcher=C:\Program Files (x86)\GalaxyClient\GalaxyClient.exe
Add UT2004.exe to Steam. Replace the target with
"C:\Windows\System32\cscript.exe" "C:\GOG Games\Unreal Tournament 2004\System\SteamOverlayFix.vbs"
Post edited June 13, 2017 by teleguy
avatar
teleguy: It can be used for other games but you'll need a vb script and an ini file for each game. I suggest you put the script and ini files into the game directory in these cases though.

Here's an example for Unreal Tournament 2004.

Put the vbs and ini file into same directory as the game executable, e.g. C:\GOG Games\Unreal Tournament 2004\System.

The ini should look like this:

[General]
Client=C:\GOG Games\Unreal Tournament 2004\System\UT2004.exe
Launcher=C:\Program Files (x86)\GalaxyClient\GalaxyClient.exe
avatar
teleguy: Add UT2004.exe to Steam. Replace the target with
"C:\Windows\System32\cscript.exe" "C:\GOG Games\Unreal Tournament 2004\System\SteamOverlayFix.vbs"
Awesome. Thanks for the help man.
avatar
darthspudius: Curious, did anyone get this to work?
avatar
teleguy: Yes.

Download https://www.dropbox.com/s/zgsxb0pdf50hxmf/SteamOverlayFix.zip?dl=0 and extract the files to the directory where GOG Galaxy is located.

Adjust the file paths to Witcher 3 and the Galaxy Client in SteamOverlayFix.ini with notepad (if necessary).

Add GOG Galaxy to the Steam client as a non-Steam game.

Rightclick on the new Galaxy entry on the Steam client->Properties and overwrite the Target field with

"C:\Windows\System32\cscript.exe" "C:\Program Files (x86)\GalaxyClient\SteamOverlayFix.vbs"
(adjust the file path if you didn't install Gog Galaxy in "C:\Program Files (x86)\GalaxyClient\")

You can now launch Gog Galaxy from the Steam client and in turn Witcher 3 from GoG Galaxy. The Steam overlay will work and Galaxy will track your playtime.

The script was found here:
https://github.com/lemasato/Steam-Overlay-for-Launchers/releases
This didn't work with me, followed all the steps several times.