1
0
mirror of https://github.com/lutris/lutris synced 2024-07-05 08:28:41 +00:00
Go to file
2023-09-11 19:01:08 -07:00
.github Tell the truth 2023-08-24 16:07:39 -07:00
bin Removing timing code 2023-03-18 16:49:36 -04:00
debian Add fluidsynth to depends 2023-08-10 22:01:49 -07:00
docs Update installers.rst 2023-07-01 14:05:22 +00:00
lutris Revert "Distinguish between service type and service ID, where the ID contains extra information to distingish between different service accounts" 2023-09-06 22:30:59 -07:00
po French translation & POTFILES updated 2023-08-19 16:22:54 +02:00
schema Fix installer.schema.yml 2023-04-13 01:35:47 -07:00
share Add Flatpak support for JSON based runners that support it 2023-06-13 01:39:58 -07:00
tests Remove 'and' between hours and minutes 2023-08-25 17:00:39 -07:00
utils Improvements to clean_prefix script 2023-06-06 21:31:26 -07:00
.agignore Add .agignore file 2016-09-28 23:31:27 -07:00
.editorconfig install script json schema 2022-03-25 00:58:37 +00:00
.flake8 Update .flake8 to be compatible with flake8 v6, which has strange rules about where comments can go. 2022-12-23 13:33:54 -05:00
.gitignore Add config option to use long platform names 2020-10-07 21:10:29 -07:00
.isort.cfg Remove keyring dependency 2022-04-11 13:59:56 -07:00
.mypy_baseline Add mypy to checks 2023-08-26 01:07:48 -07:00
.pylintrc Linting 2023-04-23 14:10:12 -07:00
.travis.yml Add dependency on python3-gi-cairo everywhere it seems to matter. 2023-05-20 15:30:30 -07:00
.yapf Minor update to configs 2020-04-27 19:52:01 +03:00
AUTHORS Update release date and contact email 2023-05-16 12:00:28 -07:00
CONTRIBUTING.md Update release date and contact email 2023-05-16 12:00:28 -07:00
INSTALL.rst Remove 32bit dependencies from the install guide 2023-08-25 18:22:19 -07:00
LICENSE Fix typo in file name: LICENCE → LICENSE. 2016-11-18 13:49:57 +01:00
lutris.spec Update lutris.spec to use Meson 2023-09-11 19:01:08 -07:00
Makefile Add mypy to checks 2023-08-26 01:07:48 -07:00
MANIFEST.in Fix a typo, remove missing directories, and add lutris/database to the list of installed directories (#4) 2020-10-03 17:51:48 -07:00
meson.build Merge branch 'master' into meson-minimum-version 2022-04-11 14:10:11 -07:00
optional_settings.py.in i18n: find locale dir from the optional configuration file generated by meson 2020-06-18 19:11:32 -07:00
pyproject.toml Sample mypy configuration (with baselines) 2023-08-26 00:16:44 -07:00
README.rst Update README.rst 2023-08-25 22:45:57 -07:00
setup.py Update release date and contact email 2023-05-16 12:00:28 -07:00

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

|LiberaPayBadge|_ |PatreonBadge|_

Lutris helps you install and play video games from all eras and from most
gaming systems. By leveraging and combining existing emulators, engine
re-implementations and compatibility layers, it gives you a central interface
to launch all your games.

The client can connect with existing services like Humble Bundle, GOG and Steam
to make your game libraries easily available. Game downloads and installations
are automated and can be modified through user made scripts.

Running Lutris
==============

If you have not installed Lutris through your package manager and are using the
source package, it is recommended that you install lutris at least once, even an
older version to have all dependencies available.
Once all dependencies are satisfied, you can run lutris directly from the source
directory with `./bin/lutris`

If you need to run lutris through gdb to troubleshoot segmentation faults, you
can use the following command:

`gdb -ex r --args "/usr/bin/python3" "./bin/lutris"`

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

Lutris installations are fully automated through scripts, which can be written
in either JSON or YAML.
The scripting syntax is described in ``docs/installers.rst``, and is also
available online at `lutris.net <https://lutris.net>`_.

Game library
============

Optional accounts can be created at `lutris.net
<https://lutris.net>`_ and linked with Lutris clients.
This enables your client to automatically sync fetch library from the website.
**It is currently not possible to sync from the client to the cloud.**
Via the website, it is also possible to sync your Steam library to your Lutris
library.

The Lutris client only stores a token when connected with the website, and your
login credentials are never saved.
This token is stored in ``~/.cache/lutris/auth-token``.

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

* ``~/.config/lutris``: The client, runners, and game configuration files

   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 game configuration, which applies to every game

* ``runners/*.yml``: Runner-specific configurations

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

Game-specific configurations overwrite runner-specific configurations, which in
turn overwrite the system configuration.

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

``~/.local/share/lutris``: All data necessary to manage Lutris' library and games, including:

* ``pga.db``: An SQLite database tracking the game library, game installation status, various file locations, and some additional metadata

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

* ``banners/*.jpg``: Game banners

``~/.local/share/icons/hicolor/128x128/apps/lutris_*.png``: Game icons

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

The following command line arguments are available::

-v, --version                    Print the version of Lutris and exit
-d, --debug                      Show debug messages
-i, --install                    Install a game from a yml file
-b, --output-script              Generate a bash script to run a game without the client
-e, --exec                       Execute a program with the lutris runtime
-l, --list-games                 List all games in database
-o, --installed                  Only list installed games
-s, --list-steam-games           List available Steam games
--list-steam-folders             List all known Steam library folders
--list-runners                   List all known runners
--list-wine-versions              List all known Wine runners
-a, --list-all-service-games     List all games for all services in database
--list-service-games             List all games for provided service in database
-r, --install-runner             Install a Runner
-u, --uninstall-runner           Uninstall a Runner
-j, --json                       Display the list of games in JSON format
--reinstall                      Reinstall game
--display=DISPLAY                X display to use
--export <game>                  Exports specified game (requires --dest)
--import <game.7z)               Import games from exportfile (requires --dest)
--dest <folder>                  Specifies Export/Import destination folder

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 it is not already installed, otherwise it will
launch the game. The game will always be installed if the ``--reinstall`` flag is passed.

Support the project
===================

Lutris is 100% community supported, to ensure a continuous development on the
project, please consider donating to the project.
Our main platform for supporting Lutris is Patreon: https://www.patreon.com/lutris
but there are also other options available at https://lutris.net/donate

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:

* Discord: https://discordapp.com/invite/Pnt5CuY
* IRC: ircs://irc.libera.chat:6697/lutris
* Github: https://github.com/lutris
* Twitter: https://twitter.com/LutrisGaming


.. |LiberaPayBadge| image:: http://img.shields.io/liberapay/receives/Lutris.svg?logo=liberapay
.. _LiberaPayBadge: https://liberapay.com/Lutris/
.. |PatreonBadge| image:: https://img.shields.io/badge/dynamic/json?color=%23ff424d&label=Patreon&query=data.attributes.patron_count&suffix=%20Patreons&url=https%3A%2F%2Fwww.patreon.com%2Fapi%2Fcampaigns%2F556103&style=flat&logo=patreon
.. _PatreonBadge: https://www.patreon.com/lutris