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

×
Update 2022-06-18@2325:
It looks like D2ACH wrote a Chrome Extension to do this more easily, so that may be easier for people looking to migrate their Steam wish list over to GOG and sync them up. I haven't tried it or anything, but it's another option!


Now that GOG has a good return policy, and is DRM free, the last big obstacle to getting all my future games on GOG has been trying to transfer my huge Steam Wishlist over to GOG. I had 194 items on my Steam Wishlist ... eesh!

Here is roughly how I did it, so I’m sharing it here just in case it can help someone else do the same thing. It requires the programs AutoHotkey (awesome simple open source script program that I use a bunch), Libreoffice Calc, and Mozilla Firefox. You can technically use different programs, but these are all free and open source, so you’d have to figure out how to change my AutoHotkey script included here if you want to use different programs.

This may take an equal time to setup and execute (if you've never done something like this before) than it would if you just manually went between your Steam wishlist and GOG and manually added them all. What is described below would probably take me 15 minutes or so to code, execute and finish importing my wishlist, but since I thought it might help someone else, I figured I would take extra time to write nice coding comments and type up the details of the guide. However, I hope it's an interesting way to get introduced to basic coding that could help you elsewhere (I use it for all kinds of stuff to automate tasks).

~~Getting the Steam wishlist into a cell-based system~~

Go to your Steam wishlist.
Zoom out on the webpage as far as possible and scroll up and down a bit if needed to have it all load (hopefully zooming out all the way lets you see the whole list like mine, otherwise you may have to copy paste in sections).
CTRL+A to select everything.
Open a new Libreoffice Calc [LOC] spreadsheet.
Right click --> paste special --> unformatted text in cell A1 --> “OK” the default import options.

~~Now we need to clean the list to only leave the cells that contain a game’s title/name.~~

Select cell B1 and type in =IF(A2="Overall Reviews:",1,0) and hit enter.
With cell B1 still selected, drag the bottom right corner of the cell down all the way to the last row containing text.

Explanation: This will place a “1” in the B column beside any entry in the A column that has a game title/name. This is because the game title/name is always followed by “Overall Reviews:” and that’s why the =if(…) statement looks for it on the next cell in the A column. It will place a 0 in the B column otherwise.

Select cell B1 --> Go to Data (tab or menu bar) --> Standard Filter (in the “more filters” menu option but immediately visible if using tabbed interface in LibreOffice).
Set it to check if Column B is equal to 1 --> “OK”
You should see that a bunch of your rows have been hidden and the only rows that are left have game names in the A column.
Save your file with the exact name Steam Wishlist.ods
At this point you can sort the column alphabetically if you want, or just highlight copy-paste only the game names that are now showing to a clean document or other part of the document, but make sure you have the top-most game name selected before starting the script.

WARNING: double check that your entire list shows up, because the Steam Wishlist webpage is very odd and doesn’t always select everything as you think it should IF your wishlist is larger than can be displayed when your wishlist is fully zoomed out.

~~Now we can use a script to automatically copy and paste all these game names into GOG search bar in separate tabs in Firefox~~

You will need to install AutoHotkey to use this following script. It’s an awesome little program that lets you automate tons of tasks inside of Windows (I use it for quite a few things all the time). Start a new script and paste the text from below into the new script. Be sure to read the comments especially so that way you know what needs to be done. For instance, you must have Steam Wishlist.ods open so that way a window is available for the script to find and activate called Steam Wishlist.ods – Libreoffice Calc at the beginning of the loop (same thing with Mozilla Firefox).

~~~~~~~~~~~AUTOHOTKEY SCRIPT STARTS HERE~~~~~~~~~~~
~~~~~~~~~~~start copy/paste right after this line~~~~~~~~~~~

#NoEnv ;~~~~~ Recommended for performance and compatibility with future AutoHotkey releases.
;~~~~~ #Warn ;~~~~~ Enable warnings to assist with detecting common errors.
SendMode Input ;~~~~~ Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ;~~~~~ Ensures a consistent starting directory.

;~~~~~ This is a comment, all of the comments above are auto made from Autohotkey, comments technically only needs a semicolon ";" but the five tildas "~~~~~" make it easier to see the comments
;~~~~~ Make sure to have Libreoffice Calc [LOC] (with your Steam Wishlist already ready and loaded with the first game entry selected) and Mozilla Firefox open with the address search bar selected and ready to type a web address before starting this script

Sleep 3000 ;~~~~~ Gives you three seconds (3000 milliseconds) after you double click on the script to be sure that you have the first game entry in LOC selected and ready to go

loop, 194 ;~~~~~ A loop makes sure that the process between the two, tabbed { } (one comes next and the last one is right before the script exits). I highly recommend setting this value to 1 to try it out, then 5 to see if it's really working, and then set it to how many games you will be adding (in my case 194)

{ ;~~~~~ Start of loop

Winactivate Steam Wishlist.ods - LibreOffice Calc ;~~~~~ Case-sensitive and will attempt to activate your Steam Wishlist.ods file opened in LOC. You can use Steam Wishlist - Excel if using Excel instead for this line and next.
ifwinnotactive Steam Wishlist.ods - LibreOffice Calc ;~~~~~ If that LOC window doesn't activate properly, this will kill the script (especially important because it will loop many times for a large wishlist)
ExitApp

send ^c ;~~~~~ CTRL+C copy the first game entry in your LOC list
send {down} ;~~~~~ Goes to the next entry in the list in preparation for the next time this script loops

Winactivate Mozilla Firefox ;~~~~~ Activates Firefox and should already have the typing cursor in the address bar (make sure it's selected before starting script so it goes right back at this step)
ifwinnotactive Mozilla Firefox ;~~~~~ Safety close of script if something goes wrong
ExitApp

send [url=https://www.gog.com/games?{enter]https://www.gog.com/games?{enter[/url]} ;~~~~~ Types in the address to search games on GOG. WARNING, make sure you are logged into GOG.
sleep 3000 ;~~~~~ Gives three seconds to load the webpage so nothing bugs out on the next step, you may have to adjust
send {tab 7} ;~~~~~ Even though the page loads, the search bar is not selected and ready for typing by default, so this hits the TAB button 7 times to select it
send ^v ;~~~~~ Pastes the game name entry that was copied from LOC
sleep 1000 ;~~~~~ Waits one second
send ^t ;~~~~~ Creates a new tab on firefox so that the whole process can start over

} ;~~~~~ End of loop

ExitApp ;~~~~~ Exits the script after all the loops are done
Escape::ExitApp ;~~~~~ Shortcut to try to kill the script early is set to the Escape key (may have to spam it, or possibly have WINDOWS+L to lock screen handy if script goes bonkers)

~~~~~~~~~~~stop copy paste right before this line~~~~~~~~~~~
~~~~~~~~~~~AUTOHOTKEY SCRIPT STOPS HERE~~~~~~~~

~~Now comes the final part~~

Now you should have a bunch of tabs in Firefox that should hopefully have a search list for each of the games that were pasted in. I went through each tab, pruning the search bar sometimes of special characters or just searching in general for an item. For instance, it didn’t find “Bioshock Infinite – Season Pass” so I pruned it to “Bioshock Infinite” and found that GOG had the “Bioshock Infinite Complete Edition” instead, bonus! I would click on the search entry that was correct and immediately switch to the next tab to give that page time to load completely (CTRL+TAB), close the tab if there were no results and I was sure that I couldn’t fix the search entry to more likely find it (CTRL+W), and once I had all of my tabs ready, went through and wishlisted the ones that I knew I would still want.
Post edited June 26, 2022 by Fendolis
This seems useful for people who use Libreoffice and have a large wishlist set they wish to transfer. ^_^
avatar
Nicole28: This seems useful for people who use Libreoffice and have a large wishlist set they wish to transfer. ^_^
As long as the person has some type of spreadsheet program it would work, but they would have to delete the two parts of my script that say Steam Wishlist.ods - LibreOffice Calc and instead change it to whatever the window name of the other one is.

With Excel, for instance, it would have to be Steam Wishlist - Excel because that's what shows up as the window name when using Excel. I went ahead and added that to the comment for those lines where it shows up.
low rated
avatar
Nicole28: This seems useful for people who use Libreoffice and have a large wishlist set they wish to transfer. ^_^
avatar
Fendolis: As long as the person has some type of spreadsheet program it would work, but they would have to delete the two parts of my script that say Steam Wishlist.ods - LibreOffice Calc and instead change it to whatever the window name of the other one is.

With Excel, for instance, it would have to be Steam Wishlist - Excel because that's what shows up as the window name when using Excel. I went ahead and added that to the comment for those lines where it shows up.
so if i have more than 100 wish games, i have to let it open 100 tabs? lol. GOG is a joke not providing import services to people who has a lot of games. none of my friends have less than 100 games on wishlist.
Neat, this could be helpful to many people. I think my Steam wish list of 3 would make this a bit overkill ;)
avatar
Fendolis: As long as the person has some type of spreadsheet program it would work, but they would have to delete the two parts of my script that say Steam Wishlist.ods - LibreOffice Calc and instead change it to whatever the window name of the other one is.

With Excel, for instance, it would have to be Steam Wishlist - Excel because that's what shows up as the window name when using Excel. I went ahead and added that to the comment for those lines where it shows up.
avatar
mocchanhd: so if i have more than 100 wish games, i have to let it open 100 tabs? lol. GOG is a joke not providing import services to people who has a lot of games. none of my friends have less than 100 games on wishlist.
Yeah I don't think I've ever opened as many tabs as I did when coding this up :D I'm still only running a FX 8350 (luckily 16GB ram and a decent SSD though), but I don't remember Firefox crashing or anything, but that is a huge boatload of tabs, 194 for mine *eesh*

I was frustrated too, definitely; I really wish they had some kind of native import method. I do really like that they are DRM free and have refunds now, though. I had only bought two games from them in the last seven years before the refund policy, but already bought two more games from them after that refund change just in the last few months.

Maybe if a GOG developer sees this they will have documentation to show that wishlist importing should be a priority. Not many people will have the time to fiddle with something like I'm showing, even with the code help above (it's still kinda tricky). I know they have something similar with the GOG connect thing where they are checking a library for valid games. I was glad that I finally bit the bullet and coded it up though after I saw that refund policy update.
avatar
Jiggles262: Neat, this could be helpful to many people. I think my Steam wish list of 3 would make this a bit overkill ;)
Yeah, you would definitely be a good candidate for the "just do it" method :D
Post edited September 08, 2020 by Fendolis
I have about 1700 games on my Steam Wishlist, and p#ssed off at Steam. My biggest refrains from moving hard on to GOG is a lack of way to move that wishlist to Gog, and categorize games that Steam has Gog doesn't. Maybe even a wishlist unifier APP.

