Instalar Steam
iniciar sesión
|
idioma
简体中文 (Chino simplificado)
繁體中文 (Chino tradicional)
日本語 (Japonés)
한국어 (Coreano)
ไทย (Tailandés)
български (Búlgaro)
Čeština (Checo)
Dansk (Danés)
Deutsch (Alemán)
English (Inglés)
Español - España
Ελληνικά (Griego)
Français (Francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (Húngaro)
Nederlands (Holandés)
Norsk (Noruego)
Polski (Polaco)
Português (Portugués de Portugal)
Português - Brasil (Portugués - Brasil)
Română (Rumano)
Русский (Ruso)
Suomi (Finés)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Informar de un error de traducción
STEAM_LIBRARY = Your local default games library, usually under $HOME/.local/share/Steam/steamapps/
PROTON_BIN_PATH=$STEAM_LIBRARY/common/Proton 3.7/dist/bin/wine
So you could just then:
So in short, as long as you use the long (absolute) paths (I used shell variables just as example, you can do so as well, but you will have to type the absolute paths anyway).
Edit
With wine installed, you do not need to run proton:
env WINEPREFIX="/your game library/steamapps/compatdata/XXXXX/pfx" wine regedit
where XXXXX is game id. you need wine installed on your OS to do it. or look into proton folder and invoke it from proton's wine path instead of wine
Thanks! This worked perfectly.
Copy it to .sh file, chmod +x and use.