diff --git a/pages/linux/protontricks.md b/pages/linux/protontricks.md new file mode 100644 index 000000000..d2bb59468 --- /dev/null +++ b/pages/linux/protontricks.md @@ -0,0 +1,20 @@ +# protontricks + +> A simple wrapper that does winetricks things for Proton enabled games, requires Winetricks. +> More information: . + +- Show the protontricks help message: + +`protontricks` + +- Run the protontricks GUI: + +`protontricks --gui` + +- Run winetricks for a specific game: + +`protontricks {{appid}} {{winetricks_args}}` + +- Run a command within a games installation directory: + +`protontricks -c {{command}} {{appid}}`