From 991eb4b59e7283689e9e13d280a70ebe48aae3f6 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:13:54 -0400 Subject: [PATCH] add optional WINEPATH export --- lib/sc-launch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index 99a63da..1b19a67 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -17,6 +17,7 @@ # Configure the environment # Add additional environment variables here as needed export WINEPREFIX="$HOME/Games/star-citizen" +#export WINEPATH="/path/to/custom/wine/bin/wine64" export EOS_USE_ANTICHEATCLIENTNULL=1 export __GL_SHADER_DISK_CACHE=1 export __GL_SHADER_DISK_CACHE_SIZE=1073741824