protonscr
95 results, 128 hits for STEAM_COMPAT_DATA_PATH

Override settings for each app protonclosedFeature Request

#2281 · 3 comments · updated 2020-03-24 · 1 matching
issue by exception13 · 2019-01-29 · view · github
... Just add in user_settings.py code like this: ``` import os import json STEAM_COMPAT_DATA_PATH = os.environ["STEAM_COMPAT_DATA_PATH"] user_settings = { } try ...

Allow creating shared wineprefixes protonopen

#604 · 11 comments · updated 2026-06-16 · 1 matching
comment by jebez1 · 2025-02-28 · view · github
The solution: LAUNCH OPTIONS: STEAM_COMPAT_DATA_PATH=proton_prefix_path %command% See the link above.

The proton script should be able to run executables via the windows search path protonclosed

#1208 · 7 comments · updated 2019-12-30 · 2 matching
comment by Elkasitu · 2018-09-03 · view · github
Yes exactly, so to run it from the terminal you must define `STEAM_COMPAT_DATA_PATH` to point to your prefix ...
comment by kergoth · 2018-09-03 · view · github
Proton already refuses to run without STEAM_COMPAT_DATA_PATH set, which controls prefix selection. You’re right, I’m sure ...

Flatout 3: Chaos and Destruction appid 201510 1 threads, 1 open 1 matching

Flatout 3: Chaos and Destruction protonopenGame compatibility - Unofficial

#1588 · 7 comments · updated 2024-08-08 · 1 matching
comment by XaeroVincent · 2024-02-07 · view · github
... This launch option workaround seems to correct that. ```if [ ! -f $STEAM_COMPAT_DATA_PATH/firstrun.tmp ]; then $HOME/.steam/steam/steamapps ...

BIT.TRIP series (63700 63710 205060 205070 205080 205090) protonopenGame compatibility - Unofficial

#991 · 7 comments · updated 2024-03-23 · 1 matching
comment by EBADBEEF · 2023-01-04 · view · github
... STEAM_COMPAT_DATA_PATH can be any path, but this is where steam puts it by default export STEAM_COMPAT_DATA_PATH="$steam_base/steamapps ...

Mount & Blade II: Bannerlord appid 261550 2 threads, 1 open 3 matching

Mount & Blade II: Bannerlord protonopenGame compatibility - UnofficialRegression.NET

#3706 · 574 comments · updated 2024-12-07 · 3 matching
comment by agates · 2020-04-13 · view · github
... Maybe double check your `STEAM_COMPAT_DATA_PATH` and `compatibilitytools.d` folder.
comment by Aliervo · 2020-04-06 · view · github
... runtime-2.1.17-win-x64.exe $ export STEAM_COMPAT_DATA_PATH=/games/steamapps/compatdata/261550/ $ cd ~/.steam/steam/compatibilitytools.d ...

exFAT support protonopenFeature Request

#3835 · 12 comments · updated 2025-11-14 · 3 matching
comment by annnoo · 2023-07-02 · view · github
... You can specify the compat data path by using the variable STEAM_COMPAT_DATA_PATH. If you want to specify it ...
comment by theofficialgman · 2024-07-30 · view · github
... native partition). ``` mkdir -p $STEAM_COMPAT_CLIENT_INSTALL_PATH/steamapps/compatdata/$STEAM_COMPAT_APP_ID; STEAM_COMPAT_DATA_PATH=$STEAM_COMPAT_CLIENT_INSTALL_PATH/steamapps/compatdata/$STEAM_COMPAT_APP_ID %command% ``` This allows you to ...
comment by PhilippMDoerner · 2024-05-25 · view · github
> `STEAM_COMPAT_DATA_PATH=~/<your_compat_folder> %command%` What I find fascinating about this is that this just sets the environment variable. A ...

vr games don't run outside of steam protonclosed

#4302 · 4 comments · updated 2021-01-25 · 1 matching
comment by Lyle-Tafoya · 2020-10-26 · view · github
... work when calling the proton script. For example: STEAM_COMPAT_DATA_PATH=/some/path ~/.local/share/Steam/steamapps/common/Proton\ 5 ...

File path case problem protonclosed

#2813 · 8 comments · updated 2020-09-19 · 1 matching
comment by aeikum · 2019-06-24 · view · github
... path in Proton, we just pass through what the Steam client hands us in $STEAM_COMPAT_DATA_PATH. Thanks for reporting.

The Settlers 7: History Edition appid 965320 1 threads, 1 open 1 matching

The Settlers 7: History Edition protonopenGame compatibility - Unofficial

#2720 · 9 comments · updated 2021-12-29 · 1 matching
comment by jbg · 2020-04-09 · view · github
Download `UplayInstaller.exe` from https://uplay.ubisoft.com/ and then: ``` STEAM_COMPAT_DATA_PATH=$HOME/.steam/root/steamapps/compatdata/965320 $HOME ...

Watch_Dogs 2 appid 447040 2 threads, 1 open 1 matching

Watch_Dogs 2 protonopenGame compatibility - Unofficial

#172 · 43 comments · updated 2023-03-29 · 1 matching
comment by zeroedout · 2020-07-28 · view · github
... It's something like STEAM_COMPAT_DATA_PATH=<steamdir>/steamapps/compatdata/270880 <steamdir>/steamapps/common/Proton\ 4.2/proton run ~/Downloads ...

