From 929bcf0a20059e2550667153fb3123f89b906f77 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:51:27 -0400 Subject: [PATCH] Add feral gamemode option --- lib/sc-launch.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index bebf2d5..f0b39f4 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -26,8 +26,13 @@ export radv_zero_vram="true" # Run optional prelaunch and postexit scripts # To use, update the game install paths here, then create the scripts with your desired actions in them +# # "$HOME/Games/star-citizen/sc-prelaunch.sh" # trap "$HOME/Games/star-citizen/sc-postexit.sh" EXIT # Launch the game +# +# To enable feral gamemode, replace the launch line below with: +# gamemoderun wine "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe" + wine "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe"