All Projects → Sirmentio → Protontricks

Sirmentio / Protontricks

Licence: gpl-3.0
A simple wrapper that does winetricks things for Proton enabled games, requires Winetricks.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Protontricks

Conty
Easy to use unprivileged Linux container packed into a single portable executable
Stars: ✭ 198 (+8.79%)
Mutual labels:  steam, gaming, wine
Gamer Os
A Steam Big Picture based couch gaming OS
Stars: ✭ 366 (+101.1%)
Mutual labels:  steam, gaming
Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
Stars: ✭ 3,608 (+1882.42%)
Mutual labels:  steam, gaming
Dxvk
Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine
Stars: ✭ 7,117 (+3810.44%)
Mutual labels:  gaming, wine
SteamDepotDownloaderGUI
A simple GUI tool based on DepotDownloader for downloading Steam depots.
Stars: ✭ 26 (-85.71%)
Mutual labels:  steam, gaming
Steamtinkerlaunch
Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs
Stars: ✭ 271 (+48.9%)
Mutual labels:  wrapper, steam
Uwphook
🔗 Add your Windows Store or UWP games to Steam
Stars: ✭ 566 (+210.99%)
Mutual labels:  steam, gaming
awesome-gnu-linux-gaming
A curated list of awesome GNU/Linux tips & tricks, games, tools, and resources - Mirrored from: https://gitlab.com/linuxcafefederation/awesome-gnu-linux-gaming.git
Stars: ✭ 135 (-25.82%)
Mutual labels:  gaming, wine
Wine Origin Updater
Updater for Origin in Wine
Stars: ✭ 57 (-68.68%)
Mutual labels:  gaming, wine
Winetricks
Winetricks is an easy way to work around problems in Wine
Stars: ✭ 1,786 (+881.32%)
Mutual labels:  gaming, wine
Proton Caller
Run any Windows program through Proton
Stars: ✭ 130 (-28.57%)
Mutual labels:  steam, wine
steampak
Nicely packed tools to work with Steam APIs
Stars: ✭ 21 (-88.46%)
Mutual labels:  steam, wrapper
Wine Nine Standalone
Build Gallium Nine support on top of an existing WINE installation
Stars: ✭ 170 (-6.59%)
Mutual labels:  gaming, wine
Wine Wayland
Wine-wayland allows playing DX9/DX11 and Vulkan games using pure wayland and Wine/DXVK.
Stars: ✭ 284 (+56.04%)
Mutual labels:  gaming, wine
BeamNG terrainMaterialCache
BeamNG.drive Black Terrain fix for Linux and Mac
Stars: ✭ 81 (-55.49%)
Mutual labels:  steam, wine
Dxwrapper
Fixes compatibility issues with older games running on Windows 10 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
Stars: ✭ 460 (+152.75%)
Mutual labels:  wrapper, gaming
nine
Gallium Nine Standalone
Stars: ✭ 50 (-72.53%)
Mutual labels:  gaming, wine
AreWeAntiCheatYet
A comprehensive and crowd-sourced list of games using anti-cheats and their compatibility with GNU/Linux or Wine.
Stars: ✭ 289 (+58.79%)
Mutual labels:  steam, wine
Air For Steam
An elegant and customizable skin for Steam
Stars: ✭ 1,044 (+473.63%)
Mutual labels:  steam, gaming
Bottles
🌠 Easily manage 🍷prefix in a new way! (Run Windows software and games on Linux)
Stars: ✭ 147 (-19.23%)
Mutual labels:  gaming, wine

THIS IS NO LONGER MAINTAINED!

If you're looking for an up to date fork, my suggestion is HERE

protontricks

A simple wrapper that does winetricks things for Proton enabled games, requires Winetricks.

What is it?

This is a simple wrapper script that uses Winetricks to allow you to specify the game's App ID rather than the full length directory to the Proton prefix itself, I thought this would be easier for some so I decided to upload it for everyone to use!

Requirements

  • Python 3 or newer
  • Winetricks
  • The Steam beta

Usage

The basic usage is as follows:

# Find your game's App ID by searching for it
protontricks -s <GAME NAME>

# Run winetricks for the game
protontricks <APPID> <ACTIONS>

# Run the protontricks GUI
protontricks gui

Since this is a wrapper, all syntax that works for Winetricks will potentially work for Protontricks.

If you have a different Steam directory (Like I do due to Arch's silly directory tomfoolery), you can export $STEAM_DIR to the directory where Steam is.

If you'd like to use a local version of Winetricks, you can set $WINETRICKS to the location of your local winetricks installation. As well, you can set $PROTON_VERSION to a specific version manually.

Wanna see Protontricks in action?

Installation

I'd say the easiest way to install is by doing the following commands:

wget https://raw.githubusercontent.com/Sirmentio/protontricks/master/protontricks && chmod +x protontricks
sudo mv protontricks /usr/bin/protontricks

Unofficial packages

Currently, the following is the current unofficial packages that can make installing and updating much easier. These are not maintained by me because I currently don't have the capacity of knowing how to make distro packages. Feel free to contribute and try to maintain your own distro packages and add them here.

Contact

If you'd like, you can hit me up on twitter @Sirmentio, or on the Linux Gaming Discord, I don't talk much there but I'd be happy to hear from anyone who has something to say!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].