Support non-steam games protonclosed

#260 · 15 comments · updated 2019-02-25 · 1 matching
comment by r4-broadcast · 2018-09-04 · view · github
... fur running them I'm using: `STEAM_COMPAT_DATA_PATH=~/.proton/ ~/.steam/steam/steamapps/common/Proton\ 3.7/proton run whatever ...

setcap works with Wine but not with Proton (Proton "ignores" it) protonopen

#4586 · 0 comments · updated 2021-02-02 · 1 matching
issue by Liemaeu · 2021-02-02 · view · github
... When I run ping with Proton 5.13: `STEAM_COMPAT_DATA_PATH=/home/richard/.proton/ /home/richard/.steam/steam/steamapps/common ...

The single Proton prefix by default or as option in general protonclosed

#8486 · 2 comments · updated 2025-12-08 · 2 matching
comment by jebez1 · 2025-02-28 · view · github
... Proton prefixes, so the solution is LAUNCH OPTIONS: STEAM_COMPAT_DATA_PATH=proton_prefix_path %command% me it's "single Proton prefix", only ...
issue by jebez1 · 2025-02-28 · view · github
... Prefix, as Wine. The key is: LAUNCH OPTIONS: STEAM_COMPAT_DATA_PATH=proton_prefix_path %command% I wrote a guide https://steamcommunity.com ...

Proton not working when multiple Linux users share a single installation path protonopen

#4820 · 45 comments · updated 2026-08-28 · 1 matching
comment by ghost · 2025-04-13 · view · github
... Would be lovely if Proton has an option to use user-specific steam_compat_data_path so my two sons can ...

Cyberpunk 2077 appid 1091500 7 threads, 1 open 5 matching

Cyberpunk 2077 protonopenGame compatibility - UnofficialRegressionNVIDIA drivers

#4450 · 1,801 comments · updated 2026-07-17 · 4 matching
comment by perpaer · 2020-12-10 · view · github
Tried running it 'directly' with `STEAM_COMPAT_DATA_PATH=./steamapps/compatdata/1091500 WINEPREFIX=./steamapps/compatdata/1091500/pfx ./steamapps/common/Proton\ 5 ...
comment by plockator · 2020-12-10 · view · github
> Tried running it 'directly' with `STEAM_COMPAT_DATA_PATH=./steamapps/compatdata/1091500 WINEPREFIX=./steamapps/compatdata/1091500/pfx ./steamapps/common/Proton\ 5 ...

Cyberpunk 2077: Immediate crash on launch with gamedrive option when compatdata is on NTFS (kernel 6.18 ntfs3 regression) protonclosed

#9562 · 1 comments · updated 2026-03-11 · 1 matching
issue by DrBiscuits · 2026-03-11 · view · github
... filesystem and point Proton to it via the `STEAM_COMPAT_DATA_PATH` launch option: ```bash # Copy prefix to a native filesystem ...

Battlefield 1 not launching at all protonclosed

#6516 · 1 comments · updated 2023-02-10 · 1 matching
issue by Kidplayer666 · 2023-02-10 · view · github
... compiler RADV_PERFTEST=gpl gamemoderun %command% DXVK_ASYNC=1 %command% STEAM_COMPAT_DATA_PATH="STEAM_COMPAT_DATA_PATH="/home/MYUSERNAME/.local/share/Steam/steamapps/compatdata/3955941937 ...

Titanfall 2 appid 1237970 4 threads, 1 open 1 matching

Titanfall 2 protonopenGame compatibility - UnofficialRegressionXAudio2

#4001 · 394 comments · updated 2026-08-12 · 1 matching
comment by markkuit · 2020-12-16 · view · github
... Am I doing something wrong? `STEAM_COMPAT_DATA_PATH=$(pwd) /mypathto/Proton\ 5.13/proton run pfx/drive_c/Program\ Files\ \(x86 ...

Unwanted deadzone with steering wheel and xinput, vanilkla wine is ok. protonopen

#4066 · 5 comments · updated 2021-02-01 · 1 matching
issue by kokoko3k · 2020-07-14 · view · github
... 5.10, they all works ok) ``` #unwanted deadzone: STEAM_COMPAT_DATA_PATH=/home/big/Giochi/Steam/SteamApps/compatdata/255220 WINEPREFIX=/home ...

Age of Empires II Definitive Edition appid 813780 3 threads, 1 open 3 matching

Age of Empires II: Definitive Edition protonopenGame compatibility - UnofficialRegressionXAudio2

#3189 · 701 comments · updated 2026-07-06 · 3 matching
comment by EnriqueWood · 2019-12-03 · view · github
@mozo78 I tried running the game using this `STEAM_COMPAT_DATA_PATH=$HOME/.steam/steam/steamapps/compatdata/813780 strangle 144 ./.steam ...
comment by Arkanosis · 2022-10-22 · view · github
... work for me: ```sh STEAM_COMPAT_CLIENT_INSTALL_PATH="$HOME/.steam/steam" \ STEAM_COMPAT_DATA_PATH="$HOME/.steam/steam/steamapps/compatdata/813780" \ "$HOME/.steam/steam ...
page 1 of 5next