Linux Gaming

For specific help on correct in-game settings/proton versions to play games, check out the Proton Help page.

Installing Steam

Use the Software Center and Install Native Steam, NOT Flatpak Steam.
– Flatpak Steam is okay if you never plan to mod, but as soon as you want to do any modding, it complicates things. But there really isn’t any downside to installing Native Steam.

Setting Up External Storage

In KDE:

  1. First open in a terminal to create a new folder that the storage device will be accessible from:
    • sudo mkdir /media/*EXT_STORAGE_DEVICE_NAME*
    • Provide your password for the sudo command and close when done. Keep that folder path location handy.
  2. Open KDE Partition Manager
  3. Find the disk+partition you use for storing games
    • If you are using a fresh drive, then create a new “ext4” partition first.
  4. Right Click it and select “Edit mount point”
  5. Select “UUID” for the option “Identify by” at the top
  6. In “Path”, paste the mount point you created in the terminal in step #1.
  7. Press Okay, then make sure to click Apply at the top to actually make the change!

After applying, you can reboot, and you should find your drive automatically located in /media/ where you mounted it. Now you can use this as an install location in Steam.

How do I play games not from Steam?

A lot of game launchers have alternatives on Linux, or a single third party launcher for multiple, like Heroic, which lets you play Epic and GOG games. But the easiest way to play simple .exe games you might have is to add them to Steam as non-Steam games. Doing that and enabling Proton compatibility is all it takes to run any executable with Valve’s translation layer magic.

  1. From the Library page in Steam, select “+ Add a Game” at the bottom left and “Add a non-Steam Game…”
  2. Then find your game from the list, or click “Browse…” to locate the .exe directly.
  3. After it’s been added, it will have the filename of the .exe, so search it in the search bar at the top of your games list.
  4. Right Click the game and select “Properties…”
  5. Here you can change the name of the game to its actual name, and also the icon. You can also go to the Customization tab to add more art so Non-Steam games fit into your library better. Game art can be quickly found at SteamGridDB.
  6. The last important thing to do however is to select the “Compatibility” tab, and check the box to force it to use proton. Just start with Proton-Experimental, it works for most games.

Now you can launch the game and it should work, but if you have issues, you may need to search for a better Proton version. I have all the games I’ve set custom Proton versions for over on Proton Help.

How do I use mods made for Windows games?

This is easier than it would first seem, and works for Non-Steam games, as long as you add them to Steam manually.

Fast Version:

  1. Install protontricks from the terminal
  2. Download the .exe of the modloader/installer and double click it to run it.
    • If you need to, select Protontricks to run it with
  3. Select “Native Steam” if Protontricks asks
  4. Select the game you are modding
  5. Now the mod loader/installer should launch as normal
Long Version

We download an app called Protontricks. There is a flatpak version in the Software Center, but flatpaks are sandboxed, and modding requires access to your game files, so I would use the command line to install it:

Fedora

sudo dnf install protontricks

Debian/Ubuntu/Mint

sudo apt install protontricks

After downloading this, Windows .exe files will automatically associate with it, so now you can download a Windows modloader and double click it to run it as normal, it should open Protontricks, if not, select it from the list of programs to launch the .exe.

When Protontricks opens, it will ask you if you are using Native or Flatpak Steam. Since you are modding, you should have Native Steam, so select that one.

Now it will ask you to select which game you are trying to mod, go ahead and find your game and click that one.

From there, the modloader should start to run normally as if you launched it in Windows, although it may take longer to open, especially on the first time running it.

To make Protontricks stop asking which version of steam to use
  1. Navigate to the folder /usr/share/applications
  2. Find protontricks-launch.desktop
    • If you can’t find it, search for it in Dolphin (file explorer)
  3. Right Click it > Properties > “Application” Tab
  4. Set “Environment variables” to:
    • STEAM_DIR=/home/*USER_NAME*/.local/share/Steam
    • The exact path will be visible when you try to launch Protontricks, make sure it matches exactly

Now when you launch .exe files, they should skip straight to selecting the game.