1
0
mirror of https://github.com/lutris/lutris synced 2024-07-08 11:35:50 +00:00
Go to file
2014-03-15 22:52:35 +01:00
bin Check if a game is instaled by installer slug instead of yaml filename 2014-01-25 17:23:21 +01:00
data Add icon type switching 2014-02-18 13:34:39 +01:00
debian Fix date in changelog 2014-02-08 19:22:49 +01:00
docs Update installer writing doc 2014-03-15 22:02:17 +01:00
lutris Fix banners url 2014-03-14 18:55:05 +01:00
po Translation file update 2012-11-09 22:48:57 +01:00
tests Remove obsolete test 2014-01-27 10:07:35 +01:00
.gitignore Rename bzrignore to gitignore 2013-11-02 19:11:06 +01:00
AUTHORS Happy new year! 2014-01-01 12:26:58 +01:00
COPYING Fixed quidget conflict 2010-04-25 13:51:50 +02:00
INSTALL Add libsoup-gnome as a dependency 2013-12-27 17:04:38 +01:00
lutris.desktop fix Version entry in lutris.desktop 2013-12-22 16:57:19 +01:00
lutris.desktop.in fix Version entry in lutris.desktop 2013-12-22 16:57:19 +01:00
Makefile Bump version to 0.3.4 2014-02-08 19:21:00 +01:00
MANIFEST.in Fixed setup.py script and removed dependency on distutils-extra 2012-11-10 00:01:55 +01:00
README Remove old bullshit from README 2014-03-15 22:48:56 +01:00
setup.py Bump version to 0.3.4 2014-02-08 19:21:00 +01:00

Lutris
------

Lutris is a gaming platform for GNU/Linux. Its goal is to make gaming on Linux
as easy as possible by taking care of installing and setting up the game for
the user. The only thing you have to do is play the game. It aims to support
every game that is playable on Linux.


Configuration files
-------------------

All the configuration files are in YAML format. YAML is very easy to understand
and to use in Python. For more information visit http://yaml.org

By default, configuration files will be stored in ~/.config/lutris

Lutris' configuration system is a hierarchy, the deeper you go in the hierarchy
the higher priority they have.
There are three levels :
 - User configuration
 - Runner configuration
 - Game

System configuration is able to change system settings such as the
screen resolution or the audio library you use.

Runner configuration is more specific, you can change option specific to the
runner like setting a registry key in Wine. 

Game configuration is specific to a single game. If the game uses
configuration files this is the place to change them, like for example
displaying the FPS count in Quake 3.