• Ricaz@lemmy.ml
    link
    fedilink
    arrow-up
    9
    ·
    1 year ago

    Steam version of BG2 EE worked flawlessly for me. It’s been discounted down to like 3€ a few times

    • 520@kbin.social
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      The Steam version might be using the steam runtime, which would explain why you aren’t having dependency issues.

    • AureumTempus@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      I think you’re probably using Proton, which is basically the same as running a Windows apps on WINE. I’d choose GOG over Steam due to philosophical reasons (DRM-free gaming). And also, because GOG has the Linux version. The only issue is packaging the setup dependency into multiple distros, which I’m trying to make it working on Nix for now.

      • Ricaz@lemmy.ml
        link
        fedilink
        arrow-up
        4
        ·
        1 year ago

        Proton and Wine are largely the same thing. Proton just has DXVK built in as well as a bunch of Valve-made patches.

        Valve had greatly accelerated Wine development. I still run many games off pure Wine with manually added DXVK.

        • AureumTempus@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          1 year ago

          That is interesting. I thought that both Proton and WINE are identical forks and a monolith of all the feature offered by a front-end app that uses them, just that one is maintained by Steam, and the other by an open-source community. The DXVK stuff you’ve shared is new information to me, because I thought that WINE included that by default.

          • Ricaz@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            Proton is just Valve’s fork of Wine. It had a lot of game-specific patches, to make all the Steam games work better.

            Wine isn’t meant specifically for games - you can run most Windows applications in it. It’s just translations of Windows syscalls to Linux equivalents, to put it simply.