mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-11-11 00:37:50 +00:00
Remove winepath. Need to call runner binary directly
This commit is contained in:
parent
991eb4b59e
commit
2af88d978e
@ -17,7 +17,6 @@
|
|||||||
# Configure the environment
|
# Configure the environment
|
||||||
# Add additional environment variables here as needed
|
# Add additional environment variables here as needed
|
||||||
export WINEPREFIX="$HOME/Games/star-citizen"
|
export WINEPREFIX="$HOME/Games/star-citizen"
|
||||||
#export WINEPATH="/path/to/custom/wine/bin/wine64"
|
|
||||||
export EOS_USE_ANTICHEATCLIENTNULL=1
|
export EOS_USE_ANTICHEATCLIENTNULL=1
|
||||||
export __GL_SHADER_DISK_CACHE=1
|
export __GL_SHADER_DISK_CACHE=1
|
||||||
export __GL_SHADER_DISK_CACHE_SIZE=1073741824
|
export __GL_SHADER_DISK_CACHE_SIZE=1073741824
|
||||||
@ -25,18 +24,24 @@ export radv_zero_vram="true"
|
|||||||
#export DXVK_HUD=fps,compiler
|
#export DXVK_HUD=fps,compiler
|
||||||
#export MANGOHUD=1
|
#export MANGOHUD=1
|
||||||
|
|
||||||
|
#############################################
|
||||||
# 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:
|
# To enable feral gamemode, replace the launch line below with:
|
||||||
# gamemoderun wine "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe"
|
# gamemoderun wine "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe"
|
||||||
#
|
#
|
||||||
# To enable gamescope and feral gamemode, replace the launch line below with the desired gamescope arguments. For example:
|
# 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 "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe"
|
# gamescope --hdr-enabled -W 2560 -H 1440 --force-grab-cursor gamemoderun wine "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe"
|
||||||
|
#
|
||||||
|
# To use a custom wine runner, simply call its binary
|
||||||
|
# /path/to/custom/runner/bin/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"
|
||||||
|
Loading…
Reference in New Issue
Block a user