Well, in my case, I would have to do this AHK script like, 15 times or so?
Post edited December 22, 2020 by yesdaniel
Hi there, so I'm running AHK and using Excel to try and run this script. I've copied your code exactly from the lines you've specified but it seems like the process reaches the part to activate Firefox and then kills itself. Is there another way to launch the browser that we want to load the tabs or another way to write this code that you know of?
avatar
yesdaniel: I have about 1700 games on my Steam Wishlist, and p#ssed off at Steam. My biggest refrains from moving hard on to GOG is a lack of way to move that wishlist to Gog, and categorize games that Steam has Gog doesn't. Maybe even a wishlist unifier APP.

Well, in my case, I would have to do this AHK script like, 15 times or so?
Holy moses that's impressive! I felt bad that I was only recently able to prune mine down to 216 :D

Yeah basically it would need to be split into small enough sets for your computer to handle that many tabs.

I'm glad I did it, though, and I've already bought a couple games because of it. However, they still don't let us sort the wishlist by price, because I like to go cheapest to most expensive during sales and see what piques my fancy.
avatar
DapperCat10: Hi there, so I'm running AHK and using Excel to try and run this script. I've copied your code exactly from the lines you've specified but it seems like the process reaches the part to activate Firefox and then kills itself. Is there another way to launch the browser that we want to load the tabs or another way to write this code that you know of?
Could you attach a screenshot if possible so I can see what yours looks like when Firefox is sitting ready with a new blank tab and the cursor on the search bar? I attached a screenshot so you can see what I see.

