Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protontricks: refresh page #8492

Merged
merged 5 commits into from
Sep 18, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions pages/linux/protontricks.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# protontricks

> A simple wrapper that does Winetricks things for Proton enabled games, requires Winetricks.
> A simple wrapper that runs Winetricks commands for Proton enabled games.
> More information: <https://github.com/Matoking/protontricks>.

- Show the protontricks help message:

`protontricks`
`protontricks --help`
kbdharun marked this conversation as resolved.
Show resolved Hide resolved

- Run the protontricks GUI:

Expand All @@ -18,3 +18,11 @@
- Run a command within a game's installation directory:

`protontricks -c {{command}} {{appid}}`

- List all installed games:
kbdharun marked this conversation as resolved.
Show resolved Hide resolved

`protontricks -l`

- Search for a game's App ID by entering it's name:
kbdharun marked this conversation as resolved.
Show resolved Hide resolved

`protontricks -s {{Game_Name}}`
kbdharun marked this conversation as resolved.
Show resolved Hide resolved