I’m looking for discussion and suggestions about the best way to play games from GOG on linux.

My current method is that I’ve got GOG Galaxy installed with bottles, and then I use GOG Galaxy to install and launch the Windows games. That’s working alright so far. One downside is that won’t install Iinux versions like that, so for games that have a native linux version I have to decide if I want to install it separately, or just run the windows version with the others. So that isn’t perfect. Another minor thing I don’t like is that since I’m installing games via GOG Galaxy via Bottles via Flatpak… I end up having very little idea of where stuff is being saved. It’s difficult to find save game files for example; and if there is some junk installed or left over from something, there’s very little chance that I’m going to notice and delete it. It just feels very opaque. (I guess that’s mostly just about my personal lack of knowledge though.)

Anyway, I’m mostly just wondering how others are choosing to handle their games from GOG.

3 points
*

Running Galaxy with proton-ge. Sure, it doesn’t install linux versions of games or anything, but it works.

Basically what I did was:

  • run arch btw, obviously and loaded with sarcasm, as always
  • install https://aur.archlinux.org/packages/proton-ge-custom-bin
  • aquired galaxy installer (GOG’s site hides download links on linux… why???)
  • proton gog-galaxy-installer.exe to install. It installs to ~/.local/share/proton-pfx/0/pfx/drive_c/Program Files/GOG Galaxy (or somesuch)
  • I made a shortcut to launch the galaxy.exe with proton from the directory & using the directory as working directory
  • profit.

Seems to work fine, some older version of proton-ge and/or nvidia driver under wayland made the client bit sluggish, but that has fixed itself. Games like Cyberpunk work fine. The galaxy overlay doesn’t, though.

permalink
report
reply
2 points

That sounds like a similar setup to what I’m doing; just using proton-ge rather than bottles. Perhaps your way is a bit more light-weight, which is probably nice.

permalink
report
parent
reply
2 points

I only did so because I had installed proton-ge. You know, “when all you have is a hammer, every problem looks like a nail” -type of thing. :D

permalink
report
parent
reply
29 points

I use Lutris. It downloads the Linux installers when available and every game gets its own folder.

But it won’t help you with finding save files. GOG especially has many old games and over the years there have been many different “standards” to store save files and on top of that most games didn’t even follow any standard. Use PC Gaming Wiki to find where save files are stored.

permalink
report
reply
3 points
*

When I was first getting started, I briefly tried Lutris - but was put off by two things. The first was that it felt very complicated. I was new to Linux at the time, and I’m being asked helps of config questions about how to install which-and-what components in order to use such-and-such runners or launcher or whatever… basically just a heap of stuff that I didn’t really understand. And when I tried using a recommend ‘gold rated’ auto-setup to install something, it just froze. So that was disappointing. I decided that maybe I’d try something else.

I’ve seen Lutris recommended in a lot of places; so apparently it’s pretty good. But at the time I used it, it wasn’t really what I was looking for. I think a lot of people praise Lutris for the way it lets you have case-by-case special configurations for all sorts of things, which might allow you get some stubborn stuff working. But for me, it felt like more things I could break. I’ve got enough games that I’m happy enough to just say that if it doesn’t work then I won’t play it. So I guess Lutris wasn’t for me. [edit - Bottles also had a lot of config choices to get started; but I was lucky enough that what I picked worked first time; and I haven’t looked at the config since.]

permalink
report
parent
reply
5 points
*

Honestly, I can see that. I’ve just gotten used to Lutris over the years, even before Valve released Proton.

I mainly like Lutris as a tool to manage all of my games with easy ways to share common configuration steps between them. But I also see it going the way most Wine helpers went over the years. At first it works brilliantly for everyone. Then the pre-made configurations fail to work for edge cases or they fail when a game is updated. Eventually it’s easier to configure everything by hand and then you don’t need the tool anymore until the next one comes along.

But they started an initiative with Bottles, Heroic and other programs to make standardised configurations. Pair that up with Valve’s efforts in Proton and the overall rising popularity of Linux gaming and we might get better and better tools down the line until they aren’t needed anymore.

permalink
report
parent
reply
11 points

Heroic Launcher has GOG support and in my experience works well.

permalink
report
reply
34 points

After ignoring it because Epic sucks, I recently realised that https://heroicgameslauncher.com/ is a really nice GOG client as well.

permalink
report
reply
5 points

I usually just download the installers from their website. It’s not like I would need to install or update games on a day to day basis…

If the installer is only available for Windows (or if I am using my ARM laptop) I use innoextract to extract the files without needing to run the installer.

For Windows games I found that the easiest way to deal with them is to add them to the Steam Library as a non-steam-game, and to force Proton on them…

permalink
report
reply
1 point

I’m more than happy to just download the installers, and only manually update. That’s how I use to do it when I was using Windows. But the installers don’t run natively on linux, I’m just not sure how best to use them. My first attempt was to use bottles to run an installer, then again to run the game after it installed. That worked - but after doing it once I decided that it would be easier to just install Galaxy instead so that I don’t have to setting things up over and over.

I’m curious about how Steam responds to you adding a non-steam game like that. Are you using innoextract to unpack the files from the installer into some personal directory, and then telling Steam to run the game from there? Or do you tell steam directly to run the installer? … And when you add a non-steam game to steam is that an entirely local thing? (I don’t really want to be reporting to Valve about what GOG games I’m playing.)

I see one advantage of using Steam is that if I already have Steam, then it saves me installing another tool. But some disadvantages is that it presumably won’t do save syncing, or Galaxy achievement tracking - and the installation process for each game might be a bit fiddly by the sounds of it.

permalink
report
parent
reply
2 points

Yep, innoextract just unpacks the files, and I then place them into a folder in the home dir. Before I knew about innoextract I also just used WINE to run the installers, and then copied the installed files around. (btw, the apple pkg installers can also be unpacked by a combination of 7z and cpio - in case you just want to unpack one of the many GoG Dosbox games and don’t have innoextract or WINE available)

I have a folder named ~/Games - and the individual games in subfolders there. In Steam’s “add non-steam game” dialogue there’s a “browse” button, and in that one I then select the .exe file of the game. That adds it to the library, and allows selecting Proton as compatibility tool in the preferences.

I am pretty sure the Steam Client reports which games you play to Steam’s “presence” service, such that your Steam Friends can see what you are playing. I don’t know if Valve gathers that data for other purposes (but would assume they do unless told otherwise). Also, some games that ship with Steam integration in their GoG installer (e.g. Loop Hero) will even track as you playing the Steam version - even if you don’t own it there.

And yeah, there is no GoG Galaxy emulation in Steam of course, but I honestly don’t care much about achievements. The lack of cloud support in non-Steam games is annoying though, as I also have a Steam Deck and those saves don’t automatically synch…

permalink
report
parent
reply
2 points

Thanks for the info. That sounds like a decent system. The idea of unpacking into a place of my choosing, and running without an additional launcher kind of appeals to me from a software-simplicity point of view - even if installing the game is slightly more hands on. But I don’t think I’ll do it that way myself, mostly because I don’t really want to further entrench Steam. Valve does a lot of good stuff … but their dominance in this space still makes me uncomfortable. (And the fact that they don’t let you disable the “what’s new” advertising bar on the library page is a big red flag for me.)

permalink
report
parent
reply

Linux Gaming

!linux_gaming@lemmy.ml

Create post

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

Community stats

  • 1.6K

    Monthly active users

  • 412

    Posts

  • 2.5K

    Comments