From 30df3264582964ffa2f636f5b40ac89fc8dc5fda Mon Sep 17 00:00:00 2001 From: mactan-sc <77816662+mactan-sc@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:13:24 -0500 Subject: [PATCH] star citizen gamefixes --- gamefixes-umu/umu-starcitizen.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gamefixes-umu/umu-starcitizen.py b/gamefixes-umu/umu-starcitizen.py index 69d3000..aabeea3 100644 --- a/gamefixes-umu/umu-starcitizen.py +++ b/gamefixes-umu/umu-starcitizen.py @@ -4,13 +4,12 @@ def main() -> None: - """EAC Workaround""" - # eac workaround - util.set_environment('EOS_USE_ANTICHEATCLIENTNULL', '1') - # patch libcuda to workaround crashes related to DLSS # See: https://github.com/jp7677/dxvk-nvapi/issues/174#issuecomment-2227462795 util.patch_libcuda() # RSI Launcher depends on powershell util.protontricks('powershell') + + # RSI Launcher animation + util.winedll_override("libglesv2", "builtin")