GameMode: Difference between revisions

imported>MetaDark
mNo edit summary
imported>MetaDark
No edit summary
Line 60: Line 60:


: All Tests Passed!
: All Tests Passed!
</syntaxhighlight>
== Running ==
To run games with gamemode start it like this:
<syntaxhighlight>
$ gamemoderun ./game
</syntaxhighlight>
When you have started your game you can verify that gamemode is running with the command:
<syntaxhighlight>
$ gamemoded -s
</syntaxhighlight>
==== Steam ====
To make sure Steam starts a game with gamemode, right click the game, select Properties..., then Launch Options and enter:
<syntaxhighlight>
gamemoderun %command%
</syntaxhighlight>
</syntaxhighlight>