2020-10-05 09:54:17 +01:00
|
|
|
# protontricks
|
|
|
|
|
2022-09-19 00:18:56 +01:00
|
|
|
> A simple wrapper that runs Winetricks commands for Proton enabled games.
|
2020-10-05 09:54:17 +01:00
|
|
|
> More information: <https://github.com/Matoking/protontricks>.
|
|
|
|
|
|
|
|
- Run the protontricks GUI:
|
|
|
|
|
|
|
|
`protontricks --gui`
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Run Winetricks for a specific game:
|
2020-10-05 09:54:17 +01:00
|
|
|
|
|
|
|
`protontricks {{appid}} {{winetricks_args}}`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Run a command within a game's installation directory:
|
2020-10-05 09:54:17 +01:00
|
|
|
|
|
|
|
`protontricks -c {{command}} {{appid}}`
|
2022-09-19 00:18:56 +01:00
|
|
|
|
|
|
|
- [l]ist all installed games:
|
|
|
|
|
|
|
|
`protontricks -l`
|
|
|
|
|
|
|
|
- [s]earch for a game's App ID by name:
|
|
|
|
|
|
|
|
`protontricks -s {{game_name}}`
|
|
|
|
|
|
|
|
- Show the protontricks help message:
|
|
|
|
|
|
|
|
`protontricks --help`
|