lutris/README.rst

34 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2010-08-31 00:44:09 +00:00
Lutris
------
2014-03-15 21:48:56 +00:00
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.
2010-01-22 18:38:20 +00:00
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
2013-06-26 10:11:21 +00:00
the higher priority they have.
2010-01-22 18:38:20 +00:00
There are three levels :
- User configuration
- Runner configuration
2013-06-26 10:11:21 +00:00
- Game
2010-01-22 18:38:20 +00:00
2014-03-15 21:48:56 +00:00
System configuration is able to change system settings such as the
2013-06-26 10:11:21 +00:00
screen resolution or the audio library you use.
2010-01-22 18:38:20 +00:00
Runner configuration is more specific, you can change option specific to the
2014-03-15 21:48:56 +00:00
runner like setting a registry key in Wine.
2010-01-22 18:38:20 +00:00
2014-03-15 21:48:56 +00:00
Game configuration is specific to a single game. If the game uses
2013-06-26 10:11:21 +00:00
configuration files this is the place to change them, like for example
2014-03-15 21:48:56 +00:00
displaying the FPS count in Quake 3.