Mine, for instance, says exactly "Mozilla Firefox" down on the taskbar at the bottom of the screen, so that's what I had to make it look for. It works with any window though. For instance, if I was using the Vivaldi browser, it would be "Start Page - Vivaldi" because that's what it reports down at the task bar as its window name. I also put a screenshot of that one too.

Hopefully it'll work for you, I use this program pretty often for some cool useful little scripts here and there.

Sorry for the late reply too, I haven't figured out how to get notifications for forum posts and whatnot yet. I just marked it as a favorite topic so hopefully it'll email me when a new reply surfaces.
Attachments:
Post edited January 07, 2021 by Fendolis
avatar
Fendolis: I'm glad I did it, though, and I've already bought a couple games because of it. However, they still don't let us sort the wishlist by price, because I like to go cheapest to most expensive during sales and see what piques my fancy.
You can import I believe your GOG wishlist to https://isthereanydeal.com/ and then sort them by price...Can't really confirm but some users say it works.
Post edited January 07, 2021 by alexandros050
avatar
Fendolis: I'm glad I did it, though, and I've already bought a couple games because of it. However, they still don't let us sort the wishlist by price, because I like to go cheapest to most expensive during sales and see what piques my fancy.
avatar
alexandros050: You can import I believe your GOG wishlist to https://isthereanydeal.com/ and then sort them by price...Can't really confirm but some users say it works.
Thanks! I might try it, but I usually avoid 3rd party stuff if possible.
It's not too bad, I just scroll till I see a low price I can deal with, but I probably miss things as I scroll so seems like a bad thing so hopefully they'll fix/change it.
I did buy Guacamelee 2 here recently though to play with the kiddos in local coop, great fun!
Post edited January 08, 2021 by Fendolis
avatar
alexandros050: You can import I believe your GOG wishlist to https://isthereanydeal.com/ and then sort them by price...Can't really confirm but some users say it works.
avatar
Fendolis: Thanks! I might try it, but I usually avoid 3rd party stuff if possible.
It's not too bad, I just scroll till I see a low price I can deal with, but I probably miss things as I scroll so seems like a bad thing so hopefully they'll fix/change it.
I did buy Guacamelee 2 here recently though to play with the kiddos in local coop, great fun!
Hey,

