From dfc3a9741e9d66c5a621f51c44efcebec4e2dba1 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 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gamefixes-umu/umu-starcitizen.py b/gamefixes-umu/umu-starcitizen.py index 69d3000..e4ffca0 100644 --- a/gamefixes-umu/umu-starcitizen.py +++ b/gamefixes-umu/umu-starcitizen.py @@ -4,13 +4,16 @@ 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 fonts + util.protontricks('arial') + util.protontricks('tahoma') + + # RSI Launcher animation + util.winedll_override("libglesv2", "builtin")