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