I run arch and have never tried pirating games on a Linux distro before. Mostly just movies and music but I’ve run some cracks on my girlfriends windows install so I’m not unfamiliar with it. Would most game cracks run through lutris? Or would I have to download from some place like gog?

  • Yote.zip
    link
    English
    2911 months ago

    Most game cracks work just fine through WINE. You just need to get the game extracted into the WINE prefix and have the crack applied, then point Lutris at it and it will work fine. If you find a specific crack isn’t working, you can probably find another that does, or crack it yourself using simple tools that are always Linux-compatible. I wrote a guide on using these tools for reference.

    • @drunkensailor@lemmy.dbzer0.com
      link
      fedilink
      English
      611 months ago

      not OP but nice guide. thanks man

      Ive only done a handful in linux. mostly i use repacked gog stuff cuz its easy and i don’t have to deal with cracks. so easy that sometimes i end up legit buying to support the devs if the game is good.

      lot of the time i also use firejail. haven’t run into many issues with it so far (i think there was one game where i disallowed net access but it wouldnt run until i granted it) and most stuff works same as without.

      • Yote.zip
        link
        English
        211 months ago

        I may be biased because I already know how, but to me defeating DRM using the community tools is really trivial and I tend to use Steam copies of games because I like the Steamworks features that I can emulate with Goldberg. Even when given a choice between a GOG copy and Steam copy, I usually pick Steam. It’s sort of a weird decision for me to make for permanent archival because I really hate DRM but the DRM versions have more features (achievements, auto-LAN, etc) and are negated with a local DLL so is it really DRM at that point?

        I deny network on all my games unless I have a good reason to allow it - almost never have problems with them being mad about it as long as their DRM is emulated/defeated. I use bubblewrap’s bwrap --unshare-net --dev-bind / / as a command prefix in Lutris to do so.

        • @drunkensailor@lemmy.dbzer0.com
          link
          fedilink
          English
          211 months ago

          I’ve heard a few people mention bubblewrap but never really looked into it. might have to read up and give it a try. do you think it’s pretty easy to pick up coming from firejail?

          • Yote.zip
            link
            English
            211 months ago

            If I were to guess, it should be easy to pick up if you know what you want to do with it. I know Flatpaks use bubblewrap to accomplish their goals, and you can see an extensive example of bubblewrap here.

    • @totallynotfbi@lemm.ee
      link
      fedilink
      English
      211 months ago

      Just curious, are there any native cracks for Linux? As in, for ports of games done by Feral Interactive, Aspyr, etc

      • Yote.zip
        link
        English
        2
        edit-2
        11 months ago

        Yes, and you can crack those yourself as well. Goldberg Steam Emulator works on Linux Steamworks API games, and you can unwrap SteamDRM from Linux executables with pyUnstub. Sometimes you’ll need to fake a local Steam runtime for Linux games as well (Windows games can also have this problem I think, but it’s much more rare for some reason).

        Anything native Linux that uses a DRM that’s not Steam-based is probably rare and custom.

        • @totallynotfbi@lemm.ee
          link
          fedilink
          English
          211 months ago

          I didn’t know that Goldberg’s Steam emulator worked on non-DLL Steamworks implementations. Thanks!