1
0
mirror of https://github.com/lutris/lutris synced 2024-07-05 08:28:41 +00:00
Go to file
Rémi Verschelde 338e966fc6 Clean up spec file a bit
Things like deleting buildroot or specifying defaut defattr is no longer need for recent (less than 5 years old at least) RPM
2015-12-12 15:34:46 +01:00
bin Setup base framework for migrations 2015-12-11 10:15:50 -08:00
debian Changelog re-wording 2015-12-11 13:32:01 -08:00
docs Implement get_app_states 2015-09-05 15:50:33 -07:00
lutris Write gens and wine desktop migrations 2015-12-11 10:52:18 -08:00
po Update fr.po 2015-06-11 13:19:43 +02:00
share Add custom gamepad icon 2015-12-04 16:29:06 +01:00
tests This test makes no sense 2015-11-28 14:03:24 -08:00
.gitignore Bump minimum Gtk+ version 2015-08-12 15:07:33 +02:00
AUTHORS Remove copyright from individual files + update copyright date 2015-08-15 23:18:04 +02:00
CHANGELOG Add changelog (link to debian/changelog) 2014-10-10 12:25:35 +02:00
COPYING Fixed quidget conflict 2010-04-25 13:51:50 +02:00
INSTALL Remove dependency on pyxdg 2015-08-17 14:22:37 +02:00
INSTALL.rst Bump to version 0.3.7 2015-11-18 11:33:27 -08:00
lutris.spec Clean up spec file a bit 2015-12-12 15:34:46 +01:00
Makefile Update Makefile 2015-12-11 15:43:00 -08:00
MANIFEST.in Fixed setup.py script and removed dependency on distutils-extra 2012-11-10 00:01:55 +01:00
README.rst Replace NullDC with basic Reicast runner 2015-11-10 13:51:23 -08:00
setup.py Add migrations to setup.py 2015-12-11 13:32:17 -08:00

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

Lutris is an open source gaming platform for GNU/Linux. It makes gaming
on Linux easier by taking care of 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.
The games can be installed anywhere you want on your system, the tool
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,Desura
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
* Desura (Experimental support)
* Web browser
* Wine
* Wine + Steam
* DosBOX
* Mame
* Mess
* ScummVM
* ResidualVM
* Mednafen
* FS-UAE
* Vice
* Stella
* Atari800
* Hatari
* Virtual Jaguar
* Snes9x
* Mupen64 Plus
* Dolphin
* PCSXR
* Osmose
* GenS
* Reicast
* Frotz
* Jzintv
* O2em

Runners that will be added in future versions of Lutris:

* PPSSPP
* PCSX2

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

Lutris automates installation of games using configuration files written
in JSON or YAML, these scripts list various files needed to install a game
and run a list of actions on them (such as extract, move, execute, …).
The syntax of installers is described in `docs/installers.rst` (also
available on 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 and connect to this
account on 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
sync your Steam library with your Lutris library on the website.

The client does not store your 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 games 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`: stores preferences for the client's UI

`system.yml`: stores configuration that will be used for every game

`runners/*.yml`: stores configuration used for any game from a particular
runner

`games/*.yml`: stores configuration used for a specific game

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

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

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

`pga.db`: stores your game library, the installation status, the location
on the filesystem plus some additional metadata. This file is a SQLite
database.

`runners/*`: runners downloaded from lutris.net (emulators and such)

`icons/*.png` and `banners/*.jpg`: images for the games.

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
  -s, --list-steam      List Steam (Windows) games
  --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 most intertesting features
are yet to be implemented!

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

* Better support for multiple wine version
* Integration with GOG and Humble Bundle
* Integration with the TOSEC databse
* Management of Personnal 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)
* Patched emulators to provide better fullscreen and controller support
* Controller configuration GUI (with xboxdrv / joy2key support)

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

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

You can always reach us on:

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