Difference between revisions of "Lutris"

From Linux Gaming
Jump to navigation Jump to search
Line 50: Line 50:
* Gamemode
* Gamemode
* [[FSR - FidelityFX Super Resolution]]
* [[FSR - FidelityFX Super Resolution]]
*[https://github.com/GloriousEggroll/wine-ge-custom/releases Wine-GE], instead of using Lutris's WINE
You can also improve visuals with:
You can also improve visuals with:
*[https://github.com/Plagman/gamescope Gamescope] for downscaling
*[https://github.com/Plagman/gamescope Gamescope] for downscaling

Revision as of 07:24, 31 January 2022

Lutris's icon.

Lutris is a Linux gaming app that primarily provides installers for games not available on Steam. It can also act as a single app for your whole game library.


You can also install game launchers like the Origin Client, Battle.net, and the Epic Games Store. Lutris also lets you import game launchers from various sources, such as GOG, Humble Bundle, and Steam.

Installing Lutris

You can typically install Lutris through your distribution's app store (e.g. GNOME Software, Discover, Pop Shop).

For example, on Pop!_OS, go to the Pop Shop and search "Lutris".

Pop Shop - Lutris.png

Then, click install.

See Lutris's download page for more ways to install it.

Finding a game on Lutris

The most important feature of Lutris is that you can install games and launchers not found on Steam using install scripts. If you want to use an install script, select Lutris in Sources and click "Community Installers".

Communityinstallers.png

Then, in the top bar, click "Search games" and put in the name of the game you want to install.

Installscripts.png

Here, we'll click on the game with the photo, and click "install". There may be multiple install scripts options, so pick what seems most standard. If your first choice doesn't work, you could try the other ones.

You don't have to use the Lutris client to find install scripts - you can look up install scripts on Lutris's website.

Installation

Typically, when installing a game, Lutris will ask if you want to download certain files.

Installing Overwatch on Lutris.

Review the files to make sure everything looks okay, and then just press continue. Don't worry about the individual download buttons.

Install games that you own on GOG, Humble Bundle, and Steam

Login to these stores by navigating to their tab in Sources, and logging in to them by clicking the Connect icon.


Lutrislogin.png


After logging in, Lutris should display the games you own from that store.

Configuration Options

You might want to improve the performance of your games with stuff like:

You can also improve visuals with:

Installing Windows games without an install script

This is NOT what you would usually do when installing a game! Only do the following if there is no install script!

  • Click the plus on the top left
  • Select a name and select Wine as runner.
  • Select Game options, and select the executable
    • Select the new folder as Wine prefix
    • Select the prefix architecture (if you're not sure select 64-bit)
      • Create a new folder where you want to install your game (for example ~/Games/MyNewGame)
  • Select Runner options
    • Select the Wine version (try different ones, including the ones from tkg and GE)
  • Click Save
  • Start your game
    • Click through the installer
  • Right click the game in Lutris, click Configure
    • Select Game options and modify the executable to be the actual game executable. (This could be ~/Games/MyNewGame/drive_c/Program Files(x86)/CoolGame/bin/CoolGame.exe)
  • Start your game
    • It might not run. See troubleshooting section.

Troubleshooting

This video guide explains how to install a game with a Lutris install script in more depth.

If you encounter an issue installing your game, look up the game's name on the Linux Gaming subreddit to see if anyone's had the same issue and solved it. You should also check whether the game currently runs on Linux.

General approach:

(if the above does not work)

  • Close Lutris, open a terminal, type lutris and press enter. Lutris will now open, but you will see more information in the terminal.
  • Try running the game with different presets like other Wine version, with/without DXVK, with/without Esync, Fsync, Windowed (virtual desktop), etc.
  • Right click your game, go to Runner options, and set Output debugging info to Enabled.
  • Start your game and pay close attention to the output in the terminal
    • Try to understand the problem
    • For example, you can use Winetricks to install missing dependencies

Winetricks

Winetricks is an easy way to do various stuff with Wine, including but not limited to installing libraries and other dependencies for your games.

FAQ

What are runners?

Runners are "methods" to run your programs.

Linux is for native Linux games. Steam is for Steam games - though, using Steam itself to run those games is easier. Wine is what you want to use for every other Windows game. Other runners are available, these are mainly emulators for various consoles, or DOS (DosBox)

See also

Lutris's website