1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
tldr/pages/linux/protontricks.md
Managor 733cc31ee7
protontricks: add launch command (#15016)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2024-12-08 00:31:25 +01:00

32 lines
688 B
Markdown

# protontricks
> A simple wrapper that runs Winetricks commands for Proton enabled games.
> More information: <https://github.com/Matoking/protontricks>.
- Run the protontricks GUI:
`protontricks --gui`
- Run Winetricks for a specific game:
`protontricks {{appid}} {{winetricks_args}}`
- Run a command within a game's installation directory:
`protontricks -c {{command}} {{appid}}`
- [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:
`protontricks --help`