Matoking / protontricks

A wrapper that does winetricks things for Proton enabled games, requires Winetricks.
GNU General Public License v3.0
1.61k stars 34 forks source link

protontricks as regular winetricks #196

Closed xDShot closed 10 months ago

xDShot commented 1 year ago

I need to run it but for non-steam game prefix. Is there a workaround to work with it for custom prefixes without appids?

Matoking commented 1 year ago

If you mean non-Steam games that are added and started through Steam, then yes, they should also be visible in Protontricks like the normal games. They have app IDs as well, but they're derived differently and local to your Steam installation:

$ protontricks -s a
...
Non-Steam shortcut: AM2R.exe (3392872573)
Non-Steam shortcut: ASD-LifeForce.exe (3811784745)

If you mean Wine prefixes that are not managed by Steam in any way, you can install Winetricks separately and call it manually in the command-line using WINEPREFIX to select the specific prefix:

WINEPREFIX=/path/to/the/prefix winetricks
Matoking commented 10 months ago

Closing due to inactivity.