I've created a chrome extension that helps you to import your Steam wishlist to your GOG.com account.

The URL to download the extension: https://chrome.google.com/webstore/detail/import-wishlist/jenjpehgcedkjfjmelkodhagcogpbmgl

The code is here: https://github.com/Daniel-Mendes/import-wishlist
Post edited June 08, 2022 by D2ACH
avatar
Fendolis: Thanks! I might try it, but I usually avoid 3rd party stuff if possible.
It's not too bad, I just scroll till I see a low price I can deal with, but I probably miss things as I scroll so seems like a bad thing so hopefully they'll fix/change it.
I did buy Guacamelee 2 here recently though to play with the kiddos in local coop, great fun!
avatar
D2ACH: Hey,

I've created a chrome extension that helps you to import your Steam wishlist to your GOG.com account.

The URL to download the extension: https://chrome.google.com/webstore/detail/import-wishlist/jenjpehgcedkjfjmelkodhagcogpbmgl

The code is here: https://github.com/Daniel-Mendes/import-wishlist
Wow cool!
I bet that took a while to make, holy moley. I wish I had the coding experience to do it your way instead of doing it my crazy way.
I would have loved having that a couple years ago, but at least people from here on out will be able to do it more easily.
Thanks for whipping this up, I think it'll help a lot more people get nice DRM free copies of games instead of feeling stuck with Steam because of wish list pileups.