From 6d252f37ab8d90aaa9ed008bbf140cb76dadd0bd Mon Sep 17 00:00:00 2001 From: mactan-sc <77816662+mactan-sc@users.noreply.github.com> Date: Thu, 10 Jul 2025 06:13:15 -0500 Subject: [PATCH] rsi launcher version bump and null client var --- lib/sc-launch.sh | 2 +- lug-helper.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index fbf36b3..d9d81b9 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -29,7 +29,7 @@ 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 -export EOS_USE_ANTICHEATCLIENTNULL=1 + # Nvidia cache options export __GL_SHADER_DISK_CACHE=1 export __GL_SHADER_DISK_CACHE_SIZE=10737418240 diff --git a/lug-helper.sh b/lug-helper.sh index ccaac2b..b06d49f 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -166,7 +166,7 @@ lug_wiki="https://starcitizen-lug.github.io" lug_wiki_nixos="https://github.com/starcitizen-lug/knowledge-base/wiki/Tips-and-Tricks#nixos" # RSI Installer version and url -rsi_installer="RSI Launcher-Setup-2.4.0.exe" +rsi_installer="RSI Launcher-Setup-2.5.1.exe" rsi_installer_url="https://install.robertsspaceindustries.com/rel/2/$rsi_installer" # Winetricks download url