1
0
mirror of https://github.com/lutris/lutris synced 2024-07-08 11:35:50 +00:00
Go to file
2018-10-09 00:00:23 -07:00
bin Consider any executable from /usr to be a system install 2018-05-18 14:46:57 -07:00
debian Update to 0.4.20 2018-09-24 21:08:51 -07:00
docs Change example urls in installer documentation to https and example.com 2018-08-16 00:25:59 -07:00
lutris Do not parse registry lines that are too short and do not crash on invalid lines (Fixes #1168) 2018-10-09 00:00:23 -07:00
po Cleaned it up a bit 2018-09-05 20:38:12 -07:00
share Better wording for uninstall dialog 2018-10-04 20:58:35 -07:00
tests don't hardcode python3 path 2018-09-24 19:54:06 -07:00
.agignore Add .agignore file 2016-09-28 23:31:27 -07:00
.gitignore gitignore: Ignore the dist assets and egg 2018-05-24 21:53:05 -04:00
.travis.yml [fix regression] Remove psutil, it could cause Lutris to slow down while game is running 2017-09-04 11:14:55 +02:00
AUTHORS Bump version to 0.4.5 2017-03-05 15:31:40 -08:00
CHANGELOG Add changelog (link to debian/changelog) 2014-10-10 12:25:35 +02:00
INSTALL.rst [fix regression] Remove psutil, it could cause Lutris to slow down while game is running 2017-09-04 11:14:55 +02:00
LICENSE Fix typo in file name: LICENCE → LICENSE. 2016-11-18 13:49:57 +01:00
lutris.spec Update to 0.4.20 2018-09-24 21:08:51 -07:00
Makefile Force vim as editor for dch (gvim doesn't work) 2018-05-20 15:09:10 -07:00
MANIFEST.in Fixed setup.py script and removed dependency on distutils-extra 2012-11-10 00:01:55 +01:00
README.rst Update README.rst 2018-08-28 09:01:22 -07:00
setup.py don't hardcode python3 path 2018-09-24 19:54:06 -07:00

******
Lutris
******

Lutris is an open source gaming platform for GNU/Linux.
It makes gaming on Linux easier by managing, installing and providing optimal
settings for games.

Lutris does not sell games; you have to provide your own copy of the games
unless they are open source or freeware.
Games can be installed anywhere on your system; Lutris does not impose
anything.

Lutris relies on various programs referenced as 'runners' to provide a vast
library of games.
These runners (with the exception of Steam and web browsers) are provided by
Lutris, you don't need to install them with your package manager.

We currently support the following runners:

* Linux (Native games)
* Steam
* Web
* Wine
* Wine + Steam
* Libretro
* DOSBox
* MAME
* MESS
* ScummVM
* ResidualVM
* Adventure Game Studio
* Mednafen
* FS-UAE
* Vice
* Stella
* Atari800
* Hatari
* Virtual Jaguar
* Snes9x
* Mupen64Plus
* Dolphin
* PCSX2
* PPSSPP
* Osmose
* Reicast
* Frotz
* jzIntv
* O2EM
* ZDoom
* Citra
* DeSmuME
* DGen


Installer scripts
=================

Lutris automates installation of games using configuration scripts written in
JSON or YAML, which list the various files needed to install a game and can
perform a series of actions on them.
The syntax of installers is described in ``docs/installers.rst``, and is also
available on `lutris.net <https://lutris.net>`_ when writing installers.

A web UI is planned to ease the creation of these scripts.

Game Library
============

You can optionally create an account on `lutris.net <https://lutris.net>`_ and
connect this account to the client.
This will allow you to sync your game library from the website to the client
(not the other way around).
If you wish, you can also sync your Steam library with your Lutris library on
the website.

The client does not store your `lutris.net <https://lutris.net>`_ credentials
on your computer.
Instead, when you authenticate, the website will send a token which will
be used to sync your library.
This token is stored in ``~/.cache/lutris/auth-token``.

Configuration files
===================

The client, runner, and game configuration files are stored in
``~/.config/lutris``.
There is no need to manually edit these files as everything should be done from
the client.

``lutris.conf``: preferences for the client's UI

``system.yml``: default configuration for every game

``runners/*.yml``: runner-specific default configurations

``games/*.yml``: game-specific configurations

The game configuration can override previously defined runner and system
configuration and runner configuration can override system configuration.

Runners and the game database
=========================

The data necessary to manage your library and run the game is stored in
``~/.local/share/lutris``.

``pga.db``: your game library, game installation status, locations on the
filesystem, and some additional metadata, all stored in an SQLite
database

``runners/*``: runners downloaded from `lutris.net <https://lutris.net>`_

``icons/*.png`` and ``banners/*.jpg``: game images

Command line options
====================

The following command line arguments are available::

  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -v, --verbose         Verbose output
  -d, --debug           Show debug messages
  -i INSTALLER_FILE, --install=INSTALLER_FILE
                        Install a game from a yml file
  -l, --list-games      List all games in database
  -o, --installed       Only list installed games
  -j, --json            Display the list of games in JSON format
  --list-steam-games    List available Steam games
  --list-steam-folders  List all known Steam library folders
  --reinstall           Reinstall game

Additionally, you can pass a ``lutris:`` protocol link followed by a game
identifier on the command line such as::

    lutris lutris:quake

This will install the game if not already installed or launch the game
otherwise (unless the ``--reinstall`` flag is passed).

Planned features
================

Lutris is far from complete and some of the more interesting features have yet
to be implemented.

Here's what to expect from the future versions of Lutris:

* Integration with GOG and Humble Bundle
* Integration with the TOSEC database
* Management of Personal Game Archives (let you store your games files on
  private storage, allowing you to reinstall them on all your devices)
* Game saves sync
* Community features (friends list, chat, multiplayer game scheduling)
* Controller configuration GUI (with xboxdrv support)

Come with us!
=============

Want to make Lutris better? Help implement features, fix bugs, test
pre-releases, or simply chat with the developers?

You can always reach us on:

* IRC: #lutris on the Freenode servers
* Github: https://github.com/lutris
* Twitter: https://twitter.com/LutrisGaming
* Google+: https://plus.google.com/+LutrisNet
* Email: contact@lutris.net