Skip to content

Commit

Permalink
Merge pull request #145 from mactan-sc/master
Browse files Browse the repository at this point in the history
star citizen gamefixes
  • Loading branch information
R1kaB3rN authored Oct 6, 2024
2 parents 6c45ced + 30df326 commit de84c92
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gamefixes-umu/umu-starcitizen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit de84c92

Please sign in to comment.