1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/protontricks.md

33 lines
688 B
Markdown
Raw Normal View History

2020-10-05 10:54:17 +02:00
# protontricks
2022-09-19 04:48:56 +05:30
> A simple wrapper that runs Winetricks commands for Proton enabled games.
2020-10-05 10:54:17 +02:00
> More information: <https://github.com/Matoking/protontricks>.
- Run the protontricks GUI:
`protontricks --gui`
- Run Winetricks for a specific game:
2020-10-05 10:54:17 +02:00
`protontricks {{appid}} {{winetricks_args}}`
- Run a command within a game's installation directory:
2020-10-05 10:54:17 +02:00
`protontricks -c {{command}} {{appid}}`
2022-09-19 04:48:56 +05:30
- [l]ist all installed games:
`protontricks -l`
- [s]earch for a game's App ID by name:
`protontricks -s {{game_name}}`
- Run an executable in the proton environment of a specific game:
`protontricks-launch --appid {{appid}} {{path/to/executable.exe}}`
- Display help:
2022-09-19 04:48:56 +05:30
`protontricks --help`