protonscr

Grand Theft Auto

appid 12170 1 threads, 1 open 4 comments last activity 2021-12-24
Threads

Grand Theft Auto please run settings first proton open 2 matching

#612 · 4 comments · opened 2018-08-26 · last comment 2021-12-24 by jibsaram
comment by jibsaram · 2021-12-24 · view · github
... command=$(echo "%command%") && s="/proton waitforexitandrun '" && path="${command#*$s}" && path="$(dirname "$path")" && cd "$path" && PROTON_USE_D9VK=1 %command%` In ...
comment by aukondk · 2019-09-19 · view · github
... works. `command=$(echo %command%) && s="waitforexitandrun " && path=${command#*$s} && path="$(dirname "$path")" && cd "$path" && PROTON_USE_D9VK=1 %command%` I ...
Recent activity
  • A slightly tweaked version of aukond's command for more recent versions of proton (it seems like the `waitforexitandrun` string is mentioned twice in newer scripts): `command=$(echo "%command%") && s="/proton waitforexit...
  • Still errors with proton 5.0-2.
  • The settings application requires mfc42. Installing it via Winetricks fixes that part. A bigger problem is that the game binary can't find the data files because it expects the working directory to be it's own. I added c...
  • mindinsomnia · 2019-08-01 · Grand Theft Auto please run settings first
    Just want to drop a comment with an update for this game, this game still won't start. For me it gives the error message at launch saying: ![Screenshot from 2019-08-01 19-47-19](https://user-images.githubusercontent.com/...

Proton versions over time

Launch lines, newest first

PROTON_USE_D9VK=1 %command%
gamemoderun gamescope -w 1280 -h 1024 -W 1280 -H 1024 -f -- %command%
command=$(echo %command%

Launch options