Skip to content

Commit

Permalink
star citizen gamefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mactan-sc authored Oct 2, 2024
1 parent 6c45ced commit dfc3a97
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions gamefixes-umu/umu-starcitizen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit dfc3a97

Please sign in to comment.