Skip to content
Snippets Groups Projects

Document the Steam compatibility tool interface

Merged Simon McVittie requested to merge wip/smcv/document-compat-tools into master
@@ -45,8 +45,8 @@ Each compatibility tool can have these fields:
For the compatibility tools provided by Steam itself, such as
Steam Linux Runtime and Proton, the equivalent of this information is
downloaded out-of-band, so the depot downloaded into the Steam library
will not contain this file.
downloaded out-of-band and stored in `~/.steam/root/appcache/appinfo.vdf`,
so the depot downloaded into the Steam library will not contain this file.
Third-party compatibility tools can be installed in various locations
such as `~/.steam/root/compatibilitytools.d`.
@@ -201,7 +201,7 @@ process which sets itself as a subreaper using **PR_SET_CHILD_SUBREAPER**
Version 1 compat tools are not invoked specially.
Version 2 compat tools are invoked with a `%verb% in the `commandline`
Version 2 compat tools are invoked with a `%verb%` in the `commandline`
(if any) replaced by `waitforexitandrun`.
The game is expected to run in the usual way. Conventionally, it does not
Loading