10 lines
316 B
Bash
10 lines
316 B
Bash
#!/bin/sh
|
|
export WINEPREFIX=/mnt/games/wine/.wine_aen
|
|
export PROTONPATH=GE-Proton
|
|
export GAMEID=0
|
|
export MANGOHUD=1
|
|
#export DXVK_HUD=fps,gpuload
|
|
export WINEFSYNC=1
|
|
export DISPLAY=${DISPLAY:-:1}
|
|
export XAUTHORITY=$(ls /run/user/$(id -u)/xauth_* 2>/dev/null | head -1)
|
|
umu-run /mnt/games/endfield/launcher/Launcher.exe |