From a896f26499f5718820d6b790b2740699c037a714 Mon Sep 17 00:00:00 2001 From: bronze Date: Wed, 29 Jul 2026 06:15:33 +0000 Subject: [PATCH] Update launcher-endfield.sh --- launcher-endfield.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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