16 lines
702 B
Bash
16 lines
702 B
Bash
#!/bin/sh
|
|
export WINEPREFIX=/mnt/games/wine/.wine_aen
|
|
export PROTONPATH=GE-Proton
|
|
export GAMEID=0
|
|
# FPS COUNTERS AT THE TOP LEFT
|
|
# If you want MangoHud, uncomment the line below (works on vulkan and dx11)
|
|
#export MANGOHUD=1
|
|
# If you want DXVK_HUD, uncomment the line below (only works on dx11)
|
|
#export DXVK_HUD=fps,gpuload
|
|
# If your distro ships the NTSYNC module you might not need the FSYNC variable set? idk
|
|
export WINEFSYNC=1
|
|
# Some AI ridden bullshit for my sunshine/moonlight streaming setup (feel free to ignore)
|
|
export DISPLAY=${DISPLAY:-:1}
|
|
export XAUTHORITY=$(ls /run/user/$(id -u)/xauth_* 2>/dev/null | head -1)
|
|
# The actual launcher command
|
|
umu-run /mnt/games/endfield/launcher/Launcher.exe |