This post will guide you on how to install and run pirate releases of games on Linux. Basic knowledge (how to install stuff, get around files, opening the terminal) is assumed.

Step 0

Ensure the game you intend to pirate actually stands a chance in running on Linux. Check the game’s ProtonDB rank, if it’s Silver or below chances are it won’t work even with additional effort. If it has a good rank (Gold and above), get the cracked release from wherever you get those. If multiple options are available, the general order of preference should be: Steam/DVD Rip > GOG release > Repack

Step 1

Install Wine and Steam, then enable Steam Play for all titles (Steam → Settings → Compatibility).

Step 2

Make one central folder for all game files. Copy the game files to each game’s subfolder (e.g. ~/games/). If it’s an ISO file, extract its contents like an archive. If it is a repack/setup (e.g. GOG, FitGirl, Dodi, etc) run the setup by opening a terminal in the repack folder and entering: wine ./theGameSetupFile.exe

! Make sure in the setup you set the destination folder to the main games folder you’ve made. In Wine, access to the Linux file system is through the Z: virtual drive. e.g. in FitGirl’s setups, just change the installation folder to Z:\home\yourUsername\games\gameSubfolder if the directory you made was ~/games/

! Make sure the installer is installing only the game, not anything else. Uncheck the option of installing Visual C++ runtimes, for example.

Step 3

Open Steam, in the menu bar go to Games → Add a non-Steam Game to My Library…, click on Browse and select the game executable (.exe) from the game’s folder. Then in your Steam Library click on the new game and go to its settings (right click → Properties or open game page → Settings icon → Properties), go to the compatibility option and check the “Force the use of a specific Steam Play compatibility tool” option. In the dropdown, select Proton Experimental.

Run the game from Steam. If it works, great!

If it didn’t work, you might be missing some software requirements (vcredist, etc). To add them, you’ll need an additional step:

Step 4 (optional)

Install winetricks and protontricks. Open a terminal and run protontricks --gui Select the game in the list, click on OK, select Install an application, click on OK, click on Cancel and now you’ll see a slightly different options window. Select Install a Windows DLL or Component option and click on OK. The new window will list all possible requirements/dependencies, install whatever the game needs. You can get to know the game’s software requirements from its PCGamingWiki page (or just google it). Repeat for each requirement.

That’s it, with this you can run any game directly through Steam’s Proton layer. No Lutris, no juggling multiple wineprefixes, no racking your brains around multiple Wine runners. Proton Experimental gets regularly updated, so you’ll always be running your game with the best and latest compatibility option there is.

  • krellor
    link
    fedilink
    157 months ago

    One thing I’ll throw in to help with dependencies is that if you add a games installer as a non-steam game, set proton experimental compatibly, and when you run it will install all the dependencies you need.

    Then, after install, edit the non-steam game you created to point the path to the game executable. You can’t remove the game from steam for the installer and add a second one for the game because adding a non-steam game creates a steam managed folder that holds dependencies that will be deleted when you remove it. This you need to edit the game entry for the installer to point to the game executable inside that steam created folder.

    Doing this I installed battle net, and then changed the path for the exec to the battle net launcher, and was able to play Blizzard games. For me I did it to get diablo 2 resurrected running for my kids on their steam decks, but I was super impressed by the proton compatibility layer.

    • people_are_cuteOP
      link
      English
      17 months ago

      That sounds like a great way of doing it if it works

    • people_are_cuteOP
      link
      English
      17 months ago

      Update: tried with a few repacks. Both Dodi and Fitgirl setups fail during installation for some reason with Proton. Running them with Wine works fine.

      • krellor
        link
        fedilink
        17 months ago

        When you added them as non-steam games did you manually set the compatibility to proton experimental?

        I’ve only used the original game installers getting things going for my kids, so it’s possible something in the way the files are repacked is different than what proton is used to.

        • people_are_cuteOP
          link
          English
          17 months ago

          Yes, I did. The setups crash midway during installation.