Travis Nickles 84e28d7b22 Use WINEPREFIX and wine path when performing regedit calls. Otherwise, regedit affects system level wine config files.
If a WINEPREFIX is specified, Lutris should make Wine configuration
changes in the prefix. If it doesn't, values specified in the runner
config will not be used. Also, Lutris should use the specified
wine executable in the runner config instead of wine installed
at the system level.
2014-08-11 10:10:18 -05:00
2014-05-25 23:32:33 +02:00
2014-03-15 23:26:22 +01:00
2012-11-09 22:48:57 +01:00
2013-11-02 19:11:06 +01:00
2014-01-01 12:26:58 +01:00
2010-04-25 13:51:50 +02:00
2013-12-27 17:04:38 +01:00
2014-06-06 17:31:37 +01:00
2014-07-09 17:16:01 +02: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. 
Description
No description provided
Readme GPL-3.0 46 MiB
Languages
Python 99.6%
Makefile 0.1%
Meson 0.1%