Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.