diff --git a/launcher-endfield.sh b/launcher-endfield.sh index e13eba8..8e33104 100644 --- a/launcher-endfield.sh +++ b/launcher-endfield.sh @@ -2,9 +2,15 @@ export WINEPREFIX=/mnt/games/wine/.wine_aen export PROTONPATH=GE-Proton export GAMEID=0 -export MANGOHUD=1 +# 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 \ No newline at end of file