Add feral gamemode option

This commit is contained in:
the-sane 2024-09-10 21:51:27 -04:00
parent 8cf6468b20
commit 929bcf0a20

View File

@ -26,8 +26,13 @@ export radv_zero_vram="true"
# Run optional prelaunch and postexit scripts # Run optional prelaunch and postexit scripts
# To use, update the game install paths here, then create the scripts with your desired actions in them # 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" # "$HOME/Games/star-citizen/sc-prelaunch.sh"
# trap "$HOME/Games/star-citizen/sc-postexit.sh" EXIT # trap "$HOME/Games/star-citizen/sc-postexit.sh" EXIT
# Launch the game # 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" wine "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe"