mirror of
				https://github.com/the-sane/lug-helper.git
				synced 2025-10-31 21:22:48 +00:00 
			
		
		
		
	Remove gamemode instructions
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user