From 287363ede54a7318f476c55f1535a306aec02442 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 25 Aug 2025 19:10:13 -0400 Subject: [PATCH] Remove gamemode instructions --- lib/sc-launch.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index 26d6f4f..7937d69 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -25,8 +25,8 @@ # Add additional environment variables here as needed ################################################################################ export WINEPREFIX="$HOME/Games/star-citizen" -launch_log="$WINEPREFIX/sc-launch.log" +launch_log="$WINEPREFIX/sc-launch.log" export WINEDLLOVERRIDES=winemenubuilder.exe=d # Prevent updates from overwriting our .desktop entries export WINEDEBUG=-all # Cut down on console debug messages # Nvidia cache options @@ -87,11 +87,7 @@ update_check() { ################################################################################ # Launch the game ################################################################################ -# To enable feral gamemode, replace the launch line below with: -# gamemoderun "$wine_path"/wine "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe" > "$launch_log" 2>&1 -# -# To enable gamescope and feral gamemode, replace the launch line below with the -# desired gamescope arguments. For example: -# gamescope --hdr-enabled -W 2560 -H 1440 --force-grab-cursor gamemoderun "$wine_path"/wine "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe" > "$launch_log" 2>&1 +# To enable gamescope, replace the launch line below. For example: +# gamescope --hdr-enabled -W 2560 -H 1440 --force-grab-cursor "$wine_path"/wine "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe" > "$launch_log" 2>&1 "$wine_path"/wine "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe" > "$launch_log" 2>&1